NEWHERE Posted September 4, 2005 Posted September 4, 2005 Is there anyway to get rid of that dialog box with Modify Last find, Continue and Cancel buttons when the results of a find request is 0 records? I have several scripts that uses Perform Find and Enter Find Mode and a custom dialog box. I basically want for a custom dialog to appear if the results is zero records. You've all been great. Thanks again. Jean
Vaughan Posted September 5, 2005 Posted September 5, 2005 Set Error Capture [on] Perform Find [] If [ Get(LastError) = 0 ] Else End If A Find error can be caused by empty find criteia, or no records matching. To differentiate between the two you need to include another IF conditional.
Recommended Posts
This topic is 7019 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 accountSign in
Already have an account? Sign in here.
Sign In Now