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. Is it safe to increment IDs by 10 in the case of Alerts and Bitmaps and such? In an application I am servicing I have found that there are a lot of IDs over the 9999 barrier: an Alert ID over 15,000, a menu ID over 10,000, Bitmap Family IDs over 18,000 and BitMap IDs over 20,000.
What is the expected behaviour for these conditions? The application has been experiencing relatively random Fatal Alerts. Is this a potential source? What does the OS reserve IDs over 9999 in realtion to the runtime of an application? -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
