Could anyone please suggest how can I hide the columns of Static Browser?
Is there any setting or Flag which I can set for those columns which I want in the Browser but want to Hide it?
CUI won't allow you to hide column. So probably the best option is just shorten column and change its screen value.
To change screen value you need to store handle to column you want to hide and use it in on ROW-DISPLAY event.
Code:
ON ROW-DISPLAY ANYWHERE
DO:
vwh:SCREEN-VALUE = ?.
END.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.