> 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/
- Why won't some of my buttons work? DrumBSF
- RE: Why won't some of my buttons work? DeAnna Davidson
- RE: Why won't some of my buttons work? DrumBSF
- Re: Why won't some of my buttons work? andreas
- Re: Why won't some of my buttons work? Jeff Wheeler
- Re: Why won't some of my buttons work? DrumBSF
- RE: Why won't some of my buttons work? DeAnna Davidson
- RE: Why won't some of my buttons work? Jeff Wheeler
- RE: Why won't some of my buttons work? DeAnna Davidson
- RE: Why won't some of my buttons work? DeAnna Davidson
- RE: Why won't some of my buttons work? DrumBSF
- RE: Why won't some of my buttons work? DeAnna Davidson
- RE: Why won't some of my buttons work? P. Alan Johnson
- Re: Why won't some of my buttons work? Richard M. Hartman
