Question Using Browse W/ Conditions

Greetings Everyone! I am using OpenEdge 11.3.1, I have a problem in using my Browse.
example:
I have a checkbox chk_name, if chk_name value is checked. I will display name in my browse and if not checked it displays nothing. My Problem is I don't know how to define my browse using conditions.
I have to use one browse because I have many checkboxes therefore I will have many conditions.
I'm looking forward for your help masters. Thank you . . .
 
I'm afraid I'm completely confused at what you're trying to do. Are you trying to conditionally hide columns in a browse?
 
1. Stick browser on window
2. Create freeform query for browser.
3. Use variables in the freeform query.
4. Use action trigger to open query in browser.
 
Back
Top