Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Behaviour of columns vs items

MMNonApex-OracleDec 13 2017 — edited Dec 27 2017

Hi,

Despite my age, I am a newbee on Oracle Apex. A long time ago I used to dev with Oracle Forms

I would like to know why the behaviour of columns (Interactive report/grid) is so different from items. On the wed, articles are often speaking of items rarely of columns

For example : Rich text Editor does not exists for columns (Wrong ?).

Another thing, it seems impossible to me to set in session state/access the value of a column (especially do trigger some queries : POST QUERY in the  Forms' old times on anther region)

In others words how can i copy the value of a column (interactive report/grid) to an item that will be accessible for use in sql : so far i am unable to do something like this : apex_util.set_session_state ('<item_name>', v('column_name'))

Well i am really lost...

Thank in advance you for your clever answers and pointers to docs that could help me.

Michel

Comments

Xavier Ribas

Hi!

Have you tried creating a new profile directly from "Application properties"?

Captura de Pantalla 2019-11-18 a les 9.33.36.png

Captura de Pantalla 2019-11-18 a les 9.33.58.png

On the other hand, do you see any error/warning in the "Message log" window when you try to execute the deployment profile?

1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jan 24 2018
Added on Dec 13 2017
3 comments
544 views