I am using a temporary table as the table when I edit my orders. I use variables on the form to show any changes to the Order (such as subtotals, etc.)
I use the PROPERTY commands (TEXTVALUE) on certain db edit fields to update them. This works fine. My question is on columns in the temporary tables that are computed. These would be for totals, etc. Are there any commands that will recalculate those computed fields? Since the other fields are updated as TEXTVALUES, is this possible? Jim PS. I have tried using the PROPERTY command to equal the subtotal and total variables but to no avail.

