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...
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...
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...
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...
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...
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...
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...
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...
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...
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.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.