FrmAlert(); // where you said you put the statement
switch(var)
{
case 1:
...
break;
case frmOpenEvent:
FrmAlert(); // I put it there too, and it didn't fire (here is my problem)
...
break;
}
Thanks.
St�phane
Le 4 avr. 04, � 20:53, Albert J. Franklin a �crit :
FrmAlert(); // where you said you put the statement
switch(var)
{
case 1:
...
break;
case 2:
FrmAlert(); // where I would put the statement
...
break;
}
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
