Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Get records
Message
From
30/08/2004 13:48:55
 
 
To
30/08/2004 10:25:17
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00937427
Message ID:
00937729
Views:
22
hi,
thank you very much.

i get error message(Alias is not found )
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 + RECCOUNT('temp1')

   SELECT aliq1
   APPEND FROM temp1
   SELECT aliq

NEXT
thanks.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform