| dbStartUp |
Force ASPdb to start in the Filter or Add or Update mode. Depending on the state preferred by user, this property can be changed on the fly so that the re-entrance can go into the two special modes. Navigation buttons can be disabled to control the user's input activities.
| Property Syntax |
Obj.dbStartUp = "Filter|EditAdd|EditUpdate"
| Example |
| <% Set X=Server.CreateObject("Asp.DB") X.dbQuickProps="1;NWind;orders;Dual-horiz;7;std;;ACCESS;5;1;1" X.dbGridDisplayFlds="0" X.dbNavigationItem="top,bottom,prev,next,filter,resetfilter" X.dbFilterParams="InputSize=25" X.dbFilterFlds="0[10248],1,2,3" X.dbImageDir="images/" X.dbStartUp="Filter" X.dbFilterDropFlds="1,,Orders,CustomerID,,,,,DISTINCT" X.ASPdb %> |
| Output |
|
| Notes |