Jim,

Well, if you try that code you should get a fatal exception, just like I
did.  I am thinking that the problem is in the call to FldGetAttributes.
The OS call expects to send back a pointer to the Attributes in the second
parameter, not accept an address.

How should this be coded?

I am eagerly awaiting a reply!  Thanks.

Very truly yours,

Rob G.
----- Original Message -----
From: Jim Schram <[EMAIL PROTECTED]>
To: Palm Developer Forum <[EMAIL PROTECTED]>
Sent: Wednesday, February 16, 2000 4:04 PM
Subject: Re: Need Urgent Assistance


> At 3:47 PM -0600 2000/02/16, Robert Graber wrote:
> >Anyone have any suggestions on this.....I am getting frustrated!
> >
> >Thanks for any help that someone can offer.
>
> What part of Neil's response did you not understand or is not working for
you?
>
>   FieldPtr      fldP;
>   FieldAttrType attr;
>
>   fldP = FrmGetObjectPtr(frm, MainField);
>
>   FldGetAttributes(fldP, &attr);
>   attr.underlined = noUnderline;
>   FldSetAttributes(fldP, &attr);
>
>   FldDrawField(fldP);
>
> Regards,
>
> Jim Schram
> 3Com/Palm Computing
> Partner Engineering
>
>
>
> --
> For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palm.com/devzone/mailinglists.html
>


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to