This topic is locked

multiple order by?

9/10/2004 4:25:21 AM
ASPRunnerPro General questions
author

is there a way to have multiple order by sections on a page created by asprunner? I entered the code:

order by [Table1] asc, [Table2] asc

but that doesn't work, any ideas?
Thanks

Sergey Kornilov admin 9/10/2004

Hi,
you can try to edit gstrOrderBy variable in include/tablename_variables.asp file.

gstrOrderBy=" order by Field1 asc, Field2 asc "

500164 9/10/2004

figured it out I needed to change it in variables.asp and list.asp my mistake thanks.