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

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

Recommended Posts

Posted

How would I make a script for this?

If (

Table:Field = (empty); continue with script ; display message "Serial has already been used"

)

I'm trying to make this part of a button. I'm using it for an invoice. The button adds items to the invoice. I don't want it to add the item if its already been shipped before. I'm able to do everything except the if statement to make it stop if there is already a date in the field.

Posted

If [field = ""]

perform whatever script steps needed here

Else

Show custom dialog"serial used"

Exit script

End if

If isEmpty( field).

FileMaker reps are always pretty adamant that = "" is not reliable.

This topic is 5143 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.