I have had a look through a few forum posts and it seems "DOEVENTS" may be the way to help with this.
I have a process that takes about 30-40 seconds to run, and during this process there is some waiting for responses from external servers.
There is also some Scan/endscan components.
Sometimes I get "Not Responding" in the title bar, which goes away when the process is completed.
I see in the help file that DOEVENTS "Executes all pending Windows events."
Is there anything I need to be concerned about or should I be liberal in placing DOEVENTS in my loops/scans?
Also should the placement of the command be at the end of the code in the loop? Where else can I place this command in code sequences?
I have had issues in the past with labels etc not visually changing during a loop, for instance progress bars or other visual progress indicators . . . will DOEVENTS help with this also?
I have a process that takes about 30-40 seconds to run, and during this process there is some waiting for responses from external servers.
There is also some Scan/endscan components.
Sometimes I get "Not Responding" in the title bar, which goes away when the process is completed.
I see in the help file that DOEVENTS "Executes all pending Windows events."
Is there anything I need to be concerned about or should I be liberal in placing DOEVENTS in my loops/scans?
Also should the placement of the command be at the end of the code in the loop? Where else can I place this command in code sequences?
I have had issues in the past with labels etc not visually changing during a loop, for instance progress bars or other visual progress indicators . . . will DOEVENTS help with this also?