1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| Quintiq file version 2.0
| #parent: #root
| Method OpenDialog (
| internal[GUIComponent] parent
| ) id:Method_LanesLegsDataTestDialog_OpenDialog
| {
| #keys: '[412960.0.15704586]'
| Body:
| [*
| testResult := MacroPlan.TestDataConnect("TestLanesLegs");
|
| Label484.Text( testResult );
|
|
| this.DoModal( parent );
| *]
| }
|
|