Hi everyone,
I'm starting on coding with winsock control and i've been studying and working this this client and server chat program example. The problem I am having is when I run the server for the first time everything works great. Client is able to connect to the server with no problem until...
Hi everyone,
I'm starting on coding with winsock control and i've been studying and working this this client and server chat program example. The problem I am having is when I run the server for the first time everything works great. Client is able to connect to the server with no problem until...
How would I use that in my current code?
Private Sub Form_Load()
Dim App As New Application
Dim Rpt As Report
Set Rpt = App.OpenReport("f:\frontend\test.rpt")
Rpt.PrintOut = False
End Sub
It sends my report to the printer with no problem. But where or how do I recode my app and place this...
Thank you vidru!
Thanks for pointing that out for me. I'm somewhat of a newbie but I got a good starting point. So far this is what I have.
Private Sub Form_Load()
Dim App As New Application
Dim Rpt As Report
Set Rpt = App.OpenReport("f:\frontend\test.rpt")...
Hi everyone, I’ve been using an old Crystal Reports program to design my report, like a pre 7.0 I guess possible 4.0 for that matter. Report consist of just listing information from an access 2002 database and the application that I made in VB6 was just a front end for the access database and a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.