>             Ok, I got rid of the if statement and the case but my
AddNewSaveButton still doesn't FrmAlert(SaveAlert);
>
>            Instead, it takes the role of the MainAddNewButton and goes to
a new form.

Here's something interesting:

    case AddNewSaveButton:
        ...
    case MainAddNewButton:
        ...
    case MainUpdateOkButton:
        ...

This makes it look like your using a constant "AddNewSaveButton" that is
defined on a different form, rather than your main form.  Have you verified
that you are using the correct constants in your case statements?

Jeff




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