REMEMBERSETTINGS |
DEVELOPER |
|
|
Purpose |
.RememberSettings remembers the column widths, and column sort order for list boxes between invocations of the list box. |
Syntax |
Setting: ObjectReference.RememberSettings = Value |
Operation |
ObjectReference is the Tag Name of the list box. It cannot be a variable and it is case sensitive. |
Remarks |
The value of this property can be both set and retrieved. Remembered settings can be discarded on a per-Windows user, per-PIV file basis by clicking on the Clear in the List Settings section on the PROIV Application Settings window. The Import and Export s allow remembered settings to be exported to, or imported from a nominated file that holds the data in an undefined and unspecified format. Imported items are merged with existing ones, overwriting matching items with the imported values. The default is FALSE. |
Example |
To remember settings for a list box called "Customers": Customers.RememberSettings = TRUE To retrieve the value of the .RememberSettings property from the list box called "Customers": #CustRS = Customers.RememberSettings |
Topic ID: 510131