Results 1 to 2 of 2

Thread: Tornado super sort query error.

  1. #1
    alarabie Guest

    Tornado super sort query error.


    How does one set the original sort order of a grid when using the super sort feature in Tornado? Using an order by on the query causes an invalid query error if I want to change the order using the arrow keys on the grid.

    Dim grid As New Tornado.Z()
    with grid
    .dbQP = "m=g|d=phones|th=Title=District Attorney Phone List|gdf=3,2,4,5,6,7,8"
    .dbsql = "Select * from [employee table] order by 3"
    .dbskin = "space"
    .dbfilterflds = "3,2,4,6,7,8"
    .dbpagesize = 14
    .dbsortflds = "3,2,6,7,8"
    .dbNameMap = "fi=2|alias=First,fi=3|alias=Last,fi=4|alias=P osition,fi=5|alias=Number"
    .dbNavigationItem = "top,bottom,prev,next,filter"
    .ASPdbNet
    end with


    Thanks

  2. #2
    John Guest

    Tornado super sort query error. (reply)

    Hi Andrew,

    That's a problem we've just fixed in the latest release.

    Contact support to get your copy.

    Thanks,
    John


    ------------
    alarabie at 9/19/2002 10:48:12 AM


    How does one set the original sort order of a grid when using the super sort feature in Tornado? Using an order by on the query causes an invalid query error if I want to change the order using the arrow keys on the grid.

    Dim grid As New Tornado.Z()
    with grid
    .dbQP = "m=g|d=phones|th=Title=District Attorney Phone List|gdf=3,2,4,5,6,7,8"
    .dbsql = "Select * from [employee table] order by 3"
    .dbskin = "space"
    .dbfilterflds = "3,2,4,6,7,8"
    .dbpagesize = 14
    .dbsortflds = "3,2,6,7,8"
    .dbNameMap = "fi=2|alias=First,fi=3|alias=Last,fi=4|alias=P osition,fi=5|alias=Number"
    .dbNavigationItem = "top,bottom,prev,next,filter"
    .ASPdbNet
    end with


    Thanks

Posting Permissions

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