Find

  • Thread starter Thread starter Arn
  • Start date Start date
A

Arn

How to close the Find/Replace dialogue box after finding
the record on a form without clicking the cancel button. I
am looking for to close the box right after the finding
record.Is there any way.

Thanks
ARN
 
One way to do this would be to roll your own Find/Replace dialog box.
I can also imagine writing some API calls (I don't know exactly which) in
the form's OnCurrent event.
That would cover the case when the Find succeeds.
But what about when it doesn't find a match, and thus doesn't move?
 
Back
Top