Resize event problem

  • Thread starter Thread starter Flavio Software House
  • Start date Start date
F

Flavio Software House

The resize event on Access 97 don't fire when i maximize a form

how to know when a user maximize the form ???

thanks in advance
FLAVIO
 
First things first. Make sure it's not your code Access
is having problems with.

Enter ONLY the following code to the OnResize Property:

MsgBox "IT WORKS...YESSS!"

I am using Access 97 and this works EVERY time for me!
Open, resize, and close! If it works for you, then the
problem is in your code, not Access execution. If it does
NOT execute! Then consider uninstalling and then
reinstalling Access.
 
Back
Top