HyperNext Studio
HyperNext Studio => General => Topic started by: Jeff on April 16, 2011, 10:17:16 AM
-
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 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.com
green@test.com
blue@test.com
and 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 ccfield
Note, the Put *** after command creates a new line, and hence a new item in the list