Stephane,
Try putting the alert inside the case statement. All events will arrive at
the switch statement.
FrmAlert(); // where you said you put the statement
switch(var)
{
case 1:
...
break;
case 2:
FrmAlert(); // where I would put the statement
...
break;
}
Al
----- Original Message -----
From: "Stephane Pinel" <[EMAIL PROTECTED]>
To: "Palm Developer Forum" <[EMAIL PROTECTED]>
Sent: Sunday, April 04, 2004 2:14 PM
Subject: Re: [newbie] frmOpenEvent
Le 4 avr. 04, � 20:04, SLO Revo News a �crit :
>> "FrmAlert(DebugAlert);" is not executed. I know that
>> "CustomersHandleEvent" is really called, but it seems that
>> frmOpenEvent doesn't fire.
>
> How do you know that CustomersHandleEvent is really called?
because I've put a "FrmAlert(DebugAlert);" just before the switch
statement and it fired. Once I put it in the "frmOpenEvent" case,
nothing happens...
Thanks for your kind help.
St�phane
--
For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/