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