I want to create an EmailSetToCC on the HyperNext card.
How can I create a Standard HyperNext List Form using the HyperNext creator Properties?
Thanks.
I'm not very clear on your question regarding lists and the Properties toolbar.
However, at Design time use the Value tab to set text or a list in the Properties toolbar for the field.
Standard lists in HyperNext are just lines of text with each line being one item in the list as below:-
red@test.comgreen@test.comblue@test.comand to make a list during runtime:-
local ccfield
Put 'red@test.com' into ccfield
Put 'green@test.com' after ccfield
Put 'blue@test.com' after ccfieldNote, the
Put *** after command creates a new line, and hence a new item in the list