Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Get records
Message
De
30/08/2004 14:24:42
 
 
À
30/08/2004 14:01:16
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00937427
Message ID:
00937752
Vues:
16
hi,
thank you very much,
it works.
CLOSE all
SET SAFETY off

USE aliq1
SELECT 0
USE aliq EXCL
INDEX ON no TAG no

lnTotalCopied = 0

FOR i = 1 TO 14 && assume 20 values for flag
   lnTotalNeedingCopy = (thisform.text1.Value * i) - lnTotalCopied
   SEEK i
   COPY TO temp1 NEXT (lnTotalNeedingCopy) WHILE no = i
   lnTotalCopied = lnTotalCopied + _Tally
   SELECT aliq1
   APPEND FROM temp1
   SELECT aliq
NEXT
thanks.
best regards.
m.qasem
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform