Bob,

You can try
SET VAR vLookupWhereClause TEXT = (' PROPERTY RipSawList LookupWhereClause 
WHERE Item_Operation = .vRipSaw ORDER BY ReqDate ASC, Item ASC')
&vLookupWhereClause


Jan


-----Original Message-----
From: [email protected]
To: [email protected] (RBASE-L Mailing List)
Date: Wed, 14 Jan 2015 22:39:08 +0000 (UTC)
Subject: [RBASE-L] - Clear Sort on Variable Lookup List View


9.5 latest update

Variable Lookup Listview

Click a column header and it sorts by that column is ascending order.
Click a second time and it sorts in descending order.  Each time showing
a corresponding Up or Down arrow on the column header.

How do you remove the sort?

I tried:

Property RipSawList LookupWhereClause +
'WHERE Item_Operation = .vRipSaw ORDER BY ReqDate ASC, Item ASC'

Property RipSawList refreshlist 'true'

to put it back in the original sort order but this does not work.   This is 
the original
parameters in the property of the LookupListView.The Up or Down arrow
stays on the column header and the sort is still applied after the above has 
been
executed.
Do I have a syntax error that I am not seeing?
I could find no Property command to Clear the column sort for the Lookup 
List View.

Thank you,
Bob

Reply via email to