Not sure exactly.  But since that one is the first excutable line in that
function, it basically tells you that you have passed some junk to it.  Check
the parms passed AGAIN.  Also check the resource defination for the field.

Max

--- Sean McMains <[EMAIL PROTECTED]> wrote:
...
> places as well. As far as I can tell, the parameters are all ok, but 
> there must be something I'm missing. :-P
> 
> Here's the routine:
> 
> static FieldPtr SetFieldTextFromHandle(UInt16 fieldID, MemHandle txtH, 
> FormPtr frm, Boolean redraw)
> {
>     MemHandle      oldTxtH;
>     FieldPtr    fldP;
>     UInt16    temp;
> 
>     // get the field and the field's current text handle.
>     temp = FrmGetObjectIndex(frm, fieldID); // ERROR HAPPENS HERE

...

__________________________________________________
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to