defectivo Posted October 7, 2005 Posted October 7, 2005 Hello, I've used FileMaker a bit but have something which I am hoping is a basic question. I am working with a scheduling database that organizes appointments for a school guidance office. Each day of the school week gets a new record in the 4-digit year format -- DD/MM/YYYY. I am familiar with startup scripts and wish to use one to enter find mode when the database starts up, auto-enter the current date and search the system for that date's schedule so that counselor's the correct schedule when they open the database each morning. Any help is appreciated
Kent Searight Posted October 7, 2005 Posted October 7, 2005 (edited) Basically you'll want this in your startup script: Go To Layout (layout to search) Enter Find Mode Set Field [dateField ; Get (CurrentDate)] Perform Find Also, you may want to Set Error Capture [On] for the sake of a nicer user interface. Edited October 7, 2005 by Guest
Recommended Posts
This topic is 6987 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