"Jeremy Bradshaw" <[EMAIL PROTECTED]> wrote in message news:87349@palm-dev-forum...
> FieldAttrPtr attrs; > FldGetAttributes(pField, attrs); This will compile (unfortunately), but it isn't what you want, I think. Try FieldAttrType attrs; FldGetAttributes(pField, &attrs); -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
