11-05-2012 02:13 AM
Hello,
I have a problem here, when i want to define the path of the testet data. How can I correct,that the data can be loaded in path C:\Dokumente und Einstellungen\TDM. Maybe someone can help. Thanks a lot.
ReDim
DataFilePaths(fMax)
DataFilePaths(1) = AutoActPath & "2012-05-14 1834 VF-028 Nano IMT Indonesia-Java.TDM"
DataFilePaths(2) = AutoActPath & "2012-05-15 2206 VF-028 Nano IMT Indonesia-Java.TDM"
CallDataFileLoad(DataFilePaths(f))
11-05-2012 02:18 AM
It is always the warning: Die Data "C:\Dokumente und Einstellungen\TDM2012-05-14 1834 VF-028 Nano IMT Indonesia-Java.TDM" can not funden.
11-05-2012 02:28 AM
Hi andreasyou,
You can use the commad FileEx
ReDim DataFilePaths(fMax) DataFilePaths(1) = AutoActPath & "2012-05-14 1834 VF-028 Nano IMT Indonesia-Java.TDM" DataFilePaths(2) = AutoActPath & "2012-05-15 2206 VF-028 Nano IMT Indonesia-Java.TDM" if FileEx(DataFilePaths(f)) then CallDataFileLoad(DataFilePaths(f)) else msgbox f & " dosen't not exist" end if
Greetings
Walter
11-05-2012 02:46 AM
Hello Walter,
thank you for your help. I just use diadem 11.0 and try this commad FileEx . Then comes the warning, i must FileEx define. This exists not in the Diadem Help. I thought it works in diadem 2012.
Best Regards
Andreas
11-05-2012 02:49 AM
That's my fault. The command is FilEx.
11-05-2012 03:13 AM
Hi Walter,
now the commad is right and the data is loaded, but there is no value in the channel. Is the problem of AutoActPath?
Best Regards
Andreas
11-05-2012 03:17 AM
Hi Andreas,
No, I don't think not. Can you post this dataset?
Greetings
Walter
11-05-2012 03:25 AM
Hi Walter,
this is my script. Thank you for correcting.
11-05-2012 03:35 AM
I meant the dataset you are going to load. I just want to check whether the dataset is OK.
11-05-2012 03:37 AM
sorry,i have missunderstood. Can i send the data to your email box?