I have a datawindow object , and I need to update it with a new column in
the Detail band which have a fixed value.
I have tried with a Text box, with a Computed field and nothing works
The code I used was:
dw_1.of_setreport(TRUE)
ls_aux=dw_1.inv_report.of_addText("1","Detail",Right!,Vcenter!)
or
ls_aux=dw_1.inv_report.of_addCompute("1","Detail",Right!,Vcenter!)
and then I export the report to a text file, and the file hasn't that new
field...
Am I missing something??
Thanks
Jose Silva
the Detail band which have a fixed value.
I have tried with a Text box, with a Computed field and nothing works
The code I used was:
dw_1.of_setreport(TRUE)
ls_aux=dw_1.inv_report.of_addText("1","Detail",Right!,Vcenter!)
or
ls_aux=dw_1.inv_report.of_addCompute("1","Detail",Right!,Vcenter!)
and then I export the report to a text file, and the file hasn't that new
field...
Am I missing something??
Thanks
Jose Silva