Dynamically change order of buttons on a form

amaklop

Registered User.
Local time
Yesterday, 21:08
Joined
Sep 6, 2018
Messages
17
Hi

I have a home page with various buttons. Depending on the user's security group, only certain buttons will be available. However, when the buttons are hidden that he cannot see, there are big gaps between the buttons. Is there a way that I can "auto arrange" the buttons after I've hidden the ones he cannot see? I'm trying to get each users' home screen to have all the buttons left aligned and overflow into the second column if the first is full.

Is this possible?
 
The default switchboard works like that I seem to recall.
Each menu entry is in a table and you decide what is presented to the user.?

Check out the SwitchBoard Manager in Database tools.
 
Yes its possible but it will need a fair bit of code and it might cause a performance hit.

Does it really matter? If it does, why not just disable rather than hide the buttons?
 
Ahh ... Thanks I never thought of disabling the buttons. That will be much easier :)
 

Users who are viewing this thread

Back
Top Bottom