When I serialize a member with padded spaces I am losing the spaces from the end e.g. "TEXT " -> <field>TEXT</field>
I am using the following set accessor to pad the field
public String CWReference {
get { return this.cwreference; }
set { this.cwreference =...
I need to know why using word automation from vb6 is very slow in citrix but fine outside of it. All I am doing in my test program is creating a word application object ie.
Set wrdApp = CreateObject("Word.Application")
and this step alone is taking 4 seconds
I am trying to use COM interop to include some legacy code.
I have managed to use functions from vb6 classes.
How can I use functions from vb6 modules?
I have Two forms linked to the same table. The table is accessed via odbc to sql server 7.
I launch form B from form A, make changes to some of the fields then do a save on form B.
Then I try to refresh form A from form B so that when I close form B form A is updated.
I get a "Write Conflict...
I need to remove the last CR/LF character from a text file.
I have managed to remove the rest of the CR/LF chars using seek.
Is there any way to print a line to a file without the CR/LF character or to remove the last character in a file.
I need to remove all the carriage return characters from a text file(using vb6). I have used a word automation to open the file and replace all the CR characters.
When I save the word file the last character in the file is a CR character.
How can I get rid of this character?
I'm trying to make an ODBC connection via a LAN to an Oracle DB.
When I go to ODBC Data source administrator and press 'configure' nothing happens.
When I press 'configure' on one of the SQL ODBC connections the wizard comes up as expected.
I have been able to connect with another computer on...
I am working on a database with a VB6 front end.
On my form I have a datagrid which, when you click between two rows (and you get an up/down arrow symbol), opens the first record in the list.
Does anyone know how to disable clicking between rows as I don't want my users to be able to do this?
I am working on a database with a VB6 front end.
On my form I have a datagrid which, when you click between two rows (and you get an up/down arrow symbol), opens the first record in the list.
Does anyone know how to disable clicking between rows as I don't want my users to be able to do this?
I am trying to fill a recordset from a stored procedure.
The problem I have is that I want to include an IF...ELSE
statement in my stored procedure.
When I have an IF...ELSE clause and two or more SELECT statements in my stored procedure I cannot retrieve the data from the database into a...
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.