ni.com is currently experiencing unexpected issues.

Some services may be unavailable at this time.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

print the whole vi with multilist box and in A4 size

hi i have a vi i can print the whole graph but my plot legend is used multilist box because i want to make the plot legend to scroll.
now my problem is wen i print the graph i want print the plot legend too. how can it be done?
i also wana it fit into A4 format...and i wana remove the cursor legend from the graph wen it print. how to this?
i attach my vi picture
and the code picture here.
im using labview 8.0
plz help
thk u
 
Download All
0 Kudos
Message 1 of 4
(2,761 Views)
Please don't post bitmap images!Smiley Mad  Even though you gave it an extension of png, it is still a bitmap .bmp at heart is still a large file
0 Kudos
Message 2 of 4
(2,758 Views)
im sry here i attach a new one.
im sry.
Download All
0 Kudos
Message 3 of 4
(2,754 Views)

Much, much smaller file sizes.Smiley Happy

One idea for removing the cursor legend before printing is to set up some invoke nodes or property nodes to hide the legend on that graph, then invoke the print routines, then make the legend visible again when done.

I haven't really worked with the report generation toolkit before, and your icons look a bit different then they do on my PC.    To set the paper size, I believe that will be a property that has to be set in the print driver.  You may want to set up another Windows printer where the printer driver is set to A4 paper by default, and send the report to that printer instead.

Are you saying your plot legend is actually a separate control from the waveform graph?  If so, perhaps you can put the graph and the multilist box control in a cluster (color it transparent if you don't want it to look different) and send the reference to the cluster control to the append graph VI.

All of this may take some experimentation to get working right.  Good luck.

0 Kudos
Message 4 of 4
(2,748 Views)