Results 1 to 2 of 2

Thread: Tornado filter question

  1. #1
    Join Date
    Aug 2006
    Posts
    7

    Tornado filter question

    I've inherited converting a site using classic aspDB to Tornado, and can't seem to figure out how to do one thing... In the classic version, hitting the filter button would replace the grid with the selected filter fields, but in Tornado it pops the fields up next to the grid. How can I mimic aspDB functionality? I don't have enough screen real estate to show both at once.

    Thanks.

    Bill

  2. #2
    Join Date
    Oct 2002
    Posts
    933
    Use the dbMode="Classic=True"

    Dim M As New Tornado.z
    M.dbQP = "U=2|M=ty=grid!Classic=t|D=Nwind| ni=top,bottom,next,prev,filter,resetfilter| ff=LastName,City"
    M.dbSQL = "Select FirstName,LastName,City,Country FROM Employees Order by Lastname"
    M.ASPdbNET()

    Fk

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •