Hi,
can anybody help, I have a little issue regarding visible button. Here for illustration.
I have 5 form, and button on each form. For default button in form 5 is hide (4 button). And i want when i click button 1 in form 1, the button 1 in form 5 is visible, the other button in form 5 (2,3,4) still hide, and so on for other scenario.
can you please help with this.
Ok, Rimmon. Thanks, If so, I will use that method. Thanks
I'm afraid there's no better way to skip setting variables at the moment. Although the above method will set some variables, it is simple and stable.
Hi @v-mengmli-msft,
When a button in form1 is clicked, will the buttons in Form5-1, Form5-2, etc. are displayed at the same time?
--> No Rimmon, above ilustration in for one process. My objective is when we open form 5 from form 1, and then close form 5 , it will navigate back to form 1. And so on.
Hi @innawan ,
I am assuming that there are Form5-1, Form5-2, Form5-3 and Form5-4.
When a button in form1 is clicked, will the buttons in Form5-1, Form5-2, etc. are displayed at the same time?
Thank you for the reply.
Unfortunatelly, I have 3 form like form 5 in my apps. It's means there will be 12 global variable to set.
In your opinion, is there any simple way to achive that.
Hi Rimmon,
Thank you for the reply.
Unfortunatelly, I have 3 form like form 5 in my apps. It's means there will be 12 global variable to set.
In your opinion, is there any simple way to achive that.
Hi @innawan ,
I recommend you set variables to control visibility of buttons in Form5, such as var1, var2, var3...
Please try this:
OnSelect of button in Form1:
Set(var1,true)
Visible of button1 in Form5:
var1
Same steps for other buttons.
OnVisible of Screen or OnStart of App:
Set(var1,false);
Set(var2,false);
Set(var3,false);
Set(var4,false);
Best regards,
Rimmon
mmbr1606
41
Super User 2025 Season 1
WarrenBelz
37
Most Valuable Professional
MS.Ragavendar
34