Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I have different tabs in my application , i want to make one sheet as defaulf one to appear and all the field has to be cleared when ever the application is opened by user
How do i do that..?
There are seperate options for "clear all" and "unlock and clear all", the one you want is simply "clear all"
The layout action "activate sheet" is how you specify the default sheet.
you can stack more than one action in the "on open" trigger so it is possible to have
action 1 = lock field
action 2 = activate sheet SH01 (case sensitive)
action 3 = clear all
or
action 1 = select excluded the field from action 1
action 2 = lock field
action 3 = activate sheet SH01
You are looking for the "triggers" tab in the document properties
To clear all selections, choose "on open" then add a selection action to "clear all"
To actiavte a sheet, choose "on open" then add a layout action to "activate sheet"
But i already have a trigger which lock one of the filed with a particular select if i say clear all even that is getting cleared , how do i leave it locked and clear rest of the firlds , and also how do i make first sheet as default ?
There are seperate options for "clear all" and "unlock and clear all", the one you want is simply "clear all"
The layout action "activate sheet" is how you specify the default sheet.
you can stack more than one action in the "on open" trigger so it is possible to have
action 1 = lock field
action 2 = activate sheet SH01 (case sensitive)
action 3 = clear all
or
action 1 = select excluded the field from action 1
action 2 = lock field
action 3 = activate sheet SH01