|
-
Jan 22nd, 2008, 12:21 AM
#1
Thread Starter
Hyperactive Member
Need help regarding Data reports
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??
-
Jan 22nd, 2008, 01:07 AM
#2
Re: Need help regarding Data reports
 Originally Posted by dot_net_help
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.
-
Jan 22nd, 2008, 01:59 AM
#3
Hyperactive Member
Re: Need help regarding Data reports
Add a RptTextField in your data report form and set the DataField property the name of your field.
-
Jan 22nd, 2008, 09:50 AM
#4
Re: Need help regarding Data reports
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|