Data Environment Help required

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Arvindkumar
    New Member
    • May 2007
    • 3

    #1

    Data Environment Help required

    Hi all VB Developers

    I have a problem with associating data source to the textboxes in VB Report.

    Note :- I am not using data environment.

    I set the connection and recordset at the form itself and open the report

    ----------------------------
    set myreport.dataso urce = recordset

    myreport.show
    -------------------------------------------

    But how can I associate textboxes with the recordset.

    Also I want to display all the records that matches the criteria.

    I found a post in this forum but that does not contain this problem. Although it was helpful.

    Please help I am in trouble.
  • Dököll
    Recognized Expert Top Contributor
    • Nov 2006
    • 2379

    #2
    Originally posted by Arvindkumar
    Hi all VB Developers

    I have a problem with associating data source to the textboxes in VB Report.

    Note :- I am not using data environment.

    I set the connection and recordset at the form itself and open the report

    ----------------------------
    set myreport.dataso urce = recordset

    myreport.show
    -------------------------------------------

    But how can I associate textboxes with the recordset.

    Also I want to display all the records that matches the criteria.

    I found a post in this forum but that does not contain this problem. Although it was helpful.

    Please help I am in trouble.
    Hello, Arvindkumar!

    This is possible...

    Please fetch using "DataReport without Data Environment" in search terms above right of this page, fire away. Reply/replies may have already been posted.

    If that does not work you can Google "DataReport without Data Environment" to see what pops up.

    Good luck and welcome!

    Dököll

    Comment

    Working...