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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by glove

  1. glove

    How to configure router

    Bcastner, Thanks for the help. It works now!
  2. glove

    How to configure router

    I am in an office building with a shared internet connection. There is a router in the building (which I don't have access to) that is assigning individual dynamic ip addresses to each office. I want to configure a wireless router in my office to allow multiple laptops to be able to share my...
  3. glove

    VB 6.0 & Creating Dynamic Controls on Reports

    I am using VB 6.0 and need to be able to creat AND position textbox controls on a report at runtime. I have crystal reports 8.5, but I have not been able to figure out how to accomplish this. Is this possible? and is crystal reports the best way to do it.
  4. glove

    Data Report - Paper Size

    I am using Data Report with VB 6.0. Everytime I view a report I get the error "Sections do not fit vertically on page". The report is too big to fit on a 8 1/2 x 11 sheet of paper. How can I tell VB to use a legal sheet or two 8 1/2 x 11 sheets?
  5. glove

    Lose Internet Connection after installing VPN Client

    I am using the Cisco VPN 3000 Client with Win 98 & a cable modem. After installing the Client software I lose my internet connection. If I uninstall the Client software my internet connection works fine. I am trying to connect to my corporate network and other employees using the same ISP and...
  6. glove

    Inner Join

    Nevermind, it was just the syntax of my sql statement that was incorrect.
  7. glove

    Inner Join

    Here is the code I'm using: dim db as database dim rs as recordset dim sDBPath as string sDBPath = App.Path & "\RA.mdb" Set db = OpenDatabase(sDBPath) Set rs = db.OpenRecordset("SELECT [ChartID], [Year] FROM tblChartofAccounts INNER JOIN [tblAccount-Chart-Master] ON...
  8. glove

    Inner Join

    When I use "Inner Join" in an SQL statement in VB 6 I get the error "Join Expression Not Supported". Doesn't VB support join expressions?
  9. glove

    New Windows 95 Installation Startup

    I just installed Windows 95 on a machine and now it won't boot up without the startup floppy disk. Any idea what would cause this?
  10. glove

    Alternate Recipients

    I set a an alternate recipient for a mailbox on my Exchange server. The alternate recipient has an internet email address. When the original recipient receives internal mail a copy is fowarded to the alternate recipient as well. But, if the original recipient receives an internet email the...
  11. glove

    Missing or Invalid Dat

    It did happen after updating the DATs. I found something on Mcafeehelp.com that said: "The reason for this is the update or upgrade does not finish setting up until Windows finishes restarting. Sinch this message appears when Windows has not finished restarting, the update or upgrade has...
  12. glove

    Missing or Invalid Dat

    On startup I'm getting the following error: Missing or Invalid Dat: C:\Progra~1\Networ~1\Mcafee~1\Scan.dat C:\Progra~1\Networ~1\Mcafee~1\Names.dat C:\Progra~1\Networ~1\Mcafee~1\Clean.dat Press any key to continue... Any idea what is causing this?
  13. glove

    Delete Access Database from VB

    After I run code to compact an Access database from VB I am left with two databases. How do I delete the original database and rename the compacted database? Thanks.
  14. glove

    Connecting to SQL Server

    I have an Access database that contains some links to tables in an SQL database. On all the computers on my network except one I can open the database with no problem, but on one of the computers it requires me to log on the SQL server. What is causing this?
  15. glove

    Reports in VB 6

    MCH: Where can I get the Crystal Report Designer Component?

Part and Inventory Search

Back
Top