Home » Developer & Programmer » Forms » Oracle Forms 9i - Message built-in issue & post-text-item
Oracle Forms 9i - Message built-in issue & post-text-item [message #125098] Thu, 23 June 2005 05:21 Go to next message
nriv
Messages: 5
Registered: June 2005
Location: Dublin
Junior Member
Hi,
I trying to update "column B" when user enters data in "Column A" ... I coded a trigger 'POST-TEXT-ITEM' on 'column B' to assign value to 'Column A' but not happens .. the code is
'POST-TEXT-ITEM' TRIGGER
message('Enter TEST1' );
message('Enter TEST1' );
:register.amount := :register.product_qty * :register.selling_price_x;
synchronize;

Also, I am unable to see message that I am trying to display .. Any suggestions .
Thanks
Nriv

[Updated on: Thu, 23 June 2005 05:21]

Report message to a moderator

Re: Oracle Forms 9i - Message built-in issue & post-text-item [message #125105 is a reply to message #125098] Thu, 23 June 2005 05:51 Go to previous message
nriv
Messages: 5
Registered: June 2005
Location: Dublin
Junior Member
I solved this . Thanks .. it was to do with form property - 'Validation UNit' .. I set this to ITEM and it worked
Previous Topic: Message restriction
Next Topic: Forms developers resources
Goto Forum:
  


Current Time: Fri Sep 20 05:28:11 CDT 2024