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

  • Users: sjc
  • Content: Threads
  • Order by date
  1. sjc

    asp.net dll caching

    on my dev box, any updates I make are immediately reflected in the browser window as you'd expect. Any changes I make locally I have to copy to the intranet server so everyone else can get access to them. Problem is when I copy up the changed aspx and the .dll, I see the aspx changes but...
  2. sjc

    page layouts

    I have quite a few asp.net pages which I integrate into a Dreamweaver template forcing the ASP bits into 1 table cell. It sort of works but the big problem is when I have a page that gets long in length usually due to a repeater or datagrid. As the cell is enclosed on all sides by other cells...
  3. sjc

    Keypreview not previewing

    Is there any reason why Keypreview on a form won't work ? I have a real simple form (no text, sizable tool window, no control, min or max buttons, a combo box and that's pretty much it.) Keypreview on the form is on and I have no key handling event handlers assigned to the combo box. Typing in...
  4. sjc

    Reflection InvokeMethod and returning a class

    Hi All, I'm trying to use reflection (InvokeMethod()) on one of my own external assemblies to run one of it's methods. I can get everything to work fine if the method returns a simple type like an Int or string but the method in question returns a class which is a wrapper around an ArrayList. My...
  5. sjc

    Listbox text width

    Hello All, I have a single colunmed list box and I'm adding long strings to it. What I want to know *before* I add the string to the list box is whether the string is too long to show it completely in the listbox. You obvioulsy can't compare the ClientWidth with the string.Length as they are...
  6. sjc

    getting dialled digits

    I have a vector which accepts about 20 different PIN numbers and routes the call accordingly. Some people claim they put in their pins but get routed incorrectly (There is also a default for those not entering any PIN or an incorrect PIN). Is there anyway I can find out exactly what PIN a...
  7. sjc

    Definity handsets

    Hi All, I need to buy some new handsets for our Definity and the price is, well incredible. My Finance guy almost popped his pace maker when I presented him with the order and he's basically told me to get lost. So I either have to put analogue phones in or source alternatives. In the Add...
  8. sjc

    CDR Duration

    Hi all, I have written a simple CDR capture Win32 service program which is capturing data very nicely and putting it into our SQL server. I'm concerned though with the call duration data. If I make a call of say 20 seconds and hang up the CDR spits out the data and says the duration was for 7...
  9. sjc

    RC1

    is rc1 still available ? I downloaded it some time ago but now my colleague needs it and I can't find it anywhere. Does anyone have the link if it is available ?
  10. sjc

    Whisper announcements

    Hello All, We have a Definity G3 version 8 of the software (from what I can tell from Display Capacity page). The ACD we have want a whisper announcement that a call is coming through along with the standard beep they hear in their headsets. Is this functionality possible and if so how does one...

Part and Inventory Search

Back
Top