July 27, 200520 yr I am trying to develop my own billing software and a script I have written checks to see if a trasaction already exists for a given person on a given day and if found gives a custom message allowing the user to create a second transaction or more commonly back out and not do so. However, most of the time no transaction will be found and the standard message that no records match is displayed. Pressing continue then properly creates the transaction. However, I am trying to avoid seeing this message if no record exists and have not been able to do so. Is there a way?? Thanks. Paul
July 27, 200520 yr PF: Just before the find step, put in Set Error Capture [on], which will trap out the standard FMP message that no items were found. -Stanley
Create an account or sign in to comment