I have inherited a FoxPro program that has been working fine. However, it has now developed a strange behaviour. It does not update some crucial fields in a temporary table.
This is the code fragment
select mth && table alias
go top
sum val(bnf) to tbnf && sum the BENEFIT AMOUNT fields and save in the variable TBNF
replace all total_bnf with FmtNum(tbnf,15), numof_pols with reccount()
Neither field is being updated. ??????
Roger
This is the code fragment
select mth && table alias
go top
sum val(bnf) to tbnf && sum the BENEFIT AMOUNT fields and save in the variable TBNF
replace all total_bnf with FmtNum(tbnf,15), numof_pols with reccount()
Neither field is being updated. ??????
Roger