` Printed Icetips Article

Icetips Article



Windows API: Fix for WMF images not showing up correctly
2004-07-08 -- Alexander
 
Newsgroups: comp.lang.clarion

> Hi All
> I have a barcode program which generates a barcode images in a windows
> metafile. I want to be able to print this in a clarion image control, but
it
> cannot display it. Other metafiles I have work fine though...
> Any Help?

From top of my head you could try to change
PROP:PrintMode:

  ?Image1{PROP:PrintMode} = 3 ! => 1,2, or 3
  ?Image1{PROP:Text} = GLO:FileName

It did help us to solve few problems with WMFs

Regards
Alexander



Printed May 7, 2024, 1:34 am
This article has been viewed/printed 35111 times.
Google search has resulted in 26 hits on this article since January 25, 2004.