Using a combo-box in a cell inside a dynamic SmartDataBrowse

Posted by Admin on 23-Apr-2010 19:45

OE 10.1B  and above (ADM2) has the ability to use view-as combo-box in a smartDataBrowser and dynamic SmartDataBrowser using:

BrowseColumnTypes

BrowseColumnDelimiters

BrowseColumnItems

BrowseColumnItemPairs

BrowseColumnInnerLines

BrowseColumnSorts

BrowseColumnMaxChars

BrowseColumnAutoCompletions

I can get the first column to act as a combo box using the setBrowseColumnTypes but I can't figure out how to set all the cells.

Any suggestions or additional documentation using these properties?

Thanks in Advance.

BrowseColumnUniqueMatches

All Replies

Posted by Håvard Danielsen on 24-Apr-2010 10:59

These properties are expected to be blank (if not used) or have a chr(5) delimited list of values.

The delimited list must have one entry for each column in the browse in the order the columns appear in the browse. (The columns are created from the DisplayedFields property or from the SDO columns).

The entries that are not set should not be empty, but have a "?".

The supported BrowseColumnTypes entries are:

TB  - TOGGLE-BOX

DD - DROP-DOWN

DDL - DROP-DOWN-LIST

This thread is closed