Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pdf's in tables
Message
 
À
13/09/2002 13:54:10
Scott Starkey
Tindall Record Storage
Fort Worth, Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00700280
Message ID:
00700284
Vues:
13
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")
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform