A simple suggestion:
"Michael P. Hutchens, M.D., M.A." wrote:
>
> Help.
>
> I noted after updating to OS 3.5 that some of my forms whould have
> blank fields after returning from other forms.
Do you use FrmGotoForm or FrmPopupForm to go to the 'other' form? What
I mean is, if you use FrmGotoForm and allow full frmOpenForm and similar
events to go to your initial form when returning from the other form,
it's possible that your initialisation code for the initial form is
being run again. You probably want to use FrmPopupForm to go to your
other form so that returning to the original form does not reinitialise
it. Try putting a breakpoint in your frmOpenForm (or whatever) event
handler on your original form; maybe it will break on the way back to
the form from the other form.
But.. you indicate that only some fields are blank ("interestingly,
different fields are blank on the actual unit and in POSE") so I guess
it's something more arcane than my simple suggestion.
I have not read the article you mention about FrmUpdateForm, so I can't
say whether that would be involved or not :(
Hope this helps,
Neek :)
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html