Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Action Every Interval
Message
 
To
24/04/2002 07:30:14
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00648415
Message ID:
00648603
Views:
25
Hi Hilmar,

>OTOH, if you SELECT ... INTO CURSOR NOFILTER and then process the result (for a report), none of the above apply.

Why wouldn't SCAN work with this? IMO, this should work in all cases!? Maybe I'm missing something here?
LOCAL lnI
lnI = 0
scan
  lnI = lnI + 1

  if lnI % 100 = 0  && every 100 records
    wait window trans(lnI) + " records processed" nowait
  endif

  * Main processing goes here
endscan
Armin

Armin Neudert
Regional Director (Stuttgart) of German FoxPro User Group dFPUG

MCP for Visual FoxPro

Expert/Editor of the VFP section in the German Codezone community portal
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform