Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can any one tell me how to hide sheet object? and how to display them after hiding?
yojas
Hi Yojas,
Go to the object properties, Layout tab, and set a condition like
vVisible = 1
Now create a new variable named vVisible in the variable overview menu, and a new button with an action that sets the variable to 1 or 0 so showing/hiding the object.
Regards.
Miguel
Hi Yojas,
Go to the object properties, Layout tab, and set a condition like
vVisible = 1
Now create a new variable named vVisible in the variable overview menu, and a new button with an action that sets the variable to 1 or 0 so showing/hiding the object.
Regards.
Miguel
see the attached file
Thanks for the example.......