diamondtektips
Programmer
i put the following in group header 2:
global currencyvar margin_total_var:=0
i am trying to create the following to put into group footer 2:
WhilePrintingRecords;
if {vr_08611.Past03} > 0 then
if a>b then
margin_total_var+=0
else
margin_total_var+=1
else
margin_total_var+=0
However I hit upon this error message everytime I check the code "A number,currency amount, ..blah blah.. is expected here" and it puts the cursor at the first occurence of margin_total_var... Anybody know why this occurs and how to fix it?
Good karma to all who help...
global currencyvar margin_total_var:=0
i am trying to create the following to put into group footer 2:
WhilePrintingRecords;
if {vr_08611.Past03} > 0 then
if a>b then
margin_total_var+=0
else
margin_total_var+=1
else
margin_total_var+=0
However I hit upon this error message everytime I check the code "A number,currency amount, ..blah blah.. is expected here" and it puts the cursor at the first occurence of margin_total_var... Anybody know why this occurs and how to fix it?
Good karma to all who help...