Here's 1 problem if you change ID #s
Anyone seen garbled Combo Box data?>
If you have a list of Customers in a Grid, and a [Details] Row Operation that does a EDIT OBJECT in a NEW TAB, then
you might have this "garbled combo box" issue.
The first instance will be fine. The 2nd one, since you overrode the ID #s, MAY cause problems.
(of course, for this example of UPPERcase, you wouldn't need to force UPPER on a combo box, so its not really relevant to the UPPER issue - more just a generic warning if you alter Aware's ID #s)
Sometimes, if you want to augment a form with JS/JQuery, you need the ID to get access to the field. Thats what I was doing - trying to improve the behavior of the COMBO BOX. And then on additional tabs opened, that ID #, being hardcoded by me, already existed on a prior Tab and messes up the screen.