At 05:12 PM 9/27/2010, Dennis McGrath wrote:
Hi Razzak,
Sorry I was not clearer in my question.
I was asking how I could disable the sorting that takes place
when the user clicks a column header on the listview.
Dennis,
No worries!
Here's how you can disable the column sort, on demand!
01. Start R:BASE 7.6 (Build: 7.6.10.31031) or
R:BASE Turbo V-8 (Build: 8.0.24.31031) or
R:BASE eXtreme 9.0 (32/64) Build: 9.0.4.11010 or
R:BASE eXtreme 9.1 (32/64) Build: 9.1.1.11010
02. Use the following PROPERTY command to disable column sort
for Variable Lookup ListView, on demand.
PROPERTY <VarLookUpListViewCompID> COLUMN_SORT 'FALSE'
RETURN
-- The default is always 'TRUE'
Hope that helps!
Very Best R:egards,
Razzak.