crystal report help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • charvi
    New Member
    • May 2007
    • 121

    crystal report help

    hi

    i want to create a crystal report8 with vb6
    i designed a project time sheet in vb6.now i want a report on each staff
    i.e i designed a form with one text box where staff name is written as by thye user and i want the report of that person enterd in the form.
    i am unable to filter can u suggest me how to write for crystal report.
    for data report i wrote a query and wrote the code
    rs.open"select * from table where staffname='" & text1.text &''",con,adopen dynamic
    set datareport1.dat asource=rs
    but how to write code for crystal report
    thank u
    please help
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    You need to pass the query dynamically to CR.

    Comment

    Working...