10-18-2006 06:07 AM
Open Database | Done | |||||
Open SQL Statement | Done | |||||
Charger vers variables | Done | |||||
NumPropertiesRead: | 4 | |||||
NumPropertiesApplied: | 4 | |||||
Charger vers tableau 1D | Done | |||||
NumPropertiesRead: | 4 | |||||
NumPropertiesApplied: | 4 | |||||
Charger vers tableau 2D | Done | |||||
NumPropertiesRead: | 4 | |||||
NumPropertiesApplied: | 4 | |||||
Close SQL Statement | Done | |||||
Close Database | Done |
NB: J'utilise TS 3.5
10-18-2006 11:43 AM
Gordon,
The following properties do not exist:
FileGlobals.Var2D[0][2]
FileGlobals.Var2D[0][3]
FileGlobals.Var2D[1][2]
FileGlobals.Var2D[1][3]
The step 'Charger vers tableau 2D' is trying to import 8 properties and since 4 of them do not exist, it only imports 4 properties.
The valid elements for the 2D array are:
FileGlobals.Var2D[0][0]
FileGlobals.Var2D[1][0]
.
.
.
FileGlobals.Var2D[9][0]
FileGlobals.Var2D[0][1]
FileGlobals.Var2D[1][1]
.
.
.
FileGlobals.Var2D[9][1]
The 'Charger vers tableu 1D' step is working properly. It is configured to import only 4 element of the 1D array.
Hope it helps.
Antonio Lie.
10-19-2006 03:20 AM
Step | Status | Measurement | Units | Limits | ||
Low Limit | High Limit | |||||
Open Database | Done | |||||
Open SQL Statement | Done | |||||
Charger vers variables | Done | |||||
NumPropertiesRead: | 4 | |||||
NumPropertiesApplied: | 4 | |||||
Charger vers tableau 1D | Done | |||||
NumPropertiesRead: | 4 | |||||
NumPropertiesApplied: | 4 | |||||
Charger vers tableau 2D | Done | |||||
NumPropertiesRead: | 8 | |||||
NumPropertiesApplied: | 8 | |||||
Close SQL Statement | Done | |||||
Close Database | Done |
10-19-2006 10:42 AM
10-23-2006 11:46 AM
Gordon,
I am attaching a zip file containing a patch that fixes this problem.
Follow the instructions in the readme.txt file in order to update your system.
NOTE: Make sure you backup your old files before updating them, so you can go back to you original state in case you find any problems.
Let me know how it goes.
Antonio Lie.
11-02-2006 10:39 PM
Gordon,
Did you Install the patch I attached in my last post?
Could you share you experience with the forum?
Best Regards.
Antonio Lie.