How can I sort a select list for QBF? (OpenInsight Specific)
At 26 MAR 1999 08:16:41PM J. Shaefer wrote:
I've got the QBF running fine but I can't seem to figure out how to sort the keys. I've checked the help and am aware that I should use the V119 routine but I'm not sure WHERE to put the coding? Do I need to sort the QBFLIST after the QBF is initiated? I've got a pushbutton that initiates the query, then I have a push button to run it (QBFRUN). I then have a forward and backward button to 'scroll' through the records. I just want to sort the things. For instance, if I enter ]100, I get a bunch of records but they are in no order whatsoever. Can anyone help?
TIA
At 27 MAR 1999 03:06PM [email protected] - [url=http://www.sprezzatura.com]Sprezzatura Group[/url] wrote:
Best place to put it is when you get the records back, before passing it into QBFLIST. Of course, if you get the statement back first, just jam in a BY field into it.