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 Mike Lewis 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. kathymac

    Excel Limitations Question

    Hello I have about 10,000 customers info that are currently on paper to be typed in to say Excel. This info will be entered by a few Data Entry people. Then, this list will be cleaned up and imported in to a mysql database. Is Excel the best choice to do this or is there something else I...
  2. kathymac

    Error: Object doesn't support this property or method

    Hi I have some Javascript code: and I am getting the "Object doesn't support this property or method error: sTemp = "This is a test"; iLength = sTemp.length; sNew = sTemp.substring(1, iLength);
  3. kathymac

    Error when using string functions

    Hi I have attached a screenshot of the error. It is the same for both lines. I did put in an alert box to display the contents of sTemp and it was a long string. http://www.codtongues.com/error.jpg
  4. kathymac

    Error when using string functions

    Hello, I have written the following php code: <?php $sTemp = msg[1]; $iLength = strlen($sTemp); $sFind = ',Related'; $iPos = strpos($sTemp, $sFind); ?> When I run this code, I am getting an error on Line 2 and Line 4 saying "object required". Does anyone know why I would be getting...
  5. kathymac

    Adding Text Messaging to a website

    Hello I have created a website in php and my customer wants to offer text messaging when a new product is offered on their website, or the price changes, etc. etc. a text message is sent to people who have signed up for notification. Is their a 3rd party addon I can get to do this? Thanks.
  6. kathymac

    Problem with Date

    Hello I need to get the value of my InvoiceDate and then add 1 month to it and display it in the input box DueDate formatted as mm/dd/yyyy. This is not working out for me. Could someone please tell me what I have done wrong. Code below: <tr> <td class="InvoiceStdTextBold">...
  7. kathymac

    Visual Basic 4 Calling Crystal Reports Version 4.6

    Hello, I need to edit a Visual Basic 4 program that uses a Crystal Reports control v 4.6. The VB4 program prompts the user to enter a Start Date and an End Date for their report. The query is based on a start date and an end date. How can I pass the Start Date and End Date to my crystal...

Part and Inventory Search

Back
Top