Problem with APEX 4.0 - Case sensitive Item reference
960608Sep 7 2012 — edited Sep 12 2012I have recently upgraded from APEX 3.2 to APEX 4.0
My Application was exported, and then imported again in APEX 4.0...
However a problem has occurred with Case sensitive Item reference...
One sample is a Branch with Action - Set these items:
- Currently I have p1010_show_all, and when running the page the following error comes up: Error ERR-1002 Unable to find item ID for item "p1010_show_all" in application "103".
- If I change it to P1010_SHOW_ALL, all is OK.
But since my application is very big, this requires a big effort to go through all Item references...
Is there a simple way to remove this Case sensitive setting (i.e. the error was not in APEX 3.2 when running the application)...?
- Allan