I Do not follow along with what you are saying Ledu! Are you trying to say
In the application you use the Wait Window "" to display messege to yourself, BUT,
When others run the application you do not want the wait window messages to appear?
if this is the case, you will have to add a few lines of code
At the start of you program add a global memvar CCTestMode=.f.
then anyplace you have a wait window
if CCTestMode
wait window ""
endif
or if you have a username you can use that
if ccUserName = "LEDU"
wait window
endif
David W. Grewe
Dave@internationalbid.com
ICQ VFP ActiveList #46145644