Briefly...

Prior to your WHILE loop set the var to integer and zero.
Also set a variable to the total number of records in the loop (select count(*) 
into vCount where...)

Inside the loop calculate the percentage of records processed as the value for 
vProgress;
Use the value in the pause command.

If you have a large number of records you may find that you only want to do the 
calculation and pause every hundred or thousand, whatever suits you. If so, add 
another loop that counts to that number and do the calculation and pause inside 
that. Reset that count to zero when your preferred limit is reached.

Regards,
Alastair.


  ----- Original Message ----- 
  From: Jim Belisle 
  To: RBASE-L Mailing List 
  Sent: Monday, August 17, 2009 3:54 PM
  Subject: [RBASE-L] - PAUSE Command with Meter Progress Bar


  When using the PAUSE Command with Meter Progress Bar, how do I set the 
variable vprogress (as shown in Help)?

   

  Jim

   



------------------------------------------------------------------------------



  No virus found in this incoming message.
  Checked by AVG - www.avg.com 
  Version: 8.5.392 / Virus Database: 270.13.58/2309 - Release Date: 08/17/09 
06:08:00

Reply via email to