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 Chriss Miller 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: mpemberton
  • Content: Threads
  • Order by date
  1. mpemberton

    Dynamically create pages in MultiPage control

    I know this must be easy, but I'm failing to get it to work. I simply want to dynamically add a new page in a multipage control. I thought it was as simple as this code: frmMyForm.MultiPage1.Pages.Add("Page 3","Page 3",2) However, it is stating it was looking for an "=". I attempted to...
  2. mpemberton

    WRTP54G DNS issues

    Using Earthlink Cable, had it for years, upgraded to Linksys WTRP54G router to use VoIP (previously have had netgear, older Linksys, etc routers). Upon configuration, took default settings, I configured my PC, my Linux box, and my wireless laptop. All seemed to work ok. IP ranges are...
  3. mpemberton

    Hosting Custom Forms Designer

    I've been doing research on creating my own custom forms designer and have been trying to compile all of my information. I figured I would share what I have with everyone. Many examples I have found were written in C#, and I've converted the good ones to VB.NET. One that has been a great...
  4. mpemberton

    Caller ID from Tie Line

    We have a tie line going from Meridian to CiscoIP phones. Meridian to CiscoIP phones - Currently says External call (not so much worried about this right now) CiscoIP to Meridian phones - gives me the internal DN + channel (8908-2, 8908-3, etc) The tie line is RCLS=EXT, DGTP=DTI, DSEL=3VCE...
  5. mpemberton

    RichTextBox Formatting as text is added

    I'm having a tough time adding formatting codes as I add text to the richtextbox. This is a simplified document conversion program where I'm reading in a document that has text that is marked as bold. I read in character by character adding to the richtextbox with rtb.text += newtext. Once I...
  6. mpemberton

    Changing Directory Security

    I've fought this one for too long and I'm asking for some help. I have created a directory on the w2k server and want to set the permissions to be specific as follows: 1. Set the directory to not allow inheritable permissions from the parent directory to propagate to the new directory. 2. Set...
  7. mpemberton

    OWA on different server than primary web server

    This scenario is similar to some other posts, but not exactly, and I'm having a tough time finding a resolution. We just moved OWA (Exchange 2000) to it's own server, separated from our primary web server. We use basic authentication requiring SSL to log in to the web server. We have a link...
  8. mpemberton

    Active Directory (ADSI, AD) OU tree issue

    Here's what I've got in AD: Domain -> OU1 -> OU2 -> Users When I authenticate a user, I get the "distinguishedname" property back with "CN=username,OU=OU2,OU=OU1,DC=Domain,DC=com". Here's what I want. 1) Is there any way I can parse out (easily) what is the lowest OU for...
  9. mpemberton

    Exchange Store immediately crashes when starting

    After rebooting from some os hot-fixes, the store will not start up. I'm running Exchange 5.5 SP4 on Windows 2000AS. The message that I get is a message box displaying: Store.exe - Application Error The instruction at "0x6fede406" referenced memory at "0x034bfe65". The...
  10. mpemberton

    Using 3 tables, with subqueries and sums

    Here's the setup: Table 1: accounts AccountID name etc... Table 2: lineitems AccountID code AmtDue Table 3: payments AccountID PmtAmt Note: Payments are made to account, not to line items. My dilemma: Find all accounts with a (sum of...
  11. mpemberton

    SQL command with date selection

    This should be helpful to those trying to write a SQL command and doing a date selection. Here is an example of using the date in the SQL command: "SELECT InvoiceDate, InvoiceNumber, SOConfirmTo, SOCustomerPONumber, SOSalesOrderNumber, SONonTaxableSalesAmt FROM ARN_InvHistoryHeader WHERE...
  12. mpemberton

    Caller ID on phones setup with an ACD

    I'm wondering if this can be done. We have caller ID setup on our phones, which works fine for phones not setup with an ACD. If a phone is setup with an ACD, they will only view the incoming caller phone number AFTER they pick up. This applies to calls coming in on the ACD line (setup as key...
  13. mpemberton

    Voicemail Light problems

    Message light on a 2616 not coming on. We use Meridian Mail. This was an existing phone that did work fine until we put an ACD on key 0 and moved the standard extension to key 3. LHK and LPK are set to 3. Extension is unique, MWA is set, MWK key is set, etc. Went through all other posts and...
  14. mpemberton

    How do I add links under "see also" in Explorer

    I would like to add some additional custom links under "See Also" in Windows Explorer on the left side of the screen. I am running Windows 2000 Prof, with IE6. I haven't been able to find any documentation on this. I looked at "Customize Folder...", but nothing stood out...
  15. mpemberton

    Getting Avg from Text Field

    I've got an unusual problem, but I'm sure someone has an answer for me. My SQL table has a field I need to get an avg on, but unfortunately it is a varchar field type (which SQL doesn't like doing avg's on this type). I unfortunately cannot change the type in the table, because that field is...

Part and Inventory Search

Back
Top