Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

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

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

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 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.