DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Calling a .SUD within a .Sud

Solved!
Go to solution

I'm having a problem Calling a .SUD  file within a .SUS file. I have done this in the past and it worked but I'm have a problem with this working now.

What I have done is Created the "Master"  interface with buttons that will call other .SUD programs.

I am working with DIAdem 2012 and am on a network drive.

 

The Command I am using is :

DataReadPath="\\eares01.vib.com\vol2_07_data_sata$\data1-1\Shared\DIAdem files\program_Thermal\Thermal Cycle

 

Call SUDDlgShow("Dialog1","Myprogram_name_Plotting_Analog.SUD")

 

Any Ideas why this will not work now?

 

Thank you in advanced for your help

 

Spidey

0 Kudos
Message 1 of 3
(5,199 Views)

Hi Spidey,

 

you should try to set the "ScriptReadPath"-Variable instead or better use the full filename in the SUDDlgShow-function.

 

Dim sSUDPath : sSUDPath ="\\eares01.vib.com\vol2_07_data_sata$\data1-1\Shared\DIAdem files\program_Thermal\Thermal Cycle\"
 
Call SUDDlgShow("Dialog1", sSUDPath & "Myprogram_name_Plotting_Analog.SUD")

 

0 Kudos
Message 2 of 3
(5,175 Views)
Solution
Accepted by topic author Spidermansrevenge

Thanks Martin

 

I tried this suggestion but I'm still having an issue.

I have a strong feeling that is Network related..

 

I need to work this issue with my IT Dept.

 

Thanks again for your help.

This forum is so helpful and I always get such a quick response!

 

Spidey

0 Kudos
Message 3 of 3
(5,124 Views)