| dbDisplay |
Turns display on | off. Display should be turned off in value exports when preparing for template stuffing. dbDisplay is automatically turned on during ASPdbSendTemplate. Note that display can also be turned off in QuickProps.
| Property Syntax |
Obj.dbDisplay= (True) | False
| Example |
|
...X.dbQuickProps= "1; NWIND;; Grid;;;;;1000;;;false;false" X.dbDisplay=False ... ... |
| Notes |
When dbDisplay=False, StatusBar is also off.