I have had this problems for several years now, and even reported it once in the Crystal Reports forum (no replies) because I thought it was a CR problem.
I use the OLE container in our application so that the user can create/select several documents (using WordPad, MS Word, Open Office, or...
I have several odbc (32) drivers on my system for sql server and am confused as to which is best to use:
SQL Server Drivers which can be selected in ODBC32.exe:
1. SQL Server sqlsrv32.dll version 6.1.7601 from 2010
2. ODBC Driver 11 for Sql Server msodbcsql11.dll version 12.0.2000 from 2014...
How can temporary user #table (created through a ADODB connection using the SQLNCLI11 Provider), be accessed by a different program running on the same machine by the same user?
(I already know this can be done with a global temporary ##table).
The connections to the MSSQLS instance are...
I can use AttachDBFileName in an ADO connection in my application to attach a database to a SQL instance.
Also in code (VB), how can I detach the mdf again in order to move it to another location or even or delete it completely?
Thanks!
Because of a legacy program, and for now until I have the time to implement something else, I need to transfer data from a SQL Server database on a server to a local SQL Express 2014 database temporary table.
This was previously being done by importing data from a SQL Server DB to a JET...
We want to allow some of our low budgeted small curstomers to use SQL Server Express or similar with our Visual Studio 32 bit applications.
These customers will only have about 1-2 Gb of data, and around 2-5 regular concurent users each with several hundred record writes per day, and maybe 25...
Will an embedded manifest override/ignore an external manifest, even if they each each handle a different sets of instructions for different items?
Such as,
- External manifest handles OCX dependency.
- Embedded manifest includes Common Controls and Execution Level.
Thanks!
I have been using and installing on customer machines the DBGrid32.ocx from 1999 v. 5.1.81.4
There was a security update in 2012 for several VB6 components, which could be downloaded and installed.
I found out that there seems to be a bug in this DBGrid32.ocx from 2010 v. 5.1.98.13, which...
If I install an application on a machine, I can get the Computer name using GetComputerName function (or using the ComputerName Environment variable).
If this application is installed on a terminal server and started from the client, how do I reliably get the same exact client ComputerName...
I have a VB Program installed on a customer's TS. (but I don't have access to a Server here to test on).
This program is started from a client workstation and uses the older Shell32 SHGetFolderPath wrapper to get the paths for special folders.
So, when it askes for AppData, it gets the Users'...
OLE Blob Object and MS Word 2007: Character spacing problem:
It doesn't matter which machine I try it on, which document I use, whether it is .doc 97 - 2003 or docx, which font I use, etc., but character spacing is irregular.
I may have a word where it spaces right, the same word and format...
Sorry, I wasn't sure how to title this.
The question I have is just out of curiosity.
We had installed an application using Windows Installer and the installation had a wrong HKCU registry entry in it.
(It is set so the key gets added to HKCU when a user first starts the application)
Somehow...
Anyone knows how to prevent this [bug]?
Option Explicit
Private Sub Form_Load()
Text1.TabIndex = 0
Option1.TabIndex = 1
Option2.TabIndex = 2
Option3.TabIndex = 3
Option3.Value = True
End Sub
Private Sub Text1_Validate(Cancel As Boolean)
Option1.Value = True...
With Net 2.0 installed, is there a funtion to get the name of a special folder (such as Program files x86 on a 64 bit system) not listed in the Environment.SpecialFolder enum?
These do not work, as they return the x64 folder name and not the x86 folder name:
1...
Single dimensioned array, type string
Say the array has 3 element:
Redim aryString(0 to 2) as String
Debug.Print Ubound(aryString) = 2 'True
Element 0 and 2 have data and element 1 doesn't, and I want to remove that element, so that at the end there are only 2 elements in the array...
Ever get frustrated because the Reference dialog (menu: Project-References) was not wide enough to show the complete file path and name?
With this Resource Hacker you can edit those types of dialogs.
Download, install and start the Resource Hacker.
Open the VB6IDE.Dll in your VB6 program...
While looking for a simple an easy method to capture a MouseLeave event on a Windowless control, such as a VB.Label (no Hwnd, therefore API WindowFromPoint() doesn't work) I ran accross this from Karl E. Peterson and thought it was pretty neat, and the next best thing outside of sticking the...
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.