PROPERTY <Component ID> SELECT 'value' Can be used to highlight/select the specified item. (WRITEONLY, no support for GETPROPERTY).
Example: PROPERTY <ListBoxComponentID> SELECT 6 Will highlight/select item number 6 in ListBox On Tuesday, February 11, 2025 at 5:08:25 PM UTC-5 Bruce Chitiea wrote: > All: > > What I want to do is highlight a row within a Variable Lookup List Box > without firing an On Click EEP. How to? > > Scenario: > > (1) An On Click EEP captures the item index number of the single-clicked > row, then goes off and does stuff, then returns focus to and refreshes the > control. > > --On Click EEP > *GETPROPERTY cid_vllb ITEMINDEX 'vlineIndex'* > > --Go do stuff, then return -------------------------- > > *PROPERTY cid_vllb SET_ACTIVE_CONTROL 'TRUE'* > *PROPERTY cid_vllb REFRESHLIST 'TRUE'* > > --the challenge ------------------------------------- > *PROPERTY cid_vllb MAKECLICK '.vlineIndex'* > > -- just runs the On Click EEP again. Disaster. > > --a possible solution ------------------------------- > *PROPERTY cid_vllb MAKEDBLCLICK ' '* > > --points to an On Double Click EEP containing whatever might highlight the > row without firing the On Click. > > But ... cannot find a property to do that. So ... how to highlight the row > without clicking on it? > > Thanks all, Bruce > > Bruce A. Chitiea > SafeSectors, Inc. > 1142 S Diamond Bar Blvd # 442 > Diamond Bar CA 91765-2203 > > [email protected] > (909) 238-9012 m > > -- For group guidelines, visit http://www.rbase.com/support/usersgroup_guidelines.php --- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/rbase-l/34e432dc-6b4a-4613-8c86-30f9f2773310n%40googlegroups.com.

