03-05-2008 09:36 AM
03-05-2008 11:13 AM
03-05-2008 03:01 PM
Hi Alan,
Some questions. I dont understand "Teststand script". Is this a running execution? What is your application ? Is this an external process or just a code module ?
One hint on SequenceFile Globals: These variables are on present in one SequenceFile. If you open an other SequneceFile they are looking (if not copied) different and have no relations between them.
greetings
juergen
03-05-2008 06:23 PM
Hi juergen,
By "Teststand script" I mean a sequence. My application is a VB.NET GUI, based on the TestStand .NET example for TestStand 3.0.
Joe and juergen,
I found a solution. The following two lines of code (in Sub axApplicationMgr_DisplaySequenceFile):
Dim seqVersion As String = seq.SequenceFile.FileGlobalsDefaultValues.GetValString("VERSION", 0)MessageBox.Show("Seq version: " & seqVersion)
Thanks for your help!
AlanJ