Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Obj2bmp
Message
 
To
08/04/2005 14:58:46
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Miscellaneous
Thread ID:
01002542
Message ID:
01002795
Views:
23
>>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform