1. How could print a logo on a report form with transparent background?
Must I use a gif?

2. Could I use a variable in path property of a PictureOLE Bound object?

Re: report form by Ook

Ook
Mon Jun 27 09:46:34 CDT 2005

I've had the best luck using BMP files. JPGs can work, but are not usually
suitable for logos with clipart or other type of non-photo content. As for
transparent background, just make the part you want transparent white, and
nothing prints in those parts. You do not need a GIF with a transparent
background.


"man-wai chang" <toylet.toylet@gmail.com> wrote in message
news:eBh1u0SeFHA.132@TK2MSFTNGP10.phx.gbl...
> 1. How could print a logo on a report form with transparent background?
> Must I use a gif?
>
> 2. Could I use a variable in path property of a PictureOLE Bound object?



Re: report form by Andrew

Andrew
Tue Jun 28 02:11:49 CDT 2005

"Ook" <no usenet spam at zoot al dot com> wrote in message
news:O%23WBQryeFHA.3848@TK2MSFTNGP10.phx.gbl...
> I've had the best luck using BMP files. JPGs can work, but are not usually
> suitable for logos with clipart or other type of non-photo content. As for
> transparent background, just make the part you want transparent white, and
> nothing prints in those parts. You do not need a GIF with a transparent
> background.

Just a thought, does this work on non-white paper?
I'm assuming it does because I don't know of a printer that can print white.

--
Regards
Andrew Howell



Re: report form by Paul

Paul
Tue Jun 28 08:13:00 CDT 2005

I don't know about on reports, but on forms, white on bitmaps shows as
transparent unless you use a mask. You can simulate white by making the
white parts near-white instead.

AFAIK, FoxPro does not respect transparent areas of gifs.



"Andrew Howell" <ajh@work> wrote in message
news:%231LRhJ7eFHA.3880@tk2msftngp13.phx.gbl...
> "Ook" <no usenet spam at zoot al dot com> wrote in message
> news:O%23WBQryeFHA.3848@TK2MSFTNGP10.phx.gbl...
>> I've had the best luck using BMP files. JPGs can work, but are not
>> usually suitable for logos with clipart or other type of non-photo
>> content. As for transparent background, just make the part you want
>> transparent white, and nothing prints in those parts. You do not need a
>> GIF with a transparent background.
>
> Just a thought, does this work on non-white paper?
> I'm assuming it does because I don't know of a printer that can print
> white.
>
> --
> Regards
> Andrew Howell
>



Re: report form by Ook

Ook
Tue Jun 28 09:43:45 CDT 2005


"Andrew Howell" <ajh@work> wrote in message
news:%231LRhJ7eFHA.3880@tk2msftngp13.phx.gbl...
> "Ook" <no usenet spam at zoot al dot com> wrote in message
> news:O%23WBQryeFHA.3848@TK2MSFTNGP10.phx.gbl...
>> I've had the best luck using BMP files. JPGs can work, but are not
>> usually suitable for logos with clipart or other type of non-photo
>> content. As for transparent background, just make the part you want
>> transparent white, and nothing prints in those parts. You do not need a
>> GIF with a transparent background.
>
> Just a thought, does this work on non-white paper?
> I'm assuming it does because I don't know of a printer that can print
> white.
>

Some printers will print white, but I think these are expensive printers,
not your run of the mill el-cheapo printers you find in most homes and
businesses.

The white part of a bmp will cover up text behind it. If you send the image
to the back, then any text overlapping the image still appears. Since a
report provides no interaction with the objects on it, all you do is send
the image to the back and not worry about what is and is not transparent.

Beware of JPGs that dither borders, as this tends to reduce the visual
quality of non-photo content. And beware high color images where the white
might not really be white but instead is slightly off white. Depending on
the printer and the actual off-color white, it may try to print the
off-white.



Re: report form by Leonid

Leonid
Wed Jun 29 02:17:57 CDT 2005


"Paul Pedersen" <no-reply@swen.com> wrote in message
news:eLatfM%23eFHA.3616@TK2MSFTNGP09.phx.gbl...
>I don't know about on reports, but on forms, white on bitmaps shows as
>transparent unless you use a mask. You can simulate white by making the
>white parts near-white instead.

This is true if Image.BackStyle=0. If Image.BackStyle=1 white shows as white
without any mask

Leonid