>form = FrmGetActiveForm();
>fld = FrmGetObjectPtr(form, FrmGetObjectIndex(form, FIDsign));
>FldSetFont(fld, fontBold);
>
>Any idea why the writing to low memory complaint is appearing?

Have you tried stepping through with the debugger, to see if "form" or
"fld" are null? Perhaps the form isn't yet loaded, or something else is
going on which can't be seen from this snippet.

-David Fedor
Palm Developer Support


Reply via email to