maulanday Posted August 3, 2006 Posted August 3, 2006 I have done a search on this topic, but can't seem to find the script. When a user selects "home" from the drop down menu, I want them to automatically be taken to the "home" layout. If they select "View all records" I want them to automatically be taken to the view all records layout. How can I do that?
SteveB Posted August 3, 2006 Posted August 3, 2006 This only works on PCs, not Macs: Make the field non-enterable, pop-up menu. It won't work with drop-down list. Attach a script to the field: GoTo Field(fieldname) Pause/Resume Script(1 sec) Commit Records[] If (fieldname= "Main Menu") Elseif(fieldname= "View") The pause will cause the menu to open and stay open until the user clicks in the menu or elsewhere. Steve
Recommended Posts
This topic is 6689 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