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 Chris Miller 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. recondaddy

    Copying Text from One Word Document into Textbox Control of Another

    RESOLVED: Need to replace the vbLF characters that were being pasted in with vbCR. Added this line of code in before populating the document with my form data: Textbox1.Value = Replace(Textbox1.Value, vbLF, vbCR)
  2. recondaddy

    Copying Text from One Word Document into Textbox Control of Another

    Hello everyone! I've created a template in Word 2007 that displays a user form on loading where the user can enter a few pieces of information and hit an OK button, and with the use of bookmarks in the Word Document, the script will populate the form with the data from the user form and format...
  3. recondaddy

    Need Two Different Automated Attendants

    Thanks guys! I was hoping it would be as simple as programming a couple of buttons on the phone and pressing the one that says "on-call" or the other that says "out-of-town". No free rides, I guess.
  4. recondaddy

    Need Two Different Automated Attendants

    Hello, I've installed a Partner ACS R.7 system for a doctor, in town, with a 4-port Partner Messaging module. I understand that there are 4 different Automated Attendants (AA's) to choose from, but I'm a bit fuzzy on how to switch between them. Here's what I need. The good Dr. wants one...
  5. recondaddy

    Night Service Paging??

    Hi there, Is there a feature in Partner Messaging R7 that performs the following task: 1) A frantic third-shift manager calls our office, but it's after hours 2) He leaves a voicemail message for one of us (my boss, hopefully) 3) The person he leaves the message for gets a cell phone call a...
  6. recondaddy

    "Your Call is Being Transferred"

    rcaptech and allisland, Thanks for your replies, but I guess I'm still a bit fuzzy, conceptually, on why would I assign extensions 19 & 20 to HG7. Why not 72 & 73? Why not 97 & 98? Why not any other random numbers that I could pull out of the air? The documentation that came with the...
  7. recondaddy

    "Your Call is Being Transferred"

    This is the first time I have ever installed a voice mail system. We have a Partner ACS R.7 processor and a Partner Messaging voice mail module in a 2-slot carrier. Whenever callers call in, they get the message, "Your call is being transferred". When I power down and take the Messaging...

Part and Inventory Search

Back
Top