пробую получить у поля dialoglist старое значение и новое. сейчас толком новое получается
Код:
Declaration
Dim oldValue As String
Dim postValue As String
OnLoad
oldValue = Source.FieldGetText("Value")
Querysave
postValue= Source.FieldGetText("Value")
Field NewValue / поле dialoglist
старое значение необходимо использовать
Set item = doc.GetFirstItem("Value")
old=item.text
Set item2 = doc.GetFirstItem("Value")
post= item2.text
If (postValue<> oldValue ) Then