LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Print Orientation in LV5.1

Does anyone know a method of programmatically changing the orientation (portrait/landscape)
of a VIs front panel when printing it (i.e. so that the user can select the
print orientation)?

Thanks

Ian Riley
0 Kudos
Message 1 of 2
(2,616 Views)
Ian,

this probably isn't the most efficient method, but you could have 2 'printing'
vi's that are set to print on completion, have one setup to print portrait
the other landscape. The one you call depends on users selection (boolean).
To change print mode for each vi, go to File->Print and select landscape
or portrait.

"Ian Riley" wrote:
>>Does anyone know a method of programmatically changing the orientation
(portrait/landscape)>of a VIs front panel when printing it (i.e. so that
the user can select the>print orientation)?>>Thanks>>Ian Riley
0 Kudos
Message 2 of 2
(2,616 Views)