Limitations of Application.echo false

J

jonefer

Is there a better way to hide maximizing or minimizing forms in Access?

I've tried the ole'
application.echo false
docmd.hourglass true
...minimize-
docmd.hourglass false
application.echo true

And the routine just laughs at me while still completely displaying the
maximize or minimize.

Is there a better way to do this?
 
Top