Login
`
Templates, Tools and Utilities
|
||
Icetips Article
Back to article list
Search Articles
Add Comment
Printer friendly
Direct link
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
Today is November 21, 2024, 3:28 am This article has been viewed 35201 times. Google search has resulted in 26 hits on this article since January 25, 2004.
|
|