On July 31 I posted a problem I had with closing one form and being
presented with a request to enter a parameter statement when the
MainMenu form was activated. A couple of days ago someone went into
another form, pressed the X button, the MainMenu was activated and
froze...this time with no parameter statement. So I figured I'd start
snipping out some code here and there in the MainMenu. In my OnActivate
event I have some code like
Application.Ech o False
...bunch of code
Application.Ech o True
Removing Application.Ech o corrected the problems I had with both forms.
It worked fine with A97, not so with A2003. Just thought I'd update
you on the problem.
presented with a request to enter a parameter statement when the
MainMenu form was activated. A couple of days ago someone went into
another form, pressed the X button, the MainMenu was activated and
froze...this time with no parameter statement. So I figured I'd start
snipping out some code here and there in the MainMenu. In my OnActivate
event I have some code like
Application.Ech o False
...bunch of code
Application.Ech o True
Removing Application.Ech o corrected the problems I had with both forms.
It worked fine with A97, not so with A2003. Just thought I'd update
you on the problem.