Jump to content

This topic is 5599 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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.

Posted (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 by Guest

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.