Run-time Error 384

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using the Access 97 and everytime when i run my in-house made
application in Access always returns the error 384 with the Error message: "A
Form cant be moved or sized while minimized or maximized"

Anybody can help me please to solve the problem.
 
When you get the error, hit Ctrl + Break and then select the "Debug" button
which should normally show the line of code that errors out (unless it is
error-trapping code).

It sounds like a MoveSize statement which should only be used when the Form
is in "Restored" state.
 
Back
Top