/ Forums / Advansys Formativ / Creating Solutions with Formativ / Change the Property of a task / Reply To: Change the Property of a task
June 17, 2005 at 1:38 pm
#7234
This answer doesn’t help me. What is to do, when i want to change the properties. My Code look as follows:
set mClient = oClient
set mMsg = mClient.ClientState.CommandMessage
MsgBox(mMsg.TaskPriority)
mMsg.TaskPriority = 2
msgBox(mMsg.TaskPriority)
Something is missing. The first MsgBox tell me the actual TaskPriority. The following Code is ignored, the second MsgBox will not be shown and the TaskPriority has the same value as before.
Thanks