Hi,
Can a display item be saved in the database? I am using oracle 6i forms and here are the fields in my table(SO_LINES):
LINE
PRODUCT
QTY
PRICE
ITEMTOT
I made the ITEMTOT field to be a display item. In the property pallete, I made the calculation mode to Formula
SO_LINES.QTY * :SO_LINES.PRICE). However, it is not being saved in the database. The only time the ITEMTOT is being saved is when I convert it to TEXT ITEM. But, I do not want it to be manually entered.
Thank you.
Can a display item be saved in the database? I am using oracle 6i forms and here are the fields in my table(SO_LINES):
LINE
PRODUCT
QTY
PRICE
ITEMTOT
I made the ITEMTOT field to be a display item. In the property pallete, I made the calculation mode to Formula
Thank you.