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 bkrike 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: *

  • Users: glove
  • Content: Threads
  • Order by date
  1. 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...
  2. 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.
  3. 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?
  4. 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...
  5. 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?
  6. 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?
  7. 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...
  8. 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?
  9. 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.
  10. 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?
  11. glove

    Reports in VB 6

    Is there any method of creating reports in VB other than the data environment, or a third party software such as Crystal Reports? For instance could I create a report template with the datareport and feed it an SQL statement at run time? Any help would be appreciated.
  12. glove

    Data Environment

    I'm using VB 6, and 'Add Data Environment' does not show up as an option under Project. I read on MSDN that if it doesn't show up there, you can add it by going to Components-->Designers and select it. But, it doesn't show up there either. Any ideas????
  13. glove

    Textbox formatting

    The format for my textbox is set to Currency. The variable that is going in the textbox is also Currency. But, the textbox is not displaying the contents in Currency format. What am I doing wrong?
  14. glove

    Multiple columns in combobox

    I have a table in an Access database with two fields. I want a combobox in VB to display both of these columns. I know how to make the combobox display one column from the table. I also know how to make a combobox display two columns in an Access form, but I can't figure out how to do this in VB.
  15. glove

    List Box Formatting

    Is there anyway to change the forecolor and backcolor of the column heads of a list box in Access 2000?
  16. glove

    Error When Installing Windows NT 4.0

    When I try to install NT 4.0 for the first time on a Compaq Prosignia I get the following error: File \i386\ntkrnlmp.exe could not be loaded. The Error code is 4. Microsoft says it could be caused by the computer being configured using an EISA configuration utility for another operating...
  17. glove

    ODBC Call Failed

    I have a form in Access 2000 from which I run an update query on a linked SQL Server table. The update query works correctly, but if I close the form and try to reopen it I get the error "ODBC Call Failed". If I go into the table and undo the updates that were made through the query...
  18. glove

    ODBC Call Failed

    I have a form in Access 2000 from which I run an update query on a linked SQL Server table. The update query works correctly, but if I close the form and try to reopen it I get the error "ODBC Call Failed". If I go into the table and undo the updates that were made through the query...
  19. glove

    Sending Email From Access 2000

    When I use the following code to email a report from Access: DoCmd.SendObject acReport, sEmailObject, "RichTextFormat(*.rtf)", sEmailAddress, "", "", sEmailSubject, sEmailMessage, False, "" I get the following error if the value of...
  20. glove

    Format Strings

    If I have a table with a field containing a string such as "Test1;Test2;Test3", is there a way to pull the values from that string, perhaps using the MID function, and display them in a report as: Test1 Test2 Test3 Any suggestion would be appreciated. Thanks.

Part and Inventory Search

Back
Top