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 Wanet Telecoms Ltd 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. PatrioticTX

    Resolve Outlook Recipients with VBA

    I am trying to use VBA to resolve Outlook recipients before before sending a message (like pressing the "Check Names" button when sending an Outlook e-mail. A name will be entered into a textbox on an access form. I will use the After Update event to run code that resolves the...
  2. PatrioticTX

    Renamed MDB file Won't Connect to CR

    To somewhat disguise the MS Access backend of my VB app, I changed the "MDB" extension to "DAT." Crystal Reports 7 will not open my database file with the DAT extension, but if I rename the extension back to MDB, it works fine. The CR knowledge base (C2007870) shows what...
  3. PatrioticTX

    MDW SECURITY: Connect VB6 to Access MDW for SCR7

    I need to connect Crystal Reports 7 to an Access database, but the database is secured for a multi-user environment (*.MDW). I am using the Report Designer Component (RDC) in VB6, but I have not been successful in connecting a secured database with it. Because the software will be used in a...
  4. PatrioticTX

    Extremely Slow Listbox Build... Need Help to Speed Up

    I am building a multi-column MS Forms 2.0 listbox from a 2D array. The array has 8 columns and approximately 1300 rows. It takes nearly 30 seconds to add the array items to the listbox. The build section of the code is listed below. The listbox must be requeried when the user reopens the...
  5. PatrioticTX

    Set Number Field = Null or Zero Length

    In the process of saving data to a recordset from VB6, I need to store a blank in a Number (Single) field of an Access table. I do not want to store a '0' value, it must be completely blank. When I try to do this, I get a Data Type Conversion Error. I have tried setting the recordset field to...
  6. PatrioticTX

    Registry Edit without Admins Privileges

    Is there a method to write to the Windows 2000 registry without having Admins privileges? Although I have local Admins permissions, the people that need to install the software do not. I would like for them to be able to install the software without the need for a system administrator. I am...
  7. PatrioticTX

    Multiline TextBox Scrollbar Delimma

    I would like to hide the scrollbar on a multiline textbox if the amount of text does not exceed the visible bounds. For example, if the textbox height allows the display of two text lines, and up to two lines are typed in, I do not want the scrollbar to be visible (VB default is to disable the...
  8. PatrioticTX

    How do I hide the scrollbar on a multiline textbox?

    I would like to hide the scrollbar on a multiline textbox if the amount of text does not exceed the visible bounds. For example, if the textbox height allows the display of two text lines, and up to two lines are typed in, I do not want the scrollbar to be visible (VB default is to disable the...

Part and Inventory Search

Back
Top