N
news.microsoft.com
Hi All,
I've made my own task form and added many personal Item, I set tow of them
in read only , to prevent manual modification of these value
on the first I put the Number of the task (personal calculated Number)
on the second I put other calculated value
these values are calculated once by my script only if it is a new Task, when
I Open a new task the value are correct, but when I save and reopen a task
the value are set to 0 zero
When I set the Box to read / Write the correct values are stored
I use this to display the value on my Form
CustomIdBox is the name of the box CustomId is the field displayed
in CustomBox TheVALUE is the calculated value
If Item.LastModificationTime = #1/1/4501# Then
FormPage.Controls("CustomIdBox").value = TheVALUE
CustomId = TheVALUE
item.mileage = TheVALUE
else
FormPage.Controls("CustomIdBox").value = item.mileage
'End If
Tks for help
I've made my own task form and added many personal Item, I set tow of them
in read only , to prevent manual modification of these value
on the first I put the Number of the task (personal calculated Number)
on the second I put other calculated value
these values are calculated once by my script only if it is a new Task, when
I Open a new task the value are correct, but when I save and reopen a task
the value are set to 0 zero
When I set the Box to read / Write the correct values are stored
I use this to display the value on my Form
CustomIdBox is the name of the box CustomId is the field displayed
in CustomBox TheVALUE is the calculated value
If Item.LastModificationTime = #1/1/4501# Then
FormPage.Controls("CustomIdBox").value = TheVALUE
CustomId = TheVALUE
item.mileage = TheVALUE
else
FormPage.Controls("CustomIdBox").value = item.mileage
'End If
Tks for help