September 24, 200718 yr 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?
September 24, 200718 yr 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
September 24, 200718 yr Something isn't working with your attachment, so I include a template! --sd Edited September 24, 200718 yr by Guest
September 25, 200718 yr Author Something isn't working with your attachment, can u send it to my mail [email protected] please ??
Create an account or sign in to comment