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/
- How can I get the FieldID from a FieldPtr? Carl Dippel
- Re: How can I get the FieldID from a FieldPtr? Jeff Wheeler
- Re: How can I get the FieldID from a FieldPtr? David Fedor
- Re: How can I get the FieldID from a FieldPtr? Carl Dippel
- RE: How can I get the FieldID from a FieldPtr? Richard Burmeister
- Re: How can I get the FieldID from a FieldPtr? Ben Combee
- Re: How can I get the FieldID from a FieldPtr? Carl Dippel
- RE: How can I get the FieldID from a FieldPtr? Richard Burmeister
- RE: How can I get the FieldID from a FieldPtr? Danny Simmons
- RE: How can I get the FieldID from a FieldPtr? Avilla, Dane
