Search the web
Sign In
New User? Sign Up
qformsapi · qForms API: qForums
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2024 - 2053 of 3977   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2024
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...
followinvaderzim
followinvade...
Offline Send Email
Jun 3, 2003
3:27 pm
2025
i have done it like this you will need to change names objForm.Est_Completion.validateExp("Date.parse(objForm.Est_Completion.getVal ue()) <=...
Paul Ihrig
paul_ihrig
Offline Send Email
Jun 3, 2003
4:12 pm
2026
forgot the part you need: objForm.Est_Completion.validateExp("Date.parse(objForm.Est_Completion.getVal ue()) <= Date.parse(objForm.Est_CDS_End.getValue())",...
Paul Ihrig
paul_ihrig
Offline Send Email
Jun 3, 2003
4:12 pm
2027
... (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...
followinvaderzim
followinvade...
Offline Send Email
Jun 3, 2003
4:53 pm
2028
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...
jakeyjake22
Offline Send Email
Jun 3, 2003
5:36 pm
2029
YOU DONT HAVE <= caps.. just < check it again.. should werk.. ... From: followinvaderzim [mailto:shaunnashelton@...] Sent: Tuesday, June 03, 2003 12:52...
Paul Ihrig
paul_ihrig
Offline Send Email
Jun 3, 2003
6:54 pm
2030
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...
Paul Ihrig
paul_ihrig
Offline Send Email
Jun 3, 2003
6:59 pm
2031
... 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...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Jun 3, 2003
7:05 pm
2032
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 ... ()) < ... ...
jakeyjake22
Offline Send Email
Jun 3, 2003
7:32 pm
2033
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 ...
jakeyjake22
Offline Send Email
Jun 3, 2003
7:33 pm
2034
Ahhh, the ol' typo. That was it. Thanks!! ... Estimate ... is ... < ... http://docs.yahoo.com/info/terms/...
followinvaderzim
followinvade...
Offline Send Email
Jun 3, 2003
7:44 pm
2035
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@...
Send Email
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,...
Paul Ihrig
paul_ihrig
Offline Send Email
Jun 3, 2003
11:41 pm
2037
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...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Jun 4, 2003
1:10 am
2038
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@...
Send Email
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...
Cantrell, Adam
ad4mc
Offline Send Email
Jun 5, 2003
4:05 pm
2040
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...
Cantrell, Adam
ad4mc
Offline Send Email
Jun 5, 2003
5:13 pm
2041
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...
Cantrell, Adam
ad4mc
Offline Send Email
Jun 5, 2003
5:48 pm
2042
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...
Cantrell, Adam
ad4mc
Offline Send Email
Jun 5, 2003
6:15 pm
2043
_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...
Lari Kirby
laripk
Online Now Send Email
Jun 5, 2003
6:22 pm
2044
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: ...
Cantrell, Adam
ad4mc
Offline Send Email
Jun 5, 2003
6:43 pm
2045
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...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Jun 5, 2003
7:21 pm
2046
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...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Jun 5, 2003
7:23 pm
2047
I have a form that has two drop downs that require at least one selection be made from either one. How do I do this with qforms? Erik...
emadsenus
Offline Send Email
Jun 6, 2003
3:22 pm
2048
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...
Lari Kirby
laripk
Online Now Send Email
Jun 6, 2003
4:07 pm
2049
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: ...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Jun 7, 2003
4:32 am
2050
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@...
Send Email
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...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Jun 7, 2003
11:47 pm
2052
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...
cass_surek
Offline Send Email
Jun 8, 2003
5:11 pm
2053
Cass, ... I'm not sure what build you're running, but in the latest builds, here are the RegEx's that are used: if( t == "numeric" ) r = new ...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Jun 9, 2003
2:46 am
Messages 2024 - 2053 of 3977   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help