Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Action Every Interval
Message
 
À
24/04/2002 07:30:14
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00648415
Message ID:
00648603
Vues:
26
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform