Daniel Shanahan Posted December 18, 2000 Posted December 18, 2000 is there a way to have a 'pop-up list' field pop-up or activate automatically upon entering a new record? i have a script that creates a new record from a related database; so when i press the button in database 1 it goes to database 2. that's where i'd like a pop-up field to display it's contents. does this make sense? is it possible? i've tried the "Go to Field" script (and it's "Perform" option - no luck). any ideas?
Chuck Posted December 19, 2000 Posted December 19, 2000 Is your Go to Field [ Perform ] step in a script in database 2? Normally I would Go to Related Record Perform Script [ External (in the related database) The external script in the related database would then have Go to Layout Go to Field [ Perform ] Chuck
Daniel Shanahan Posted December 19, 2000 Author Posted December 19, 2000 Thanks for your response, Chuck. yeah, that's exactly how i set up the 2 databases and their respective scripts... doesn't do what i want it to do. maybe it's not possible... if you have any other ideas, i'm open to hearing them. thanks.
Chuck Posted December 20, 2000 Posted December 20, 2000 Does the script in database 2 work when it's called from within database 2 rather than from database 1 as a Perform Script [ External ]? Are you sure that there's a value list tied to the field? Chuck
Daniel Shanahan Posted December 20, 2000 Author Posted December 20, 2000 yes, it does work within DB2. and the Select/Perform option need not be activated. But it doesn't work from DB1 w/the Perform Subscript. In DB2 I removed the Go To Field command and replaced it with a Perform Script command and then created a seperate script (still in DB2) that that said Go To Field. But that didn't work. My value list is from yet another Database (since it has the potential of changing often, I want to give the end users easy access to that info). I thought that might be the problem (based on Chuck's question "are you sure it's tied to a value list?" So a created a Test value list within DB2. Alas, no luck. I'm stumped. Dan
Chuck Posted December 20, 2000 Posted December 20, 2000 Are there any lines in the calling script in database 1 that are after the Perform Script [ External ]? If so, try rearranging the script steps so that the Perform Script [ External ] is the last step. Chuck
Daniel Shanahan Posted December 21, 2000 Author Posted December 21, 2000 Of course! That's it! Thanks Chuck!
Recommended Posts
This topic is 8810 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