Hi, I have a question on comparing two dates. I want to validate that the End Date entered into the form occurs after the Start Date. This is what I have...
forgot the part you need: objForm.Est_Completion.validateExp("Date.parse(objForm.Est_Completion.getVal ue()) <= Date.parse(objForm.Est_CDS_End.getValue())",...
... (objForm.Est_Completion.getVal ... date."); Hi Paul, It appears that you are using the same expression with the exception of wrapping it in Date.parse. It...
I am having problems using the validateExp expression. I am not getting any results for the following expression and was wondering if somebody could tell me...
YOU DONT HAVE <= caps.. just < check it again.. should werk.. ... From: followinvaderzim [mailto:shaunnashelton@...] Sent: Tuesday, June 03, 2003 12:52...
man that looks fun.. just for kicks have you tried breaking it down it to easy to identify chunks?? like the first part.. does it werk? ... From: jakeyjake22...
... First, check for erroneous line breaks--there shouldn't be any within the string you're defining for as the expression. Second, make sure you're not using...
Thanks I will try writing a custom validation. and no I am not using cfform. I have had problems with that tag in the past. ... wondering if ... ()) < ... ...
Yes I have tried breaking it up, It still does not work everytime. I am going to try writing a custom validation for it. thanks fo your help. ... identify ...
We have a codebase containing qForms caled like this in the head tag <!--// load the qForm Javascript API //--> <script src="/lib/qForms.js"></script> <!--//...
Brunt, Michael
MBrunt@...
Jun 3, 2003 7:51 pm
2036
Pathing inconstencieswell give them the files in the /lib dir.. not sure actually ... From: Brunt, Michael [mailto:MBrunt@...] Sent: Tuesday,...
Mike, ... The two things that come to mind offhand are: 1) The webserver isn't finding /lib/qforms.js. Try actually pulling up qForms in your browser using the...
Thanks Dan we'll check this out and let all know what happens. Kind Regards - Mike Brunt Credit Model Project Sempra Energy 213.244.5929 ... From: Dan G....
Brunt, Michael
MBrunt@...
Jun 4, 2003 1:50 am
2039
I have a transferto/transferfrom pair of containers which I'm using to associate zip codes with items in my application. Basically I have a drop-down above the...
This is just to fill you in on how I'm handling the action page. do you think so many insert statements within one cfquery could be hitting any type of...
Forget the database/ODBC as a possible culprit - I just ran a few test queries and was able to associate every zip code in the database with one query. Values...
Heh, sorry for rambling to myself on this list, but I solved the problem and it had nothing to do with qForms - it WAS my code. Too many inserts within one...
_setContainerValues failing on large value set?I'm having a bizarre problem that might be similar - my multipart/form-data pages occasionally are dropping the...
Yeh, you'll want to run an 'http proxy relay/viewer', which lets you view the raw http. There are a number of them out there - here's one that I use: ...
Adam, ... Check your DSN settings for that database--by default you're limited to like 64K of data being transferred *to* the database. There's an option for...
Lari, ... I second the vote for Stretch. I use it anytime I need to watch my HTTP packets. What I like about it is that there's no install, just an exe you run...
Thanks, guys. I actually didn't mean to ask for help with that problem, but I'll keep Stretch in mind. The tricky part about this problem is that I have not...
Erik, ... There are a couple of solutions in the message archives (http://groups.yahoo.com/group/qformsapi/.) Here's one thread which provides a solution: ...
Hello I am using the gateway.js to return some records from my database with netscape 4.7 on windows I am working on my local developement machine and it works...
Mike
mike@...
Jun 7, 2003 5:05 pm
2051
Mike, What's the exact error message your seeing? Are you making changes to the server templates? I know that w/the compilation delay in CFMX I'll often seeing...
Guys, Do you know why the function mentioned above does not wipe out dots from the strings? The dots are not conatined into the numeric, alpha or alphanumeric...