Using a combo-box in a Dynamic SmartDataBrowser

RichardChurch

New Member
Hello,
I need to create a combo box in the 4th and 5th column in a dynamic smartdatabrowser. Any Suggestions?

I can utilize the DYNAMIC-FUNCTION('setBrowseColumnTypes':U IN Browser-handle, INPUT vColumnTypes).

where vColumnTypes is a character variable set as "DDL".

It only sets the first column.... not the 4th or 5th columns.

If I set vColumnTypes as "FI,FI,FI,DDL,DDL" nothing get set as combo box. What am I missing?

Thanks in advance
 
Back
Top