I made this a very generic sample of the problem I'm having...
I have select boxes that contain month/day/year... There is a javascript function that reloads the correct number of days based on what month or what year is selected...
It works fine in IE, but in firefox, whenever the javascript...
I made this a very generic sample of the problem I'm having...
I have select boxes that contain month/day/year... There is a javascript function that reloads the correct number of days based on what month or what year is selected...
It works fine in IE, but in firefox, whenever the javascript...
Hi, I'm fairly new to Ruby and need to get a date
Basically I need to get the next wednesday stored in a date variable..
If today is wednesday then it would store today, otherwise it would keep going to the next day until it was wednesday...
I tried a few little things using cwday which is...
hmm, it asks me to enter a parameter value for txtDetail, as if it doesnt recognize it is on the report
is this because its in a different section on the report?
I'll try to explain a basic example that will help me with what I need.
In the detail section of a report, I have an unbound text box called txtDetail
In the footer, I need to count the number of entries in the txtDetail box.
If it was a bound control, I believe i could just use...
If i understand the join method correct, it will stop the current thread until the child thread finishes... This would be good but I may have up to four child threads and if I wait like that the other 3 other three child threads may finish before the one I waited on. I need to be able to detect...
Hi all, I'm relatively new to java...I havent used it all
that often but I love the ease threads and synchronization.. I need to know if I create a chld thread to to a task, can I determine in the parent thread when child thread finishes executing?
Can you give me some short code example of...
Hi, I got the idea I would extend the Socket class
and provide a few more useful methods to it for my
program...
I am having a problem though.
When I call the accept method of the ServerSocket class,
It returns a Socket object instead of the subclass object.
It compiles but this is causing a...
Hi, I got the idea I would extend the Socket class
and provide a few more useful methods to it for my
program...
I am having a problem though.
When I call the accept method of the ServerSocket class,
It returns a Socket object instead of the subclass object.
It compiles but this is causing a...
I have an Access form that I want to display a image in as an OLE Object.
However, I want to be able to restrict the maximum size of the image (say to 100kb or something for example). Is there a way to check the size before displaying and if it is too large, then i'll give an appropriate...
If this helps with the description any, a customer will download this program from the company's website and run it on their own local computer.. There will be potentially lots of customers.
They will use the program to select certain files and mark different options about those files..
The...
Hello, I am developing an application in VB.net and I need to transfer some data from a client program over the internet. I have been exploring various ways to do this, but i'm not sure what would be the best way to approach this. The people I am developing it for suggested having the program...
I have a string that i get scanning a html file
using the html::tokeparser
however the string has two   characters at the end of the string sometimes..
I need to be able to remove these when they are present.
Thanks for any help
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.