Results 1 to 3 of 3

Thread: Help in Data Report.

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2006
    Posts
    14

    Unhappy Help in Data Report.

    Anybody here know how to user data report in visual basic?..
    im using data report and visual basic 6 for the reports.

    my first problem i bind the rpttextbox to my database. and the first data it shows is ok. but in the second row is too far from first row. about an inche far.

    my second problem. how to get the data in the form. and show it in the report
    example. in my form1 theres a textbox. textbox1.. when i press the show button it will show the report with the value of the textbox1.

    my code is not ryt it says datafield("EMPTY") not found

    datareport.Sections("section2").Controls("ponum").Caption = " & ordernumbertext.Text & "

    whats the code?

  2. #2

  3. #3
    Fanatic Member eimroda's Avatar
    Join Date
    Jul 2000
    Location
    Philippines
    Posts
    642

    Re: Help in Data Report.

    datafield("EMPTY") not found - means a report textbox datasource/datafield is not set...
    On Error GoTo Hell

    Hell:
    Kill Me


    Food For Thought:

    - Do not judge a book... if you're not a judge!


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