>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
- FldSetFont problem Roger Chaplin
- Re: FldSetFont problem Chris Antos
- Re: FldSetFont problem Roger Chaplin
- Re: FldSetFont problem David Fedor
- Re: FldSetFont problem Roger Chaplin
