LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

creating an EMF file

I want to create an EMF file of a control in a panel in order to print it
inside a report by using the NIReport_AppendImageFile fonction (CVI 5.5).
Does anybody know how to do this ?
0 Kudos
Message 1 of 2
(3,629 Views)
Hi,
in CVI 5.5 there are functions in the Programmer's Toolbox located under
the CVI directory in "toolslib/toolbox/toolbox.fp" that you can use. The
functions are "SavePanelDisplayToFile" and "SaveCtrlDisplayToFile",
which allow you to save the panel or the controls in the panel to a
bitmap file. With this functions you can create bitmap (*.bmp) files
only, but the Report Generator should be able to handle this.

Hope that helps.
Torsten


Alain schrieb:
>
> I want to create an EMF file of a control in a panel in order to print it
> inside a report by using the NIReport_AppendImageFile fonction (CVI 5.5).
> Does anybody know how to do this ?

--
Torsten Levin Tel.: ++49-(0)89-72495-451
Kayser-Threde GmbH Fax: ++49-(0)89-72495-291
Perchtinger
Str. 3 mailto:TL@kayser-threde.de
D-81379 München http://www.kayser-threde.de
0 Kudos
Message 2 of 2
(3,629 Views)