January 28, 200323 yr 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
January 28, 200323 yr 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.
Create an account or sign in to comment