Set value for a text item based on the value of another test item
Hi,
I am a newbie to Apex and have a question. I have a page where there are two text fields, say P1_A and P1_B. The value of P1_B gets set using a database function to which P1_A is passed as parameter, like P1_B:= mydbfunc(:P1_A). I have set the source type for P1_B to "PL/SQl expression" and the "Source value" as mydbfunc(:P1_A).
This works fine when the page is loaded with a default value for P1_A.But if I change the value of P1_A, the value of P1_B does not change. Can someone please help me in accomplishing this.. Thanks in advance.
regards,
Sri.