This statement allows a form to be opened without AutoApply firing, so that selections may be made in an open script without executing the query for each change made.
Syntax
Option DisableAutoApply {True | False}
Option |
Description |
|---|---|
True |
Allows a form to be opened with out the AutoApply being triggered, so the grid is not automatically populated. |
False |
The default value. AutoApply will be triggered. |