I have the need to include files with an extension of '.tif' into a
datawindow. These various 'tif' files are actually signatures of various
individuals that need to appear on letters that are created in PB.
MS Word has the ability to put 'tif' files into a word document by doing
an 'Insert/picture', then selecting the file to include. MS Word offers
tif files as a choice of possible file formats to select from.
However, when I try to place a picture on a datawindow, PB does NOT allow
files with extensions of 'tif' to be selected. (If you do, PB doesn't
convert the file properly!)
So I was wondering if there was a way to create some sort of Word custom
control that has the tif file in it, then include that custom control in
my datawindow.
If anyone has information on how this might be accomplished, I would
appreciate an Email or response in the group.
TIA.
Most solutions are probably going to be kludgy unless you have a way to
covert tiff to bmp (or equiv) and put that blob into a database column of
the blob type. Then suck the blob column into the dw perhaps.
Perry Schroeder <per...@crnrstne.com> wrote in article
<32080F...@crnrstne.com>...
That's correct. BMP, RLE, and WMF are supported, but not TIF.
I haven't looked, but PowerImage might handle it.
Check it out at www.powerimage.com
--
Jim Bell
KnowBell Solutions, Inc.
jrb...@knowbell.com
>Perry Schroeder wrote:
>>
>> URGENT HELP NEEDED
>>
>> I have the need to include files with an extension of '.tif' into a
>> datawindow. These various 'tif' files are actually signatures of various
>> individuals that need to appear on letters that are created in PB.
>(snip)
>That's correct. BMP, RLE, and WMF are supported, but not TIF.
>I haven't looked, but PowerImage might handle it.
>Check it out at www.powerimage.com
Powerimage Does handle it and many more.
James Bell (james...@turner.com) wrote: : Perry
Schroeder wrote: : >
: > URGENT HELP NEEDED
: >
: > I have the need to include files with an extension of '.tif' into a
: > datawindow. These various 'tif' files are actually signatures of various
: > individuals that need to appear on letters that are created in PB.
: (snip)
: That's correct. BMP, RLE, and WMF are supported, but not TIF.
: I haven't looked, but PowerImage might handle it.
: Check it out at www.powerimage.com
: --