Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Diginight

    Error 40006 ?

    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...
  2. Diginight

    I have a Winsock control question? VB6

    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...
  3. Diginight

    How can I call a rpoert on VB6?

    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...
  4. Diginight

    How can I call a rpoert on VB6?

    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")...
  5. Diginight

    How can I call a rpoert on VB6?

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

Part and Inventory Search

Back
Top