Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Your code to export to BMP
Message
 
 
À
11/12/2009 00:37:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01438557
Message ID:
01438579
Vues:
135
This message has been marked as the solution to the initial question of the thread.
It sould be possible if you can find where actual document starts in a General field. For example, PDF always starts with '%PDF-'.

>
>I have found this code on the Internet which you wrote to export a general field of type BMP to a BMP file:
>
>
>LOCAL lcFileString
>SELECT "MyTable"
>COPY TO tmpTable FIELDS YourGeneralField NEXT 1
>lcFileString=FILETOSTR("tmpTable.fpt")
>ERASE "tmpTable.fpt"
>ERASE "tmpTable.dbf"
>lcFileString = RIGHT(lcFileString,LEN(lcFileString) - 599)
>=STRTOFILE(lcFileString, "MyExport.bmp"
>
>
>That is some interesting code. Do you know or does anyone knows if the same technique could be used to extract a DOC, XLS and PDF to preserve their intact format? Because, when we use the Object.SaveAs() property, in this case a Word file, the file that ends up being saved on the disk is way corrupted.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform