Results 1 to 4 of 4

Thread: Need help regarding Data reports

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 2007
    Posts
    270

    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??

  2. #2
    PowerPoster
    Join Date
    Nov 2002
    Location
    Manila
    Posts
    7,629

    Re: Need help regarding Data reports

    Quote 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.

  3. #3
    Hyperactive Member Bearnerd's Avatar
    Join Date
    Apr 2006
    Location
    Malaysia
    Posts
    290

    Re: Need help regarding Data reports

    Add a RptTextField in your data report form and set the DataField property the name of your field.

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Need help regarding Data reports

    Moved to Reporting

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width