Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding records to a table
Message
 
To
01/05/2002 16:59:16
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00651586
Message ID:
00651921
Views:
17
This message has been marked as a message which has helped to the initial question of the thread.
Try this code;
USE Main IN 0 ALIAS Main ORDER 1
USE Merge IN 0 ALIAS Merge
SELECT Merge
SCAN
   SELECT Main
   SEEK Merge.Boxbar + Merge.Filebar + Merge.Tapebar
   IF FOUND()
      LOOP
   ENDIF
   SELECT Merge
   SCATTER MEMVAR MEMO
   INSERT INTO Main FROM MEMVAR
ENDSCAN
CLOSE DATA
Previous
Reply
Map
View

Click here to load this message in the networking platform