>Do you know why FrmAlert() would be better than calling >ErrAlertCustom()?
Offhand no, because I don't use ErrAlertCustom because it's a System use only function. The reason I suggested FrmAlert with a resource is that it's common to hard-code a string in a call FrmCustomAlert ( AlertName, "String1", "String2", "String3" ). Depending on your compiler settings, those strings might reside in global space, resulting in bad things if you try to call FrmCustomAlert when you don't have globals. Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
