I thought you forgot you knew something...
----- Original Message -----
From: "Bill Downall" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Thursday, September 23, 2010 1:56 PM
Subject: [RBASE-L] - Re: PROPERTY ... CAPTION results delayed
I knew there was something I had forgotten. Thanks, Larry.
Bill
On Thu, Sep 23, 2010 at 1:51 PM, Lawrence Lustig
<[email protected]>wrote:
<<
I have a form that does a great deal of updating of on-screen
information,
during a 45,000 row WHILE loop. The updates are done with the
PROPERTY cid CAPTION .varname
command
>>
Use the command PROCESSMESSAGES after each PROPERTY command to tell
R:Base
to release control to Windows long enough for Windows to perform any
repaints necessary. This will exact a small performance penalty.
--
Larry