Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have created a button to show/hide a straight table and it is not working when i open a application on an ipad using Good browser app.
Even the hyperlinks are not working.
Need help.
Hi Samuya
How does this show / hide button operate? Are you using a variable to operate it?
The way I normally do it is to create a variable, eg vTable1View
In the button: action for "set variable" with the variable name "vTable1View" and the value to =if(vTable1View=1,0,1)
Then in the table, in the layout tab, set the "show" option button to "conditional" and place "=vTable1View" the variable name in the condition text box.
This usually works!
Erica
Hi Erica,
Thats true.
Normally it works.
But it doesnt work only when i am opening it in ipad via Good Browser(which is a compulsion right now)