> DmOpenRef db = DmOpenDatabase(0, id, dmModeReadOnly); > FrmAlert(EvaluationAlert); > ... > Note, that there must be no ID conflict with main application, i.e. > EvaluationAlert must have a unique resource ID.
Your DmOpenRef will be first in the list of open databases, so it'll be searched first when FrmAlert looks for a 'tALT' resource. You shouldn't have to worry about resource ID conflicts as long as you close your database immediately after each use. - Danny -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
