denisg Posted May 22, 2006 Posted May 22, 2006 Greetings, Environment...Mac OS X 10.3 with FM 5.5 server with clients Mac 7.0. I need help with the following task. I have a DateField that the user enters date manually. Based on this field date, I want to create a script that will go to "layout 1" if DateField is > (greater) than "June 1, 2006", otherwise, go to layout 2.
Slobey Posted May 24, 2006 Posted May 24, 2006 seems pretty simple: if[DateField > 06/01/05] go to layout [layout 1] else go to layout [layout 2] end if
Ender Posted May 24, 2006 Posted May 24, 2006 Not quite. Change that to: If [ DateField > date(6;1;2006) ] ...
Recommended Posts
This topic is 7106 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