11gxe , apex 4.x ,
hi all ,
i am trying to assign value to a number field through a button ,
i created a button , then a dynamic action for this button , when it is clicked ,
the dynamic action is based on Pl\Sql code , and the code is
begin
:p2_assign := 455 ; -- where the page is "p2" and the number field is "assign"
end ;
but it does not work , why ?