Hi all,
I post it again - maybe my 1st mail wasn’t clear enough
a strange effect/bug:
An LS agent change a view column formula like:
Forall vc In view.Columns
If vc.IsFormula Then
…
do sth with vc.formula
…
End If
End If
End Forall
The change of the view column’s formula is OK,
BUT: After that change the view FORM FORMULAis empty (was filled before with a string like “myForm”)!!
a bug, well?
Uwe