Define Filter/Search fields and the options of each field.
Obj.dbFilterFlds="(;,)Field | Type | Tags | Def | ValueIndex | TextIndex | Notes | Help, Field..... repeat"
Filter fields keywords and options are identical to the EditFlds. See Special Topic - Edit for Keywords description.
The following is a very basic filter example. It is by no means adaquate to be used. See Special Topic - Filter for more details.
<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,Filter,ResetFilter|Gdf=0,1,2,3" x.dbFilterFlds = "0,1" x.ASPdbNET() End Sub </script>
z Class | Tornado Namespace | Special Topic - Filter