RE: [RBASE-L] - NOT RESPONDING

2018-10-04 Thread Claudine Robbins
, October 04, 2018 4:35 AM To: rbase-l@googlegroups.com Subject: RE: [RBASE-L] - NOT RESPONDING Hi Claudine, Here is a very simple example to illustrate the use of GAUGE, NO_FOCUS, and PROCESSMESSAGE. -- Example 01 -- Start here ... CLS PAUSE 3 USING 'Collecting data ... this will take a few

RE: [RBASE-L] - NOT RESPONDING

2018-10-04 Thread Stephen Markson
Oops, didn't see your earlier example, Thanks, Razzak. -Original Message- From: rbase-l@googlegroups.com [mailto:rbase-l@googlegroups.com] On Behalf Of Stephen Markson Sent: October 4, 2018 10:44 AM To: rbase-l@googlegroups.com Subject: RE: [RBASE-L] - NOT RESPONDING Thanks, Razzak. I

RE: [RBASE-L] - NOT RESPONDING

2018-10-04 Thread Jim Belisle
g@01CD8CE2.FB048F50] From: rbase-l@googlegroups.com [mailto:rbase-l@googlegroups.com] On Behalf Of A. Razzak Memon Sent: Thursday, October 4, 2018 4:35 AM To: rbase-l@googlegroups.com Subject: RE: [RBASE-L] - NOT RESPONDING Hi Claudine, Here is a very simple example to illustrate the use of GAUGE

RE: [RBASE-L] - NOT RESPONDING

2018-10-04 Thread A. Razzak Memon
ine -Original Message- From: rbase-l@googlegroups.com [mailto:rbase-l@googlegroups.com] On Behalf Of A. Razzak Memon Sent: Wednesday, October 03, 2018 9:11 PM To: rbase-l@googlegroups.com Subject: Re: [RBASE-L] - NOT RESPONDING Hi Claudine, That is a very common symptom when performing l

RE: [RBASE-L] - NOT RESPONDING

2018-10-03 Thread Claudine Robbins
[mailto:rbase-l@googlegroups.com] On Behalf Of A. Razzak Memon Sent: Wednesday, October 03, 2018 9:11 PM To: rbase-l@googlegroups.com Subject: Re: [RBASE-L] - NOT RESPONDING Hi Claudine, That is a very common symptom when performing long running time-consuming routines. There are a few techniques

Re: [RBASE-L] - NOT RESPONDING

2018-10-03 Thread A. Razzak Memon
Hi Claudine, That is a very common symptom when performing long running time-consuming routines. There are a few techniques to improve such performance. 01. Use of PROCESSMESSAGE command in WHILE ... ENDWHILE loop. While process a time-consuming routine and displaying the PAUSE 3 message

[RBASE-L] - NOT RESPONDING

2018-10-03 Thread Claudine Robbins
I've meant to ask about this for quite some time. When there is a somewhat lengthy process, "Not Responding" will occasionally pop up at the top of the screen. Users often click on the x to exit the screen but the process is really still working and just waiting will let it complete. What