intercept "form close" event for record find form

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
 
R

Rick Brandt

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.
 
C

Crevit

I want to intercept the "form_close" event for windows system "Find and
Replace"

I can resolve with API? What API?

Thanks
Crevit
 
Top