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...
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);
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
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...
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.
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">...
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...
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.