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'm trying to wrap some existing code in vb6 to use in c#.
I've extracted most of the code into a dll.
I really have a lot of legacy code so I don't want to convert (vb6) modules into (vb6) classes because I am trying to minimise conversion costs.
Either way thanks for your ideas
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...
Damn,
Thanks for your answer but I already spent half the day figuring this out.
I found out because I'm writing text with no control characters I can just write to the file as a binary file.
Thanks again for your help
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.
The problem is I need to send the file to a bank and it has to correspond to their specs to be parsed by their software.
Is there an easy way to automatically open a text file, delete the last char then save?
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?
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.