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

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

Recommended Posts

Posted

for some reason the following doesn't work:

modify last find

set error capture [on]

now wnenever i try and do an IF statement (i want to put my own error message and buttons instead of the filemaker one's) FMPRO ignores my error message and puts it's own. . if i put a" perform find" command after Modify last find then the script works ..

Any ideas

Paul Apted

Posted

I havent used the modify find step yet (still on FM5), but I know that you need to perform the find to get the error message when no record are found. Try:

enter find mode (do not restore)

set error capture [on]

modify last find

pause script

Perform Find(do not restore)

if...

Not sure of the syntax for modify find, but the pause, perform find should help.

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