Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy data from floppy to hard disk - what's wrong?
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00321783
Message ID:
00321791
Views:
18
>
>Hi Ellen,
>
>Try this instead:
>
>
>(assumes that the file "doc" is already open)
>
>USE A:\Document ;
>  IN 0 ;
>  ALIAS NewFil
>
>SELECT Doc
>SET ORDER TO dnumber
>
>SELECT NewFil
>SCAN ALL
>  SCATTER MEMVAR MEMO
>  IF !SEEK( Document.dnumber, "Doc" )
>    INSERT INTO Doc ;
>      FROM MEMVAR
>
>  ELSE && you're already positioned to the DOC record
>    GATHER MEMVAR
>
>  ENDIF && !SEEK
>ENDSCAN && ALL for NewFil
>
>
>HTH.

OOPS -- make sure the GATHER MEMVAR has the MEMO keyword -- sorry (g).
Evan Pauley, MCP
Positronic Technology Systems LLC
Knoxville, TN

If a vegetarian eats vegetables, what does a humanitarian eat?
Previous
Reply
Map
View

Click here to load this message in the networking platform