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

  1. PackRat1

    NORTEL <--> CISCO QSIG

    Have you tried creating the dn as a phantom set. I do not know why but the call header is different if the phone rings vs when it doesn't ring.
  2. PackRat1

    NORTEL <--> CISCO QSIG

    I had a simular problem, create a regular phone 2xxx or 39xx put that number on key 0, do not fwd the phone to VM but let it ring and then go to VM. You do not need a physical phone and a phantom will not work either if it is simular to my problem.
  3. PackRat1

    Combo Box Showing Index Number not Value

    Gerry the path was: 1 60 AddItems (Between the comboBox_Change()) 2 Tried to define an array 3 created tables 4 went back to array (This is when you stepped in) I knew what the boundcolumn did and was trying to get it to select the correct info earlier in the trek. (Didn't work) I was shot...
  4. PackRat1

    Blocking Incoming Calls

    NCOS... Not knowing how your switch is programmed but usally make the NCOS of 1 on that set and that should allow local calls only. You will need to check the FRLs to make sure.
  5. PackRat1

    Combo Box Showing Index Number not Value

    Because as I have stated previously. I do not know what I am doing. This is the first VB code I have ever done in word. I was trying any and everything to get this to work. I tried to change things back if I changed them but I must have missed that one. Everyone has to start somewhere...
  6. PackRat1

    Combo Box Showing Index Number not Value

    Sorry for the wide post I just pasted the code straight from the VB window. So you could see everything. The form consists mostly of Text form Fields from the forms toolbar menu and Option buttons from the control toolbar grouped into groups to act as radio buttons. (ie yes O no O). There are...
  7. PackRat1

    PBX Site Survey Template

    Here are the loads I run to document a switch. (61-81) Proc Main ;LD 117 transmit "LD 117^M" waitfor "=>" transmit "INV GENERATE CARDS^M" waitfor "=>" transmit "****^M" transmit "^M" ;LD 96 transmit "LD 96^M" waitfor "." transmit "STAT DCH^M" waitfor "."...
  8. PackRat1

    create a hunt group

    No just program the key as MCR and every phone that has the MCR key will ring. Make sure that the first phone you put it on is set up to go to VM. If A B C D rings and C is answered on the next call A B D will ring. If MARP is turned on the programming will follow the programming on the set...
  9. PackRat1

    Blocking Incoming Calls

    Blocked to existing phones or new sets? Is this temorary or permanent? If existing can you change the numbers to non-DID? and if new just program them as non-DID.
  10. PackRat1

    Generic text only printer

    At the begining of your script where you want to start capturing data include the line CAPTURE ON and at the end before the endproc insert CAPTURE OFF. In your capture directory you will then find a file xxx.cap This is a standard text file that can be opened with notepad or word and printed on...
  11. PackRat1

    Combo Box Showing Index Number not Value

    Thanks for the feed back Guys. Gerry I have entered the code as follows: Option Explicit Private Sub ComboBox1_Change() End Sub Private Sub ComboBox3_Change() End Sub Sub Document_New() Dim Acompanies() Dim Asites Dim Icomp Dim Isite Acompanies = Array("ADVANCED STERILIZATION PRODUCTS"...
  12. PackRat1

    Combo Box Showing Index Number not Value

    Unfortunatly The label on the drop down is Country. And the person I am trying to do this for company is located in alot of countries. I am trying to make this form match a SRM form thay will not be rolling out to the entire populace for a while but they want them to be familure with the...
  13. PackRat1

    Combo Box Showing Index Number not Value

    I have also tried to define the list as an array but it is so long that the line wraps and sees the new line as new code. So that isn't working either.
  14. PackRat1

    Combo Box Showing Index Number not Value

    Ok Sorry for the lack of knowledge, this is my first code in Word. It is in a template (.dot) and all's I'm trying to do is create a drop down list that the user can select from that is about 60 Items long. The selections work with the code the way it is (which I know is incorrect but I was...
  15. PackRat1

    Combo Box Showing Index Number not Value

    I have created 3 Combo Boxes populated with AddItem. The initial template works great. Each drop down allows the user to select the required input. Problem is once you save the document and reopen it all you get is the index number of the selected input. I would use the form dropdown but I'm...
  16. PackRat1

    Good Customer Tracking Software?

    Thanks I'll check it out.
  17. PackRat1

    Radio Button will not work

    Thanks works perfectly. Trying to teach myself Aspect as I go. Some of the help files are not very clear in the formatting and syntax areas.
  18. PackRat1

    Radio Button will not work

    I have changed both of the switch's to iEdd and now the dialogbox just sits there no matter which one I click on. If I close the box I'm thrown into Lala Land somewhere.
  19. PackRat1

    Radio Button will not work

    No matter what I do I always get 1..... Any see what I am doing wrong? integer iEdd integer selection string sSite string showme sdlginput "SITE LOCATION" "INPUT SITE NAME:" sSite dialogbox 0 11 23 122 19 131 "PERFORM AN EDD?" radiogroup 1 iEdd radiobutton 2 2 2 40 9 "&YES"...
  20. PackRat1

    No Message Waiting Light??

    Or add a XMWK 6000 7720 to the phone to light a key.

Part and Inventory Search

Back
Top