Maybe because its 6 am or maybe i just dont know my pointers, but i cant get
this to work, i keep getting "cannot convert a void pointer to fieldtype
pointer
static FieldPtr GetFocusObjectPtr (void)
{
FormPtr frm;
UInt16 focus;
frm = FrmGetActiveForm ();
focus = FrmGetFocus (frm);
return (FrmGetObjectPtr (frm, focus));
}
am i missing a cast somewhere?
HELP please
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
- Re: Simple Field Question Marcus
- Re: Simple Field Question Philip Sheard
- RE: Simple Field Question Gert Wurzer
- simple field question Jay Francis
- Re: simple field question Joe
