Field WdgItems
Welcome to our Knowledge Base
Documentation | Blog | Demos | Support
< All Topics
Print
Field WdgItems
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
Stores initial values for lists. The initial list of values for a combo box or list box are stored in WdgItems.
Valid Values
A 256-character string, containing a list of values separated by semicolons
Remarks
If the length of any item in the list exceed the field’s FieldLen, then that item is truncated.
Leading spaces are stripped from all items.
Example 1
Red;Green;Blue
Example 2
If the semicolon must be used as data, it should be preceded by the escape character ():
period (.);comma (,);semicolon (;)
See Also
FieldLen, FORM SET LIST (Language Reference)
Updated
ByJason Lee
Was this article helpful?
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
5