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.
BrowseColumnUniqueMatchesThese 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