I may need a psychiatrist… but let’s see what you guys say first:
A WebQuerySave agent creates a document with a code like this:
…
Set reportdoc = New NotesDocument(db)
reportdoc.Form = “Report”
[other fields populated]
…
Call reportdoc.ComputeWithForm(False, False)
Call reportdoc.Save(False, False)
The “Report” form has about 150 fields;
There are some 30 hidden fields at the bottom, most of them computed.
All used to work fine, but, as I kept adding fields at the bottom,
I noticed that those at the very end do not get computed any more.
Currently, the last 4 fields (“computed”, not “CFD”) are not being computed.
They have simple formula, like:
ResponsibleAttorney + @Text(ReportYear) + ReportPeriod
Now the best part:
These 4 fields do not show in any view,
they are not in the document properties box,
but, after “un-hiding”,
I see them with their correct values when I open the document !?
Please help… I hope it’s just my stupidity, not insanity.
Thanks,
Simeon