I want to fetch a record from database by applying a query and then display it on a data report in VB6.0.
whenever i run the code,report is not showing and the error is
"datafield(empty)not found"
can anyone tell me about the problem??
Printable View
I want to fetch a record from database by applying a query and then display it on a data report in VB6.0.
whenever i run the code,report is not showing and the error is
"datafield(empty)not found"
can anyone tell me about the problem??
Your referencing a non-existent data report text field.Quote:
Originally Posted by dot_net_help
Add a RptTextField in your data report form and set the DataField property the name of your field.
Moved to Reporting