The documentation seems really straight forward on this but it doesnt work for me. I have a simple form with one datablock. I put some fields on a form and one of them is a total_field. I make that total_field a calculated - formula and put in :datablock.field_one + :datablock.field_two + :datablock.field_three etc. When I run the form the total_field will correctly calculate the numbers put in field1 field2 field3 etc. However when I save the form the form does NOT save the total_field. When I select the records from the table the field1 field2 field 3 amounts are there but total_field is null. The documentation seems to say that the contents of the total_field will be saved since that total_field is a datablock item.
what am i doing wrong...
what am i doing wrong...