DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I load a .tdv file programaticly in DIAdem 9.01?

I have created a "template" in DIAdem view, which creates numerous graphs, and shows the table view of the data.

I am trying to load this .tdv file with the program, so there are less steps for the users to worry about.

Have tried View.loadlayout, but it gives me the error, that loading was aborted.

If someone could share with me how to load a DIAdem View file with a program it would be greatly appreciated.

Thanks For Your Help
Paul
0 Kudos
Message 1 of 2
(3,625 Views)
Hi Paul,

I've tested the following command:
call view.loadlayout("Example")
with DIAdem 9.01 and it works fine. Alternative you can use the path name in front of the file name like:
call view.loadlayout("d:\myPath\Example").
Please try it again. If it doesn't work send me your layout file (and some corresponding data) so that I can do some tests. My email address is walter.rick@ni.com.

Kind regards

Walter
0 Kudos
Message 2 of 2
(3,625 Views)