Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Obj2bmp
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Photos et traitement d'images
Titre:
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Divers
Thread ID:
01002542
Message ID:
01002795
Vues:
29
>>>Hi George,
>>>downloaded your obj2bmp. I wish to know if I could transform to *bmp a part of a form without selection and without showing your obj2bmp.
>>>Thanx
>>
>>Check CaptureButton class File #10013
>Hi Sergey,
>thanks for the information. It works perfectly. It is just what I needed. Where store the bmp files? Perhaps in the blob field? I tried this way and 'something' is written into the field, but it does not return a bmp files! This is the last ring of the 'bmp' question! Some help?
>Thanx

Francesco,
REPLACE blob_field WITH FILETOSTR("c:\..\myjpg.jpg")

and reverse

STRTOFILE(blob_field,"c:\...")
or
APPEND MEMO MemoFieldName FROM FileName OVERWRITE
and reverse
COPY MEMO MemoFieldName TO FileName
or
APPEND MEMO blob_field FROM (lcJpgFileName)
_______________________________________________________________
Testing displays the presence, not the absence of bugs.
If a software application has to be designed, it has to be designed correctly!
_______________________________________________________________
Vladimir Zografski
Systems Analyst
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform