You will need to build a GCC cross compiler. This issue is addressed on the mega-tokyo os forums. http://mega-tokyo.com/osfaq/ . Just look under C/C++ compilers to see what you need to do. I think the problem is that Cygwin and Mingw are too Windows oriented. Alternatively, you could build...
This function seems to work, though it does not handle the leap year.
function ConvertDate(strDate)
{
var number = parseInt(strDate);
document.writeln("Data input is " + number);
var retVal;
var months = new Array(31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365);
var...
Not sure if this helps, but there is a 4KB limit to the amount of information that can be used in a GET method through HTTP form. I think this is because it sends the data in the URL. From coding html forms, I know that in order to get around that you must use the POST method.
Hope that helps.
You have to convert the text to a number in order for it to evaluate correctly.
Try this
=IF(ISNUMBER(VALUE(LEFT(A14,1))),"NUMBER","NOT")
Hope that works. I tried it on my pc and it did.
Nick
Hello,
I received and installed RH9 that came with a book I purchased. I did not get the source or some other things that are released in the "real" distro. How do I get the extra stuff?
Nick
Thanks for the help messages. I think I got the driver installed (not really sure since I have no Linux experience), but I see a message at startup that says something along the lines of unable to find?load? p80211.o
Any ideas what I did wrong?
Nick
Hello,
I am a Linux newbie, but with a willingness to learn. Getting tired of the easiness of windows, ready for a challenge. I am not technically illiterate, so I think I should be able to work with the world away from windows. With that said, I just installed Red Hat Linux 9 (dual boot...
Hi,
I have a spreadsheet that I am inputting records into, including Date (multiple records, same date) , entry, time, dollar total, item count.
I want to write a VBA routine that places the sum of dollar total, and sum of item count under that particular column. Then, after a blank line, I...
Here are a couple of changes, but really, adding the anchor tags is easy.
<td width="50%" valign="top" background="images/dotbg.jpg"><p><font color="#666666"><strong><font size="4">Abilitech Services</font></strong></font></p>...
Does \n work with HTML? I thought you had to use <BR> to get a line break. I know that \n is an escape character, but I don't know if HTML recognizes that or not.
Anyway, try <BR> to get a newline.
Nick
You can just write anchor tags to link to text within that page. At the top of your page you would put
<A href = "#Disability">Disability services</a>
and where the section is on the page you would put an anchor tag with the name on it like so
<A name = "Disability">
Text...
I am not sure if this has been covered, I looked up Subform but couldn't see it.
I have a form that I want to have a combo box that gets values from a table. I have a subform that lists the related records in another table based on the value in the combo box. I want the user to be able to...
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.