|
: 29 : 29 : 0 |
When I write code in a field event that give me a source parameter that represents the current field I would like to be able to get the current value of the field by simply doing this
Source.Value
and to return the previous value of the field (if any) I could do this
Source.PrevValue
I shouldn't have to use the uidoc to get a value of the field and sometimes even set the uidoc from the workspace.
|