Purpose

.RestoreSettings() enables you to restore the default values of sort order, column width and column order.
 

Object Type

Cycles

Syntax

ObjectReference.RestoreSettings()
 

Operation

ObjectReference is the Tag Name for field object whose associated data element is a string. It cannot be a variable and it is case sensitive.
 

Remarks

This property only has an affect when the property RememberSettings has been set to TRUE. However, if it is not set, PROIV ignores it and no error message displays.
 

Example

To restore the sort order, column width, and column order to their original definitions for a list box called CustomerList:

 

CustomerList.RestoreSettings()    
 

Comment on this topic

Topic ID: 510114