Topher Posted June 22, 2008 Posted June 22, 2008 Hi, I have a basic find script that has the basic responses if no data was entered, or 1 record was found = go to form layout, or > 1 record was found = go to list layout. I was wondering if it was possible to have the button when clicked for a second time during the find script adds a new request. It seems simple but I can't get it to work. It just resets the find script when I push on the button again.
Kiwi Posted June 22, 2008 Posted June 22, 2008 Try setting the script parameter for the button to something like let($$i=$$i+1 ; "") Make sure the button has current script = Exit script. Within your script test for $$i = 1 or >1. Don't forget to set variable $$i back to zero somewhere in the script!
Recommended Posts
This topic is 5997 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now