I have a header / detail form. In the header table I am forced to maintain a field summing the values from some (but not all) records in the detail table.
I have created a variable that does the summing into the required columns. However, I'm having trouble forcing those variables (which are assigned to the HEADER table) to recalculate when I make a change in the detail table. I'm using the AFTER SAVE ROW EEP of the detail table, and I've included the commands RECALC VARIABLES and RECALC TABLES. Whatever I do, it seems that I need to make a change to a field in header table before the header variables recalculate. This should be easy -- can someone remind me what I must be missing? -- Larry

