Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inserting a BMP into a General Field
Message
 
 
To
14/10/2002 14:07:43
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00711050
Message ID:
00711061
Views:
9
Hi Andy,

Don't use General. Put a field with fullname, e.g.
c:\myDir\MyBMP.bmp

In the report just put a textbox with (fullname) in parens. This should do the trick.


>I'm attempting to insert a bmp file into a General field for use in a
>VFP 6 Report Form. At present I am using this code
>
>CREATE CURSOR Signature ( RepSign G )
>APPEND BLANK
>APPEND GENERAL RepSign FROM Greg.bmp CLASS "PAINT.Picture"
>
>when viewing the contents of ths field is see a black square
>and the file name GREG.bmp and this is how it prints on the report
>
>I could insert each bmp file into the report and do a Print When
>condition on each of 12 files but I thought I would try this first.
>
>Any thoughts?
>
>thanks
>Andy
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform