J
jpang
Hello,
I am trying to write data to textboxes in a report. I am using the same
procedure as that for forms. The following is a section of my code.
Report_r_BudgetReport.CID = CID
Report_r_BudgetReport.Community = BComm
Report_r_BudgetReport.Visible = True
where CID is a variable containing the value that I want to pass into the
object Report_r_BudgetReport.CID on my report and BComm is a variable
containing data that I want to pass into the object
Report_r_BudgetReport.Community. When I executed the above code, the report
was blank. When I checked my code, the proper data were passed into the
objects. However, for some reasons, the data were not showing up on the
report when the report was opened. I tried to investigate whether there was
any requery or repaint method for the report form, but I could not find any.
Am I looking into the wrong places?
Thanks for your help.
I am trying to write data to textboxes in a report. I am using the same
procedure as that for forms. The following is a section of my code.
Report_r_BudgetReport.CID = CID
Report_r_BudgetReport.Community = BComm
Report_r_BudgetReport.Visible = True
where CID is a variable containing the value that I want to pass into the
object Report_r_BudgetReport.CID on my report and BComm is a variable
containing data that I want to pass into the object
Report_r_BudgetReport.Community. When I executed the above code, the report
was blank. When I checked my code, the proper data were passed into the
objects. However, for some reasons, the data were not showing up on the
report when the report was opened. I tried to investigate whether there was
any requery or repaint method for the report form, but I could not find any.
Am I looking into the wrong places?
Thanks for your help.