Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Get records
Message
From
30/08/2004 14:24:42
 
 
To
30/08/2004 14:01:16
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00937427
Message ID:
00937752
Views:
17
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
Previous
Reply
Map
View

Click here to load this message in the networking platform