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

    SQL Server Login User Mapping not working

    On SQL Server 2008, under Security, I have a user with "User Mapping" set up for specific databases. This user is set up just like the others, but for some reason can only see a couple of the databases when they try to create a ODBC System DSN. When I change the databases he can view in "User...
  2. plocks

    Create ODBC "default database" Drop-Down Missing Databases

    On SQL Server 2008, under Security, I have a user set up with "User Mapping" set up for specific databases. This user is set up just like the others, but for some reason can only see a couple of the databases when they try to create a ODBC System DSN. I thought I might try deleting the user...
  3. plocks

    Installed Programs & Setup.exe's may flash for a sec, but do not run.

    All of a sudden, all of my installed vb.net programs I've created will not open. Also, their icons have changed to a blank white paper icon. They will not uninstall, nor can I run the setup.exe for ANY vb.net programs. What happens in all cases above, is nothing. I might see a window flash...
  4. plocks

    Queries for Access db connection not working in VB.NET

    Found the error! My LIKE statement needed % as wildcards and not the *. Like '%world%' makes it work!
  5. plocks

    Queries for Access db connection not working in VB.NET

    My code below executes a SELECT...INTO...FROM query using an Access connection. If I run the SQL directly in Access, it works perfectly. If it runs in VB, it creates the new table but does not populate it. I've tried creating the table then using an INSERT INTO statement to supply the data...
  6. plocks

    VB2008, using HPageBreaks to find Excel page break gives wrong answer

    Skip, That code is placing the Signature line right after the last row that contains data. I need it to go on the last row of the printable page.
  7. plocks

    VB2008, using HPageBreaks to find Excel page break gives wrong answer

    My end game is to have a "signature" line printed at the very bottom of the last page. It would like like this: Signature_______________________________________ To do this I need to find the last row on the last page. So I was going to use HPageBreaks to find it. But it won't give me the...
  8. plocks

    VB2008, using HPageBreaks to find Excel page break gives wrong answer

    I understand HPageBreaks gives you the last page break available, but if there is only one sheet it won't give you a page break. My fix for this is to keep entering data into row after row of my sheet until a new page break occurs, then grab that row. The problem is that HPageBreaks keeps...
  9. plocks

    DataGridView Cell Text Disappears

    I have a DataGridView with a binding source. Usually the binding source won't pick up any records and the DataGridView will be blank. The user can open up a separate form to select a value to be entered into the DataGridView's first cell (within the first empty row). This works perfectly...
  10. plocks

    Cannot type in Combobox in non-TopLevel Form

    This has been solved by changing the forms to mdi
  11. plocks

    Including an Access file with project deployment

    Hello, I have an Access mdb file that I use with my program. I want this file to be installed onto the users computer when they run my setup file. How can I do this so that each user is given a separate Access file during installation? Also, once this file is installed onto their computer...
  12. plocks

    Cannot type in Combobox in non-TopLevel Form

    I don't have the option. I'm using VB2008 and I think SetTopLevel is not supported for controls.
  13. plocks

    Cannot type in Combobox in non-TopLevel Form

    I have a program that opens up a blank form. When the users clicks a button, multiple new forms are brought up within the original form. When doing this, all ComboBoxes in the new forms become uneditable by the user. They can select from the drop-down menu, but they cannot click into the...
  14. plocks

    E-Mail Sends only in debug

    Hey, I put in the "Sleep" after the send line and it worked! Fantastic, thank you.
  15. plocks

    E-Mail Sends only in debug

    I've tried that and did not prevail. I've had a program before with a similar problem and added the "sleep" worked, but with this program it's not fixing the issue.
  16. plocks

    E-Mail Sends only in debug

    I have code set up in VB 2008 that updates a few tables, then sends an email with data from a "log" variable. If I run the code in Debug mode, and Step Into each line, it works fine. But if I let the program run by itself with no breakpoints, the email does not send nor do I recieve any...

Part and Inventory Search

Back
Top