T
|
thesofa 8/9/2008 |
Edit SQL query page, query designer tab, chose the field you want it ordered by, use the sort order and sort type field boxes in the grid in the lower half of the screen. ORDER BY <tablename>.<fieldname> DESC
|
T
|
tyguy author 8/9/2008 |
Edit SQL query page, query designer tab, chose the field you want it ordered by, use the sort order and sort type field boxes in the grid in the lower half of the screen. HTH OR just add the code to the bottom of the SQL tab like ORDER BY <tablename>.<fieldname> DESC
|
T
|
thesofa 8/9/2008 |
just click on the column head in the list page to sort by that column |
T
|
tyguy author 8/9/2008 |
just click on the column head in the list page to sort by that column
|
T
|
thesofa 8/9/2008 |
just look in the <tablename>_list.php file for a section like this // process session variables
|
T
|
tyguy author 8/9/2008 |
just look in the <tablename>_list.php file for a section like this // process session variables
|