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 TouchToneTommy 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: dgr7
  • Content: Threads
  • Order by date
  1. dgr7

    Microcall is showing incoming calls as "INCOMING" instead of the numb

    hello, In our office we use the Microcall software package with that pc connected by serial cable to a AT&T Definity G3 circa-early-90's PBX. On the reports in Microcall that show, for example, individual call data made for a particular employee both Incoming and Outgoing, the digits of the...
  2. dgr7

    AT&T Definity G3 capable of showing real-time on hold call data?

    hello, I need some help with a Definity phone switch problem that I'm hoping someone on this message board can assist me with. We have an AT&T Definity G3?(not sure about the G3 because I don't see that mentioned on the casing), Sd-67150-01, J58890L Two members of management came to me...
  3. dgr7

    make outlook.exe process close properly

    hello, I have some VB code that automatically composes an send an e-mail via Outlook 2002 and I've been having the problem of after the VB code executable has finished running the Outlook.exe process is left running in the background, which I can see when I look in the Processes tab of Windows...
  4. dgr7

    FTP attempt to delete a file *only* if it already exists

    hello, I have this below .vbs script code that I use to delete two files from an FTP site. Sometimes one or both of the below files (LTRDOWN01 and CABCALLS.txt) doesn't exist, so that when the vbs code is executed an error occurs. How can I modify the code so that each Remove statement is...
  5. dgr7

    OUTLOOK 2002 sent html mail views as plain text, body text missing?

    hello, I'm having a problem with a new Outlook & Word 2002 install that I'm seeking help with. I have some VB 6 code that I run daily that used to be on a different PC and now is having an issue with Outlook 2002 on a new pc. The code at one point in it's execution launches a new mail...
  6. dgr7

    code to read two text files, concatenate one after the other, output..

    hello, what would be the code that would allow me to read in two text files, concatenate the second one to the end of the first one, then output the file as a new third text file? thanks in advance, david
  7. dgr7

    if statements to test for third Wed of the month, also third Thurs.

    hello, what would be the VB6 code for an if statement that would check for if it's the third wednesday of the month and execute some code based on that. Also would would be the similar code for if it's the third thursday of the month? thanks in advance, david
  8. dgr7

    how to alter shell command to direct where window opens

    hello, I have the following two lines of code in VB6 CabRunmailAppId = Shell("D:\PROGRAM FILES\TELSTAR\TelStar.exe", 1) CabFilecleanAppId = Shell("D:\PROGRAM FILES\TELSTAR\TelStar.exe", 1) that I execute to open two Telnet session windows. Right now the windows open one on top of another, and...
  9. dgr7

    how to make subroutine code automatically execute after form loads

    hello, I have a VB 6 project where I had some code that I used to execute by clicking a button on the form, and I've 'cut-and-pasted' that code, it's related subroutines it calls, and the form_load coad into a new project. In this new project, I want the main subroutine which used to be...
  10. dgr7

    Problem passing variables between Subs

    hello, I'm trying to pass two Variant variables between two Subroutines, one that calls the other one, and am getting the error message Run-time error '5': Invalid procedure call or assignment and the code stops on AppActivate CablettersAppId Private Sub ForTestingPurposes_Click() Dim...
  11. dgr7

    function to display a countdown

    hello, I'm using the Sleep function currently in some VB code so my program stops and waits until whatever time I specify for it to, but the problem with Sleep, is the user of my program has no idea how much time has elapsed. What I'd like to do is instead have a fuction that I can pass to it...
  12. dgr7

    error in .vbs FTP routine invoked from VB 6.0

    Hello, I’m getting an error when trying to run this VBscript. Script: (the pathname of the script) Line: 25 Char: 1 Error: type mismatch: ‘format’ Code: 800a000d Source: Microsoft vbscript runtime error I’ve used several .vbs FTP scripts before with no problem, but what’s new/different with...
  13. dgr7

    renaming a file w/ wildcards in name

    hello, I have this code that I'm trying to use but is not working, so I'm posting on here to see if someone can help me with how to fix the error. What the code is trying to do is to look in the subdirectory D:\B D client data\H T\NewBusiness\ for a file that will have (a string of numbers) +...
  14. dgr7

    how to execute a VBScript file from a VB6 subroutine?

    Hello, I was wondering if anyone could share with me the VB6 code that would execute a VBScript file named test.vbs in the subdirectory D:\test\ thanks in advance, david
  15. dgr7

    vb6 subroutine to ftp a file?

    hello, I have a file BLURG.txt in a subdirectory D:\B HC\NewB that I'd like to, using a VB6 subroutine, pass as a variable to the subroutine the name of the file & directory where it can be found (for this ex., D:\B HC\NewB\BLURG.txt), then the subroutine will connect to a FTP site...
  16. dgr7

    control excel VBA macro with a VB 05-designed UI

    hello, I have many workbooks that I receive from clients I run various Excel VBA macros on depending on which workbook it is, and I need to automate all of this so that I can run an simple .exe user interface designed in VB 2005 Express Edition where when that interface is run, a small window...

Part and Inventory Search

Back
Top