Hi all,
I have a embedded Crystal Reports working fine in my VB6 app.
When I try to change the database name to 'database_test', then the report still is trying to connect to the initial database I used in the reports designer from VB...
Hi all,
I can´t connect to my local network using
system-config-network (visual X-Gnome)
in Red Hat Linux Enterprise 4 AS
I can´t ping router´s default gateway, 192.168.1.1
Which command could I use to find out what´s going wrong?
Any idea is welcome, thanks
Hi all,
I have a VB6 app who manages a word doc. I use BeforeSave event to control whether the doc must be saved. And the Terminate event to Set oAppWord = Nothing.
'Object declaration at form level
Dim WithEvents oAppWord As Word.Application
Dim WithEvents oAppExcel As Excel.Application
I´m...
Hi guys again,
I need to insert a typical 'Draft' stamp in a Word document, from Visual Basic, under some conditions
The first option to consider was using Bookmarks, but I don´t like that solution, i.e., inserting a bookmark called Draft in the original document, and later from the code in...
Hi all,
I´d like to prevent a word document being saved from my Visual Basic 6 application.
I´d open the word document using Word 9.0 libraries, using Open method.
Any ideas? Thanks
Dim oWordApp as Word.Application
Set oWordApp = New Word.Application
oWordApp.Documents.Open...
Hi guys,
I´m developing a Visual Basic 6 / SQL Server APP. I need to use word / excel automation. (OCX seems not to work fine, so I discarded that possibility)
I want to use word /excel documents and I need to manage Printing, Editing from my Visual Basic app under some conditions
I´ve read...
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.