<<
I  may be a little slow...are you saying we can make a form respond to a 
[CTRL]mouse click when the form is running? 

>>

No, you can't currently capture and process the various versions of the 
clicking (SHIFT, CTRL, etc).

However the list controls, most notably the 
entire-application-in-a-single-control Variable Lookup Listview, support 
Multiselect — just turn it on on the property page and users can CTRL, SHIFT, 
and CTRL-SHIFT click to make multiple selections.  If you do this, make sure 
that the variable associated with getting the "value" of the selected row is a 
TEXT or NOTE variable — it probably started out as an INTEGER if that's the 
kind of PK column you have on the table.  In Multiselect mode, these controls 
return not a single integer value but rather a comma-delimited text list of the 
PK values of all the rows selected.
--
Larry

Reply via email to