Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Scan endscan skipping last record
Message
De
14/02/2003 15:51:10
 
 
À
14/02/2003 14:51:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00753383
Message ID:
00753455
Vues:
23
Hi Gunnar

Have you tried to set a relation between the two tables then scanning through diecum .

&& set your relation here.

Select 'diecum'
GO TOP
SCAN
SELECT 'dieactualdata'
IF !EOF()
&& Do some thing
ELSE
&& There is no matching records
ENDIF
ENDSCAN

I have found in the past when I use the locate that some records where skipped. I was able to solve the problem using the set relation command then scanning through the table.

I hope this helps,

Andy
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform