Does Palm OS 5 support the FrmGetObjectIndex function call?  I have an
application that keeps giving me the error 'Bad form' when calling the
FrmGetObjectIndex function call.  I know the form is actually good because I
can run the following code in the Palm OS 5 Simulator and it will break on
the FrmGetObjectIndex function call and work for the FrmDrawForm function
call.

Does anyone know what could be causing the problem?

 FormPtr frmPtr = FrmGetActiveForm();
 FrmDrawForm (frmPtr);
 ObjIndex = FrmGetObjectIndex (frmPtr, buttonID);

Any information into the cause of the problem would be greatly appreciated.
Please help.

Thanks

Damon



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to