Hello all,

I am having trouble with a list.  In that everytime I try to get its Ptr I
get an error "Object Not In Form".
The form is new and it was constructed with Metroworks Constructor so I am
relatively sure that the Object is indeed, part of the form.  The code that
I am using to get the ptr to the list is the following:

frmP = FrmGetActiveForm();
objIndex = FrmGetObjectIndex(frmP, ChecksTicketList);
lstP = (ListPtr)FrmGetObjectPtr(frmP, objIndex);

I get the error on FrmGetObjectIndex.

Does anybody have any suggestions?

Thanks,
Kristopher Keller
Data Collections Unlimited
[EMAIL PROTECTED]



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