Hi all,
I am trying to display data by tapping on a table.  But i am getting an
error: "Form.c, line..., Object not in form" at the line displayed in the
code.
Here is the code that i think is causing this error....
*****************************
// Get the data for the field from the application's database.
     EditViewRetrieveData(FrmGetObjectPtr(frm, fldIndex));
  ...

static VoidPtr GetObjectPtr(Word objectID)
{
 FormPtr frm;

 frm = FrmGetActiveForm();
 return(FrmGetObjectPtr(frm, FrmGetObjectIndex(frm, objectID)));
}
******************************
Can someone see what i am doing wrong?
Thank you
Madina


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