Define fields to display in Grid from the SQL selected fields.
Obj.dbGridDisplayFlds="FieldNameNumber1, FieldNameNumber2, ...."
For example, You can select 10 fields but display only 1 field in Grid and all fields in Form.
<script language="VB" runat="server"> Sub Page_Load(Src As Object, E As EventArgs) Dim x As New Tornado.z x.dbQP = "u=1|q=orders|D=Nwind|Ni=b5|Gdf=0,1,2,3" x.ASPdbNET() End Sub </script>
z Class | Tornado Namespace | dbFormDisplayFlds