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 Mike Lewis 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
  • Order by date
  1. dgr7

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

    mikeydidit, thank you for the info and calling your friend. I look forward this his & your assistance. thanks, david
  2. dgr7

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

    mikeydidit, thank you for the helpful Sys Paramaters layout. I went into our Definity's system paramaters and here's how I have it set since late yesterday afternoon, I put in parentheses some notes. Some of the entries I didn't have on my screen so I removed them below to show that...
  3. dgr7

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

    all, thank you for your help! With the help of someone on another message board, I went to change system cdr and changed it from "printer" to "unformatted" (not sure why it was on printer to begin with) and now I'm seeing the Incoming phone numbers in Microcall, which I'm happy about. Now...
  4. dgr7

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

    when I do List then Help on the Definity, there's no choice for Agent or Agents. Could that mean that our Definity can't generate real-time data? thanks, david
  5. dgr7

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

    We do have TI PRIs. There's a person in the office with a Digital Line phone that has a LCD screen, and whenever someone from outside the office calls, she sees the full 10 digits of the number, so I would think that our service provider is transmitting the info to us. So is there somewhere...
  6. 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...
  7. dgr7

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

    can anyone help me with my questions? thanks in advance, david
  8. 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...
  9. dgr7

    how to alter shell command to direct where window opens

    hugh, thank you for the code and sorry for the delay in writing back. I was about to get your above code working to move the 1st Telstar window up & above the 2nd Telstar window. thanks again, david
  10. dgr7

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

    I haven't tested that solution yet, had to get the code in production ASAP and the JoinFiles one was appealing to me at the time. thanks, david
  11. dgr7

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

    this code I was given by a user on another site works well for me, at least it did well in a test run with the largest text files I'll probably be doing with. thanks, david Sub JoinFiles(ByVal File1 As String, ByVal File2 As String, ByVal SaveAs As String) Dim intFF As Integer, strBuffer As...
  12. dgr7

    make outlook.exe process close properly

    modifying the last few lines of the code like this worked well for me....thank you VbSendKeys "Y" TimeDelay (4) Set OutMail = Nothing OutApp.Quit TimeDelay (4) Set OutApp = Nothing
  13. dgr7

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

    thanks for everyone's input. With your help, I came up with this test code that worked well as I changed the pc's calendar to the third wed, third thurs and some other days. If Weekday(Date) = vbWednesday And Day(Date) >= 15 And Day(Date) <= 21 Then MsgBox "Today is the third Wednesday of...
  14. dgr7

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

    Stella, hello, yes I resoved this "blank e-mails" issue. I had to apply the latest service packs to Outlook 2002, then the problem went away. thanks, david
  15. 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...
  16. dgr7

    how to alter shell command to direct where window opens

    Hugu, hello, and sorry for the delay in writing back. I tried cutting-and-pasting your code into my Form_load subroutine and when I run the code I'm getting the error message: Compile error: User-defined type not defined and it's stopping on Dim WinEst As WINDOWPLACEMENT What do I do to...
  17. dgr7

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

    yes, that worked well, thank you!
  18. 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...
  19. 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...
  20. 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

Part and Inventory Search

Back
Top