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...
User Profile
Collapse
-
Data Environment Help required
-
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... -
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
No activity results to display
Show More
Leave a comment: