Hi All,

I'm getting an 'object not in form.' error, and this
thing is totally weird.

I'm using PRC_Tools, and the app is pretty huge, I'm
on my THIRD code section, the prc is at 96K so far...

I'm doing:
HostTraceOutputTL(EC, "going to checkboxes...");
FrmGotoForm(WMIOptCBForm);
return true;    // ( just to go there right away.. )

Then I've stripped-down the form to it's most 'basic'
components, to avoid misspelled form objects etc.

Boolean WMIOptionCheckboxEvent(EventType * event)
{

    FrmCustomAlert(StatusAlert, "Here...", NULL,
NULL);
    // Just to know we are here..
  if ( event->eType == ctlSelectEvent )
  {
;
}
else if ( event->eType == frmOpenEvent )
{

etc..   

All I get is this:

going to checkboxes...

then an immediate 'Object not in form.' error..
No, pop-up dialog, no nothing...    I've triple
checked
everything else and don't know why this could be
happening.

If anyone has any thoughts on what could be happening,
please let me know...

If possible, please respond to [EMAIL PROTECTED]


Thanks,

Joe Siebenmann

 

  


__________________________________________________
Do You Yahoo!?
Yahoo! Sports - live college hoops coverage
http://sports.yahoo.com/

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

Reply via email to