User Profile

Collapse

Profile Sidebar

Collapse
Arvindkumar
Arvindkumar
Last Activity: May 14 '07, 12:52 PM
Joined: May 9 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Arvindkumar
    started a topic Data Environment Help required

    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...
    See more | Go to post

  • Arvindkumar
    replied to Data Environment help please
    Hello All

    I have the similar problem in data environment. Though the code works well to set the data source with report.

    How can I show the data in Reports. Say I have text1 as a text box in report and I want to display the data in the textbox.

    Also I want to display all the records that matching the criteria :
    say
    select * from emp where sal >5000

    Please help I am in trouble...
    See more | Go to post

    Leave a comment:


  • Arvindkumar
    started a topic VB Command Grouping

    VB Command Grouping

    I am working on the VB Report that has the query like

    select * from emp where empsal = ?

    Passing the value through command grouping in VB 6 to Data environment it works fine.

    But the problem is that it shows only the first record that matches the criteria. I want to show all the record that matches the criteria.

    Any help would be highlly appreciable

    Thanks
    See more | Go to post
No activity results to display
Show More
Working...