Properties
The following table lists the class properties. The properties listed include the standard Visual FoxPro class properties that the VPM Enterprise class uses and the VPM Enterprise custom properties. Where appropriate, the Comments column of the table describes a property and provides suggestions for its use.
|
Property & Initial Value |
Comments |
|
Standard Properties Used: |
|
|
Caption = “Form_NoRecord” |
|
|
Name = “form_norecord” |
|
|
Custom Properties: |
None |
Methods
The following table lists the class methods. The methods listed include the standard Visual FoxPro class methods that the VPM Enterprise class uses and the VPM Enterprise custom methods. Where appropriate, the Comments column of the table describes a method and provides suggestions for its use.
|
Method |
Comments |
|
Standard Methods Used: |
None |
|
Custom Methods: |
|
|
cmdCancel.Click |
Closes the form. |
|
cmdOK.Click |
Normally, code would be added to this method to perform some function, like running a form or report. The default code simply closes the form. |
Form_Toolbar Class Properties and Methods