how to connect vb on printer?
Loading
Share Your Source Code or Article
Do you have source code, articles, tutorials, web links, and books to share? You can write your own content here. You can even have your own blog.
Submit now...
Submit now...
Sponsor
Receive Free Updates
Today's popular content
- How to Connect to a Database and Add/Update/Delete Record (49)
- Hotel Reservation System in MS Access (47)
- Free Hotel Management System Manual (31)
- Visual Basic .NET 2008 Tutorial (29)
- My VB Program (28)
- Hotel Reservation System (27)
- Payroll System (27)
- Automated Voting System (AVS) (26)
- Automated Voting System (26)
- Hotel Reservation System (VB.NET) (24)
- 1 of 204
- ››
Random Post
- Scheduling System (6,954)
- Collection of different basic programs. (4,667)
- Notify Other Form for Changes (3,956)
- Solution to “System.Data.InvalidConstraintException: ForeignKeyConstraint” error (298)
- Being a Programmer (1,951)
- PC to Mobile Caller Using AT Command (2,495)
- SQL BETWEEN Operator (1,519)
- How to Calculate Two Columns in DataGridView (3,171)
- Simple SketchPad using VB6 (1,504)
- Loan System (14,085)
- 1 of 133
- ››
Private Sub cmdprint_Click()
Set DataReport1.DataSource = Adodc1.Recordset
Unload Me
DataReport1.Show
End Sub
no one can beat yourself except you . :D
thanks to the code....it works....ty...
how about if i used a toolbar?
what is the code?
what do you mean using toolbar ?
n.n
no one can beat yourself except you . :D
how to create a report in vb6 that will satisfies the user input?
example:
Customer table:
date name age position
100810 a 1 aa
100610 b 4 b
then i make a form with a textbox named text1.text so that user can input and search for the specific report,, Once the user will click the the command button it will show the report, but the report will only show depending on the user inputs..
example:
User input in the the textbox= "100810"
then it will only show the data of 100810 a 1 aa which is the second row
thank you!!
Pages
Add new comment