I am working with a symbol palm and I wrote some code like this

if (eventP->data.ctlEnter.controlID == UpdateScanButton)
                {
                    ScanCmdStartDecode();
                    bHandled = true;
                }

Now my code works BUT

UpdateScanButton is not on the main form so when I try to scan I get an error
and have to reset.

           The UpdateScanButton is on the UpdateForm.

     How do I say that in this code?

            I tried UpdateForm->UpdateScanButton) 

But that doesn't work. I tried some other things as well. Thanks!


                          GOD Bless!!!


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