On Tue, Dec 21, 2010 at 3:44 PM, Dennis McGrath <[email protected]> wrote:
> In 7.6, we want to programmatically click a listview column header so it
> resorts.
>
> Is this doable?
Remember, nothing is impossible!
Syntax:
PROPERTY <ListViewComponentID> COLUMNS[n]->MAKECLICK 'TRUE'
Here's how:
01. Start R:BASE eXtreme 9.1 (Build: 9.1.2.11223 or higher ...)
02. CONNECT dbname IDENTIFIED BY owner password
03. FORMS formname
04. While in the Form Designer ...
Add the command above syntax using the appropriate ComponentID
for the Variable Lookup List View control and value of "n" for
the column (listed from left to right starting with 0).
If 'TRUE', the command will emulate a mouse click on the column.
That's all there is to it!
Have fun taking advantage of all the latest parameters in R:BASE
eXtreme 9.1 (32/64).
Very Best R:egards,
Razzak.