Hi just read Joel Kallman's post that the Oracle Application Express (APEX) team released 4.0.1 which corrects a number of issues found in APEX 4.0.
I recommend going to 4.0.1 if you have 4.0 installed as soon as possible.
If you still have 3.x running and want to upgrade to 4.0 you can directly download the 4.0.1 release and install that.
The new version of APEX is 4.0.1.00.03.
Wednesday, August 18, 2010
APEX 4.0.1 Patch released
Subscribe to:
Post Comments (Atom)
3 comments:
I, where can I download the patch?, only in OTN?, because, i dont have an account in My Oracle Support
there is no other place that I'm aware off...
Hi,
I have a table based form wich has has his Automated Fetch/Automatic updates processes.There is a page item P1_ID wich I set up to be returned from AutomaticRowProc with 'Return Key Into Item' P1_ID.When I create a row I see in debug that P1_ID has the proper value (returned by a 'before insert' trigger).
On the same page I have also a Tabular Form wich has a column COLID wich has the 'defaul value' = P1_ID .
AutomaticRowProc has sequence=10 , ApplyMRU has sequence = 20 . Both processes fires on Request=CREATE.
How to make that ApplyMRU proces to set the value of COLID = P1_ID ?
Thankyou.
Post a Comment