Setting any button in browse screen (creat, edit etc.) visible = false doesn’t have any effect and it is visible in app.
regards
Umesh
Setting any button in browse screen (creat, edit etc.) visible = false doesn’t have any effect and it is visible in app.
regards
Umesh
Hi,
According to the documentation:
If an
Actioninstance is defined for aButton, the button will take the following properties from it: caption, description, icon, enable, visible. Thecaption,descriptionandiconproperties will be imported fromActiononly if they are not set in theButtonitself. All other listedActionproperties have priority over theButtonproperties.
So, you need to hide corresponding action.
Gleb