I'm trying to delete columns of a report (TReport) when this has already been created.
How I can do?
IF oReport:lCreated
for n :=1 to len(oReport:aColumns)
if oReport:aColumns[n]:lTotal =.t.
if oReport:aColumns[n]:nTotal = 0
oReport:DelColumn(n)
endif
endif
next
ENDIFThanks.
Chinandega, Nicaragua.
Fwxh-MySql-TMySql