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 strongm 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. nwt002

    Send-Calls and Multiple Coverage Paths

    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!
  2. nwt002

    Send-Calls and Multiple Coverage Paths

    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...
  3. nwt002

    Send-Calls and Multiple Coverage Paths

    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...
  4. nwt002

    Sharepoint DataList Issue

    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...
  5. nwt002

    Accessing Info from Datalist Items

    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...
  6. nwt002

    Accessing Info from Datalist Items

    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.
  7. nwt002

    Accessing Info from Datalist Items

    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...
  8. nwt002

    Accessing Info from Datalist Items

    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...
  9. nwt002

    Confirmation Box in ASP.net

    Ok. I'll look some information up on what you have mentioned. Thanks! I appreciate the help.
  10. nwt002

    Confirmation Box in ASP.net

    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...
  11. nwt002

    Confirmation Box in ASP.net

    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...
  12. nwt002

    Access Company Data From External Website/Extranet

    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...
  13. nwt002

    ALPHA-NUMERIC PAGING PROGRAM

    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...
  14. nwt002

    CREATING AND MANIPULATING RUNTIME CONTROL

    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.
  15. nwt002

    CREATING AND MANIPULATING RUNTIME CONTROL

    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...
  16. nwt002

    CAN'T SEE WINDOW WHEN MAXIMIZED

    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...
  17. nwt002

    OPENING APPS. INSIDE A FORM?

    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!
  18. nwt002

    OPENING APPS. INSIDE A FORM?

    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...
  19. nwt002

    OPENING APPS. INSIDE A FORM?

    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...
  20. nwt002

    OPENING APPS. INSIDE A FORM?

    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.

Part and Inventory Search

Back
Top