March 19, 201114 yr Hi everyone, I'm trying to do a record search in a script. The result is counted with a Get(FoundCount) function (i think that this is the right name because my localized version is Dutch). If the counted result is smaller then a given number it is allowed to enter a new record. The value 0 is smaller so in this case the user must be able to enter a new record. The case is when the result is 0 I am prompted with a dialog "No records found" Is there a way to avoid or supress this dialog box? Thanks in advance for your help. Kind Regards, Adri Oosterwijk
March 19, 201114 yr I am prompted with a dialog "No records found" Is there a way to avoid or supress this dialog box? Yes, by using the Set Error Capture [On] script step.
March 20, 201114 yr Author Yes, by using the Set Error Capture [On] script step. Works great! Thank you
Create an account or sign in to comment