Dan Waters
dwaters at usinternet.com
Sun May 23 18:42:04 CDT 2010
I Application.Echo a lot, and I would call this working correctly. Application.echo doesn't apply to design view, you do want modal dialog boxes to display and pop-up forms to display while the code is running. Before you close/save a form, close the property sheet so it won't display while you're running the form is view mode. HTH, Dan -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Bill Benson (vbacreations) Sent: Sunday, May 23, 2010 5:55 PM To: 'Access Developers discussion and problem solving' Subject: [AccessD] 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? -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com