On my first invoice application i need a total for the items on the detail form, and it works really perfectly.
I have my Total Field as a field created on the Master form since it is calculated field, in other words its not
a field from the master database.
i am calling php updatetotal() every time i insert or delete or update a record and it works.
The problem i have is that i dont know how to calculate back the total when i call back a saved form.
I know that if i use a real total field on the database this would solve the problem, but i think is more
professional not to stored calculated fields on database tables.
Apreciate a lot if someone can help me !!!