At 04:32 PM 9/14/2011, Lawrence Lustig wrote:

Is there a PROPERTY command one can use to force a Variable
Lookup Listview to select all its items?


Here's how you do it in R:BASE eXtreme 9.1 (32/64):

Considerations:

While in Form Designer ...

    Variable Lookup ListView Control | Properties ...

01. Uncheck Height Selection

02. Check Multi-Select

03. Make sure the underlying variable data type is defined as
    NOTE or VARCHAR, accordingly.

04. Then, use the following PROPERTY command, specific to
    Variable Lookup ListView to dynamically SELECT ALL items.

    PROPERTY <VariableLookupListViewCompID> SELECT_ALL 'TRUE'
    RETURN

    Resulting variable will include all items with a comma
    delimited string.

    That's all there is to it!

    For more details and supported PROPERTY/GETPROPERTY commands,
    refer to R:Docs 9.1.  http://www.rupdates.com

Very Best R:egards,

Razzak.


Reply via email to