Subject: After QueryRecalc field gets its previous value
As I understand, u use this event in the web browser - it will not work there!2. If not, than watch if your field has computed value, wich calculated value of the field after QueryRecalc event execution
Subject: RE: After QueryRecalc field gets its previous value
I banged my head against the desk for a bit and began to question if I knew anything or not and began plotting a new carrer path…{well, that’s a little over the top}
Let’s just say I was confounded with the computed fields resetting to their previous values after hitting the fields with
uidoc.FieldSetText(attribute_value , Characters)
I moved the field swapping code from Queryrecalc to the Postrecalc and the resetting of the fields stopped. Order returned to the universe, birds sang again, and all was right with the world again.