Can not get the data entered in the text box item

Hi, I am new to APEX I hope you can help me.
I have the following situation.

I created a page with a region (R1) on which are shown details of certain rank on a table (T1) as id, name, type, date... etc all separated in the form of text fields.

Below this region R1, I created order (R2). The R2 I added an article - text area (P2_COMMENT) and update button (send operation). I created the process anonymous PL/SQL block for this button. Process contains insert statement that needs to insert a row in another table (T2) with data on the R1 and the R2 P2_COMMENT. But it does not work. When I enter text in P2_COMMENT and press the button to update, it addresses field P2_COMMENT with a null value. If I put P2_COMMENT as a value in an insert statement, then it works so PL/SQL is ok.

Whay my SQL statement is not to get P2_COMMENT values?

Thanks a lot in advance, best regards.

APEX 4.1

Hello

It is difficult to know exactly without seeing your code could so you paste the code PL/SQL process in this thread.

Another thing you could try running the APEX Counsellor who is clicking on app Builder utilities then advise. You will find some common mistakes.

Thank you

Paul

Published by: Paul Broughton on June 3, 2012 05:58

Tags: Database

Similar Questions

Maybe you are looking for