Define fields to hide in Form from the SQL selected fields.
Obj.dbFormHideFlds="FieldNameNumber1, FieldNameNumber2, ...."
A very popular display mode is to display (1) key field in the Grid and all the details in the Form by hiding the (1) duplicated Grid field.
<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|Fmhf=0" x.ASPdbNET() End Sub </script>
z Class | Tornado Namespace | dbFormDisplayFlds