form4.5 question

From: Hamid Reza Saiedy <ocqec_at_westminster.ac.uk>
Date: 1996/05/03
Message-ID: <4mdf8t$d29_at_badger.wmin.ac.uk>#1/1


I created a form with master detail block and attached a trigger to field called total_amount to calculate total.
For that I wrote procedure as below:
begin

     :total_amount := :period * :rate;
end

becasue rate is the field of table outside master-detail block and form so in runform it didn't calculate total.

any help would be appretiated. Received on Fri May 03 1996 - 00:00:00 CEST

Original text of this message