FORM CLEAR
Documentation | Blog | Demos | Support
FORM CLEAR
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
Resets form field values to their defaults.
Syntax
FORM CLEAR object
Parameters
object
| Can be: Form
|
Example
add Customers from fCustomer
form clear fCustomer
Resets the values of all form fields in the fCustomer form to their default values after saving their current contents in an EntitySet called Customers.
form clear fMyForm[5]
form clear (2,,5)
The preceding two commands both reset the values of all form fields in the fifth instance of form number 2, called fMyForm.
form clear fMyForm.LastName
Resets all instances of a certain form field in a form.
SeeAlso
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |