Display combo-box in browse

mariaProgress

New Member
Hello,

It's possibe to display combo-box in browse.
I tried this but it didn't work:


DEFINE BROWSE B_parametrage QUERY Q_parametrage
DISPLAY
code LABEL "Code" FORMAT "X(20)" VIEW-AS COMBO-BOX LIST-ITEMS "Admin","Utilisateur"

ENABLE
code

WITH 10 DOWN SEPARATORS WIDTH 99 CENTERED
TITLE "Menu" .
 
You don't say anything about the Progress/OpenEdge version you are using. The possibility to use other widgets like combo or toggle boxes in a browse widget was not there forever. AFAIK it was introduced around OpenEdge 10.1A.

Furthermore it would be helpful if you posted the complete code and enclose it with code tags.

Heavy Regards, RealHeavyDude.
 
Indeed it was a feature of Openedge, but I'm not sure which version exactly. So Progress version is necessary.
 
Back
Top