DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Copy Graphic To Clipboard Only Copies Page One of Report Even When Another Page is Selected

When I try copy graphic to clipboard or save graphic as using the latest version of DIAdem it only copies/saves the first page. 

 

Any ideas?

 

P.S. I do NOT have the first page selected.

P.P.S.  I restarted DIAdem and it worked properly...

Programming Data Acquisition and Control in Measurement Studio and Labwindows/CVI
0 Kudos
Message 1 of 2
(3,482 Views)

Hi Michael,

 

My best guess is that some script or process set the GraphSheetRefSet() command to the first REPORT sheet.  When this happens again, would you please try executing the following code in a VBScript, then try exporting the desired page manually?

 

Call GraphSheetRefSet("TheNameOfTheDesiredREPORTSheet")

Call GraphSheetShow("TheNameOfTheDesiredREPORTSheet")

Call PicUpdate

 

Brad Turpin

DIAdem Product Support Engineer

National Instruments

0 Kudos
Message 2 of 2
(3,474 Views)