griffariff wrote: > When creating a new resource (form, alert, menu bar, menu, etc) > in Constructor, the ID is automatically incremented by 100. > For example the first form is 1000, then 1100, 1200, etc.
Most likely because Constructor has a limit of 100 objects per form. Or is it the other way around? > Is it safe to increment IDs by 10 in the case of Alerts and > Bitmaps and such? I think so, but I sometimes had interferences with OS resources. IIRC, you should skip string ID 9500 (I notice I voluntarily left it blank in my Constructor files.) Luc Le Blanc -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
