intercept "form close" event for record find form

  • Thread starter Thread starter Crevit
  • Start date Start date
C

Crevit

Hi All,

I have this problem: I want to intercept "form close" event for find record
form.

How I can resolve?

Thanks in advance
Crevit
 
Crevit said:
Hi All,

I have this problem: I want to intercept "form close" event for find
record form.

How I can resolve?

Thanks in advance
Crevit

Forms have an Unload event that can be programmatically cancelled and a
Close event which cannot be. From your description it sounds like you
should look at the Unload event.
 
I want to intercept the "form_close" event for windows system "Find and
Replace"

I can resolve with API? What API?

Thanks
Crevit
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top