Define fields to hide in Grid from the SQL selected fields.
Obj.dbGridHideFlds="FieldNameNumber1, FieldNameNumber2, ...."
dbGridHideFlds is usually used to hide special fields like image and memo.
<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|Ghf=Notes,Photo" x.ASPdbNET() End Sub </script>
z Class | Tornado Namespace | dbFormHideFlds