Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problems With General Field
Message
De
29/10/1996 17:58:40
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00011120
Message ID:
00011122
Vues:
36
>I used general fields to store bmps and now I need to export them to a external .bmp file. Does you know how to read the general fields and save a bmp file in the batch mode?
>Can someone tell me the structure of a .fpt to do a low level copying of my .bmps?
>
>thanks in advance
> Newman Silva

I'am working with images (JPG, not BMP) and I found that fpt is exact copy of original image file. If you open appropriate fpt file you will see that the only difference is Foxpro Header but Image programs which I use don't care about headers. So I just set pointer to a record and issue command:
cFilename=sys(3)
COPY TO &cFilename next 1
and then use fpt file as image one.
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform