Dani R Posted September 24, 2007 Posted September 24, 2007 how do i do a script that if I have 2 parameter. parameter A is cheek in date and parameter B is cheek out date. how can i cheek that if parameter b is smaller then parameter a it will tell me?
Søren Dyhr Posted September 24, 2007 Posted September 24, 2007 Write them concatenated with a pilcrow ¶ as one single, and then inside the script split them with GetValue( http://www.filemaker.com/help/FunctionsRef-355.html Then is it something in the vicinity of: If [ GetAsDate(GetValue ( Get ( ScriptParameter ) ; 1 )) < GetAsDate(GetValue ( Get ( ScriptParameter ) ; 2 )) ] #your stuff here!!! End If --sd
Dani R Posted September 24, 2007 Author Posted September 24, 2007 its noet working can u have a lock @ the Attachment file please ?
Søren Dyhr Posted September 24, 2007 Posted September 24, 2007 (edited) Something isn't working with your attachment, so I include a template! --sd Edited September 24, 2007 by Guest
Dani R Posted September 25, 2007 Author Posted September 25, 2007 Something isn't working with your attachment, can u send it to my mail [email protected] please ??
Recommended Posts
This topic is 6271 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