Hi Brad,

What build of R:BASE X Enterprise (Version 10) are you using?

I am using R:BASE X Enterprise (Version 10), Build: 10.0.2.20726, and both options work as follows:

-- Example:
   PROPERTY <EnhancedDBGridComponentID> MultiSelect 'TRUE'
   PROPERTY <EnhancedDBGridComponentID> MultiSelect 'FALSE'

FWIW ...

Here's a complete list of supported PROPERTY/GETPROPERTY commands for Enhanced DB Grid control:

PROPERTY <EnhancedDBGridComponentID> AllowEditing 'TRUE/FALSE'
PROPERTY <EnhancedDBGridComponentID> AlwaysShowEditor 'TRUE/FALSE'
PROPERTY <EnhancedDBGridComponentID> ShowTitles 'TRUE/FALSE'
PROPERTY <EnhancedDBGridComponentID> ShowIndicator 'TRUE/FALSE'
PROPERTY <EnhancedDBGridComponentID> ColumnResize 'TRUE/FALSE'
PROPERTY <EnhancedDBGridComponentID> ShowColumnLines 'TRUE/FALSE'
PROPERTY <EnhancedDBGridComponentID> ShowRowLines 'TRUE/FALSE'
PROPERTY <EnhancedDBGridComponentID> RowSelect 'TRUE/FALSE'
PROPERTY <EnhancedDBGridComponentID> AlwaysShowSelection 'TRUE/FALSE'
PROPERTY <EnhancedDBGridComponentID> ScrollHints 'TRUE/FALSE'
PROPERTY <EnhancedDBGridComponentID> MultiLineTitles 'TRUE/FALSE'
PROPERTY <EnhancedDBGridComponentID> ShowTitleEllipsis 'TRUE/FALSE'
PROPERTY <EnhancedDBGridComponentID> ShowTextEllipsis 'TRUE/FALSE'
PROPERTY <EnhancedDBGridComponentID> ShowRecordNumber 'TRUE/FALSE'
PROPERTY <EnhancedDBGridComponentID> CellHints 'TRUE/FALSE'
PROPERTY <EnhancedDBGridComponentID> AllowTabs 'TRUE/FALSE'
PROPERTY <EnhancedDBGridComponentID> HorScrollBarVisible 'TRUE/FALSE'
PROPERTY <EnhancedDBGridComponentID> UseDateTimePicker 'TRUE/FALSE'
PROPERTY <EnhancedDBGridComponentID> ShowHint 'TRUE/FALSE'
PROPERTY <EnhancedDBGridComponentID> ThemeAware 'TRUE/FALSE'
PROPERTY <EnhancedDBGridComponentID> GridFocusNavigation 'TRUE/FALSE'
PROPERTY <EnhancedDBGridComponentID> TabStop 'TRUE/FALSE'
PROPERTY <EnhancedDBGridComponentID> SkipReadOnlyColumns 'TRUE/FALSE'
PROPERTY <EnhancedDBGridComponentID> MultiSelect 'TRUE/FALSE'
PROPERTY <EnhancedDBGridComponentID> PersistentColumnColor 'TRUE/FALSE'
PROPERTY <EnhancedDBGridComponentID> EnterAsTab 'TRUE/FALSE'

Of course, all those properties will be documented in the official release of R:DocsX (10.0.2.20731).

Very Best R:egards,

Razzak


At 09:18 PM 7/24/2017, Brad Davidson wrote:

Razzak,

Further attempt to dynamically disable multiselect function via form after start eep with:
PROPERTY dbgrid dgMultiSelect 'True'
where dbgrid is the grid CID does not seem to have any effect.

I had deselected the multiselect form property and assured it is 'FALSE' via object inspector (for the enh db grid), which is applicable to one scenario, then, when we DO want users to select more than one row, the above 'TRUE' property statement is issued - but again, has no effect.

Is there something in my understanding I am missing? Just curious... I can easily work around this.



--
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to