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.
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...
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.
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...
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...
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...
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.
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...
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"...
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...
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.
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...
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...
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.
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"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.