Define fields to display in Form from the SQL selected fields.
Obj.dbGridDisplayFlds="FieldNameNumber1, FieldNameNumber2, ...."
Use DisplayFlds properties to setup dual display modes.
This example has a dual display mode (Grid and Form). Grid and Form display fields are set differently.
<script language="VB" runat="server"> Sub Page_Load(Src As Object, E As EventArgs) Dim x As New Tornado.z x.dbQP = "u=1|M=dh|q=orders|D=Nwind|Ni=b5|Gdf=0|Fmdf=1,2,3,4,5" x.ASPdbNET() End Sub </script>
z Class | Tornado Namespace | dbGridDisplayFlds