gacos...@gmail.com
unread,May 4, 2013, 8:46:04 AM5/4/13You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hello
I'm using SQLRDD and want to do a filter and a sort of a table without index associated, I usually use the function:
cFilter: = "A.` EX_STATUS `= 'A'"
SR_SetFilter (cFilter)
(oDuex) -> (DBGOTOP ())
The question is, how do I tell SQLRDD who also do an ORDER BY?
Something like:
Command: SELECT A. * FROM `external` A WHERE (A. `EX_STATUS` = 'A') ORDER BY A. `sr_recno and A.`EX_NUMERO`) LIMIT 12 / * GoTop * /
The intention is to make an order by any field, the user choose on which column you want to order.
thanks for your comments.