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...
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...
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...
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
the question says it all..
I have a report i'm going to have to completely design from scratch in access and its going to be a very tedious task. I was just wondering if there is a way or if there are any tools to import a report from a pdf document into access as a report. It has to make the...
i have a table called tblPeople in my database that keeps track of people.
I use a autonumber field for a primary key..
I have a 2nd table called tblattendance with 2 fields.
I was using PersonID(autonumber from tblPeople), Date as primary key in this table.
I dont know if this is possible...
I have a bunch of text boxes on a report called
id_1, id_2, id_3, etc...
is it possible to use a for loop to access these text boxes
i'm doing it the long way right now and i think thats probably the way i'll have to do it. i'm just curious.
ex. of long ay.
if (num == 1)
id_1 = ...
if (num...
Hi, I have a little problem i need some help with...
Ok, I have a table (tblSite for example)that has a site and then a bunch of id's for that site...
example tblSite
Site ID1 ID2 ID3 ID4
home 001 002 003 004
work 005 003 007
other 007 008...
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.