Carl Dippel <[EMAIL PROTECTED]> wrote in message news:60187@palm-dev-forum...
> How can I get the FieldID from a FieldPtr? -Carl

FieldType * pField = <whatever>
Uint16 FieldID = pField->id;

I haven't found an accessor function for this.  If you happen to know the
index of the field, you can use FrmGetObjectID() and avoid accessing the
field data directly.

HTH,

Jeff



-- 
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