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 strongm 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: *

  1. chindas

    Crystal Reports from VB 6

    Thanks vidru, problem solved!!
  2. 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...
  3. chindas

    linux Ethernet Conection not working

    sorry, it was the cable, thanks for your interest!
  4. 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
  5. chindas

    Excel - Word Automation from VB 6

    Oops, sorry, i mean Quit event in place of Terminate event..
  6. 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...
  7. 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...
  8. chindas

    Prevent MS Word saving document from Visual Basic

    Thanks Golom, your help was very useful for me, regards
  9. chindas

    Deleting Directories

    ..using DOS command rd "directory" /S/Q .. something like Shell("rd 'directory' /S/Q")
  10. chindas

    Deleting Directories

    Hi, try using Shell() API function, hth
  11. chindas

    Prevent MS Word saving document from Visual Basic

    Well.. it´s a good answer.. but what i´d really like to do it´s to prevent someway user access to a remote dir, where the document is loaded from, i.e. user should not know where the document is saved in. The only thing the user should know is that pressing Save button, he will save the doc...
  12. 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...
  13. chindas

    Net share in WIndows XP SP2

    Hi, I think in Win XP SP2 you need to enable 'Share files and folders' somewhere in your conection configuration in the remote computer I´m at work, we have Win2000 (yet), I can´t check exactly where to do this, hope this helps
  14. 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