T
Troels Grosbøll-Poulsen
I am running a VB-script that inserts some actual work
values into some days at some tasks.
I use the function "TimeScaleData" to return a variable
of type "TimeScaleValues".
With this I can insert the correct values using something
like this "TSV.Item(1).value = <value>", and it works
fine in most cases.
The only problem is that sometimes when I try to insert
values into a date that is in a weekend the program
crash. It appears to me, that this only occurs in a sub
project (inserted into the plan).
It also appears to me, the type of "TSV.Item(1).value"
which is normally double "changes" to string.
I hope someone can tell me if this is a bug or that it is
just me who does not get it. If it is a bug, I hope
somebody knows a work around.
Troels Grosbøll-Poulsen
values into some days at some tasks.
I use the function "TimeScaleData" to return a variable
of type "TimeScaleValues".
With this I can insert the correct values using something
like this "TSV.Item(1).value = <value>", and it works
fine in most cases.
The only problem is that sometimes when I try to insert
values into a date that is in a weekend the program
crash. It appears to me, that this only occurs in a sub
project (inserted into the plan).
It also appears to me, the type of "TSV.Item(1).value"
which is normally double "changes" to string.
I hope someone can tell me if this is a bug or that it is
just me who does not get it. If it is a bug, I hope
somebody knows a work around.
Troels Grosbøll-Poulsen