After QueryRecalc field gets its previous value

After Calculation the field named “DNTepeDokuman” gets its previous value (the value before calculation).

Sub Queryrecalc(Source As Notesuidocument, Continue As Variant)

Call Source.FieldSetText(“DNTepeDokuman”,“Harun”)

End Sub

When i watch with LotusScript Debugger i see the value changed bu it gets its previous value after it gets out ot onQueryRecalc

thx in advance

Subject: After QueryRecalc field gets its previous value

  1. 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

Nope its a editible field, it sets the value in script but just after PostRecalc it gets its previous value

Subject: RE: After QueryRecalc field gets its previous value

I am experiencing the same thing. Did you find an answer to this issue?

Thank you,

Jeff Hallett

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.

{well, that’s a little over the top too}