Bill Benson (vbacreations)
vbacreations at gmail.com
Sun May 23 18:20:58 CDT 2010
It only happens when starting the form up from design view ... I would call this therefore, no issue. -----Original Message----- From: Bill Benson (vbacreations) [mailto:vbacreations at gmail.com] Sent: Sunday, May 23, 2010 6:55 PM To: 'Access Developers discussion and problem solving' Subject: Application.Echo not a reliable application method? During the resize event I turn off the echo with application.echo false. I know it is (or should be) off because when I decided to test why it is not working, I put this just about before ever single line in the code of that event. However, while I am changing the position and width of controls on my form, it is still showing this on the UI. None of these apply: The Echo method doesn't suppress the display of modal dialog boxes, such as error messages, or pop-up forms, such as property sheets. Have others found this to be unreliable?