Richard Corso Posted October 2, 2009 Posted October 2, 2009 I have made a Welcome screen that opens each time my data base is launched. I have a field that is a set of radio button (Yes – No). I am having a problem writing a script bast on this field as to let the Welcome screen show the next time the data base is launched. Any suggestions would be appreciated.
efen Posted October 2, 2009 Posted October 2, 2009 (edited) Not sure what your question is. Do you have a start-up script to run when the file is opened/launched? That script shows the welcome screen and then goes to your main layout? Do you want it so that the user can cancel(or retain) the welcome screen on future start-ups with the yes/no button? If so, incorporate into your start-up script pseudo code If radiobuttonfield = Yes Goto Welcome screen Pause [for a time] to show screen Goto main/selected layout Else Goto main/selected layout End if Edited October 2, 2009 by Guest
Richard Corso Posted October 3, 2009 Author Posted October 3, 2009 Thanks, that worked. I forgot to put " on each side of the word "Yes". :(
Recommended Posts
This topic is 5599 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