Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Add records
Message
From
25/08/2004 02:42:11
 
 
To
24/08/2004 14:39:24
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00935865
Message ID:
00936217
Views:
29
hi,
it works.thank you,
but i need to insert ex..just 100 records randomly from field="121"; and 180 records randomly from field1="323", via thisform.text8.value etc....
and delete this records from mytable newamar66.
SELECT * FROM newamar66 ;
WHERE char21=thisform.text7.value;
INTO CURSOR tmpAppend

SELECT 0

USE toto
APPEND FROM (DBF('tmpAppend'))
USE IN newamar66
USE IN tmpAppend
thanks.
best regards.
m.qasem
Previous
Reply
Map
View

Click here to load this message in the networking platform