Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: chindas
  • Content: Threads
  • Order by date
  1. chindas

    Crystal Reports from VB 6

    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...
  2. chindas

    linux Ethernet Conection not working

    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
  3. chindas

    Excel - Word Automation from VB 6

    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...
  4. chindas

    Inserting 'Draft' stamp into Word doc from VB

    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...
  5. chindas

    Prevent MS Word saving document from Visual Basic

    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...
  6. chindas

    Controlling printing/saving Word docs from Visual Basic 6

    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...

Part and Inventory Search

Back
Top