L
Larry Kahm
A client complained that minor changes to memo fields in a form were not
being saved, nor were they available in the PDF (S. Lebans' ReportToPDF)
version.
I reviewed the code, tested it, and could find no logical error.
The client then mentioned that the changes were based on a user hitting F7
for spell check.
I tested that with a sample record and was, well, shocked. Apparently spell
check does not dirty the record - and so the code-behind doesn't recognize a
change in the data (the save button doesn't activate, and a new PDF version
is not generated).
My questions: Is this working as designed? (How did I >not< know this?)
If so, what alternatives do I have to prevent these "hidden updates" from
occuring - or forcing the record to be dirty - to allow the data to be saved
and propogated to the report?
Thanks!
Larry
being saved, nor were they available in the PDF (S. Lebans' ReportToPDF)
version.
I reviewed the code, tested it, and could find no logical error.
The client then mentioned that the changes were based on a user hitting F7
for spell check.
I tested that with a sample record and was, well, shocked. Apparently spell
check does not dirty the record - and so the code-behind doesn't recognize a
change in the data (the save button doesn't activate, and a new PDF version
is not generated).
My questions: Is this working as designed? (How did I >not< know this?)
If so, what alternatives do I have to prevent these "hidden updates" from
occuring - or forcing the record to be dirty - to allow the data to be saved
and propogated to the report?
Thanks!
Larry