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

Reply via email to