DropList

Top  Previous  Next

The "UpdatePeople" procedure shows several different fields, across a couple of Tabs. This is how the first Tab of the window looks at run-time:

 

clip0107

 

Look at the "Civil State" and the "Age" fields. These are a "droplist" type fields.

The "Civil State" field is a STRING(1) and the assignment is in the form of Single|#S|Married|#C|Divorced|#D|Widow|#V|Other|#O while "Age" is a STRING(8) and the assignment is in the direct form of '0 to 21|21 to 40|41 to 65|65 and up'. Both formats are recognized by PrintWindow and printed accordingly.

clip0108

If no selection is made, then an empty box is printed.