mikajake Posted February 1, 2003 Posted February 1, 2003 I have a bowling database. What I want to do for speedy input is when the user enters a score in say game 5, then continues on to game 10, i want to have filemaker advance to the next record when it hits game 10 instead of going back to game 1. Any input would be greatly appreciated
LiveOak Posted February 2, 2003 Posted February 2, 2003 A couple of ideas: 1) Place the user in a script with a pause at each frame, after the 10th pause, a Go to Record/Request/Page (next) is executed. 2) Use a plug-in, such as Activator, capable of triggering a script upon exiting a field. -bd
mikajake Posted February 2, 2003 Author Posted February 2, 2003 I am kind of new to filemaker so forgive me. Do I start the script upon entering the form or upon entering game 1. As it is right now, when I enter the form and hit tab, I am in game 1 of bowler 1. I tab through the fields entering games as needed, then I hopefully on to the next bowler after I enter the game 10 field
jasonwood Posted February 2, 2003 Posted February 2, 2003 Do I start the script upon entering the form...[?] Yes. Here's how the script might look: Go to layout, bowler entry Loop Pause/Resume Script Go to record, next End Loop When you start the script, it goes to the correct layout, then waits for the user to hit enter. Every time the user hits Enter (or continue), it goes to the next record.
Razumovsky Posted February 3, 2003 Posted February 3, 2003 Alternatively, you could just be lazy and use the ctrl+up/down arrow shortcut to scroll between records. -Raz
mikajake Posted May 10, 2009 Author Posted May 10, 2009 What I want to do for speedy input, when entering a record and I reach the last field of the form, i want to have filemaker advance to the next record and move back to the first field. Thats it.
mr_vodka Posted May 11, 2009 Posted May 11, 2009 Wow this post came over 6 years after the last post... That must have been some bowling game! :
mikajake Posted May 11, 2009 Author Posted May 11, 2009 haha, truth is i was using another software that does scroll through records. But now i have decided to give Filemaker a real chance.
mr_vodka Posted May 11, 2009 Posted May 11, 2009 Are you still on FM8? If you have FM10, then you can use scrip triggers to get you to the next record.
Recommended Posts
This topic is 5676 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