I did as bleebrant suggested and that worked.
I ended up adding coverage path 113 in the "Next Path" field on coverage path 161, and that did the trick.
Thanks again for all the help!
Thanks for the response.
The way that I understood the previous threads that I read, by only setting "Busy" and "Don't Answer" to Yes and everything else to No on Coverage Path 1 (voicemail), and then on the second coverage path, only setting "DND/SAC/Goto Cover" to yes and everything else to...
Hello,
We use a Definity PBX, and I have a station that is currently setup with a coverage path to send calls to voicemail if not answered within 3 rings. The office would like to have a button that they can press to send all incoming calls to an offsite answering service. I've read several...
Hello,
I'm new to Sharepoint, and a previous employee had setup Sharepoint 2010 Standard in our environment and I am trying to learn it.
I am trying to create a page that will connect to a SQL database using a Stored Procedure. I would like the user to pass variables to the stored procedure...
I figured out what was wrong. I had to set the CommandName property of my button to select (case sensitive). I guess this actually allows the button to select the record.
After doing this, I also had to move my action code from the Button1_Click section to the DataList1_SelectedIndexChanged...
I can't get this to work. What I am trying now is, when I click the button(inside each list item) it performs the following code so I can see what the index is:
lbl1.Text = DataList1.SelectedIndex For some reason DataList1.SelectedIndex keeps returning a -1, like nothing is selected.
Thanks.
Thanks for the quick response jebenson.
I tried your code by supplying the index manually and it worked great. I did have to add .text at the end like so, lbl1.Text = CType(DataList1.Items(1).FindControl("FirstNameLabel"), Label).Text
How do I get the index of the current datalist item, which...
Hello everyone.
I am using Microsoft Visual Studio 2005's Visual Web Developer to create a web application. On one page of this application I am using a Datalist. For each record that is returned in the datalist, it contains a label for the RecordID and labels for personal information(name...
Thanks for replying, Jason. Is it possible, in the vb code, to replace the msgbox with code that would generate js that would display a confirmation box and wait until an option is selected before continueing with the vb code. Then once Yes or No is selected, the information would be passed...
Hello all,
I am working on my first asp.net application and am using Visual Studio 2005 to create a web application. I resently found out that the msgbox cannot be used in a web application because it runs on the server-side. I've searched for some sort of equivalent for asp.net and found a...
Hello everyone,
I currently work in the IT department of a medical clinic and in recent days I have been thinking about a project that I would like to take on, and I am trying to get as much information that I can.
I would like to create a website that will allow our patients to access some of...
Hey All,
I would like to create a Visual Basic program that would allow me to send alpha-numeric pages to a pager without having to use a modem. We are currently using a free program that uses SNPP, but I would like to create my own app. so that I could add some additional features that the...
John,
Thanks for pointing me in the right direction. That all makes sense, so i will give it a shot and see if i can get it to work like i want it. I appreciate your advice.
Hello All,
I am trying to create an app. that will allow the end-user to create and manipulate controls at run time. I am going to attempt to describe my objective below.
I want to create like an asset management program that attaches to a database. Maybe on the left side of my form I want...
Hello All,
I have a MDI form which has a child form that has a fixed position that can't be moved or resized. The program is coded to open up and maximize external applications inside the child form. This all works correctly execept for the following issue.
I have my computer hooked up to...
JustinEzequiel,
I tried adding the delay to the code and that appeared to fix all the issues I was having. I also skimmed over the thread you post, and it looks like it could also be very helpful with what I am trying to do. Thanks for all the help!
JustinEzequiel,
I finally figured out how to get the app. that kept opening outside the main form(the app. that i reference in question #2 from above), to open inside the main form. I am still having the issue where some apps. are opening outside of the main form some of the time. I would...
JustinEzequiel,
I have been messing around with the code you posted and trying to modify it to work with the programs that I will be using and i've come across two question.
#1 - One app that I have set the program to run, opens up in the main form sometimes, but sometimes it opens up outside...
JustinEzequiel,
Wow! That definitly gets me on the right track. I'll have to modify it some to get it to work exactly how I want it to, but this is definitly going to work with what I am doing. A star for you. Thanks a lot for the help. Also, DaveInIowa, thank you for your suggestion.
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.