Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pdf's in tables
Message
 
To
13/09/2002 13:54:10
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00700280
Message ID:
00700284
Views:
12
This message has been marked as a message which has helped to the initial question of the thread.
>Can a .pdf file be stored in the memo field of a foxpro table?

Yes you can "store" it in the memo field. Like:
insert into (table_name) (memofield) values (filetostr("c:\acrobat3\reader\acrobat.pdf"))
or just a file name:
insert into (table_name) (memofield) values ("c:\acrobat3\reader\acrobat.pdf")
Previous
Reply
Map
View

Click here to load this message in the networking platform