DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Power Point Report Default

Can anyone tell me how I can change the default Power Point Template to point to a template from my company, not the National Instruments Template.

 

 

0 Kudos
Message 1 of 9
(5,481 Views)

I think it will depend on how you are opening powerpoint.  Can you give a little more information? For example, how are you opening power point, are you taking about doing this programmatically, or just changing the default in power point itself, and are you using power point 2007, or an older version?

Jensen
National Instruments
Applications Engineer
0 Kudos
Message 2 of 9
(5,469 Views)

Hey Blane63580,

 

The default PowerPoint template is located in the DIAdem installation directory, installed by default to the following location:

 

"C:\Program Files\National Instruments\DIAdem 2010\Resource\PowerPointTemplate.ppt"

 

I recommend you rename that file but keep it as a backup, and then add your file with template in its place (and renaming it to PowerPointTemplate.ppt).

Derrick S.
Product Manager
NI DIAdem
National Instruments
Message 3 of 9
(5,466 Views)

Hi DRock,

 

is there another way to change the path. I don't have permission to Program Files.

 

Radek

0 Kudos
Message 4 of 9
(5,138 Views)

Hi Radek Codr,

 

There isn't a way to change the file path, but you can run the following example script that ships with DIAdem to create PPT reports:

 

<DIAdem>\Examples\Documents\REPORT_Layout_to_PowerPoint.VBS

 

In that script, you can change the path used for the template.

 

Hope that helps.

Rohama K.
0 Kudos
Message 5 of 9
(5,112 Views)

Hi Rohama_K

where or how can I change the path used for the template in this script?

Thanks for your answer!

Greetz, 

cHristoph_TUD

0 Kudos
Message 6 of 9
(4,857 Views)

Hi cHristoph_TUD,

 

You will need to change the following line:

 

sgSourceFile   = sPathDocuments & "" & "REPORT_Layout_to_PowerPointTemplate.ppt"

 

It should be the 55th line in the script. The way it works currently is it builds the path relative to the script location.

 

Rohama K.
0 Kudos
Message 7 of 9
(4,819 Views)

Hello,

 

would anyone provide the file

<DIAdem>\Examples\Documents\REPORT_Layout_to_PowerPoint.VBS

please. Unfortunately the example files are not installed on my computer.

 

Thanks.

0 Kudos
Message 8 of 9
(3,252 Views)

Hi olhass,

 

Here are those 2 files from the DIAdem 2015 folder.

 

Brad Turpin

DIAdem Product Support Engineer

National Instruments

0 Kudos
Message 9 of 9
(3,231 Views)