Besides the cause that Agus describes, you can also see this error when you use FrmCopyTitle and put a title on the form that is larger than the original title. Doing this corrupts the form's internal data and it loses its mind.
-----Original Message----- From: Alexej Jerschow [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 9:41 PM To: Palm Developer Forum Subject: Object not in form The program runs OK on POSE with various ROMs (palmos 3.5) while executing my program on the handheld (Palmos 3.5) produces the error message: Form.c, Line 1728, Object not in form. I have read in the newsgroup that this is related to FrmGetObjectIndex and the fact that apparently this function cannot find the requested object. However, I don't understand why this still works on POSE. (if it didn't I could track down the error better). I also tried to use FrmGetFormPtr() instead of FrmGetActiveForm() to get the proper form pointer, but the same problem appears. Thank you for any advice. Alexej -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ ------------------------------------------ The information in this transmittal and any attachments is privileged and confidential and is intended only for the recipient(s) listed above. You are hereby notified that any unauthorized distribution or copying of this transmittal or its attachments is prohibited. If you have received this transmittal in error, please notify Invivodata immediately at (831) 438-9550. ------------------------------------------ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
