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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 3010 - 3039 of 3977   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3010
I'm using qForms to build a 3 level select box structure. The top level filters the second and third levels. The second level filters the third level....
kbiglione
Offline Send Email
Nov 2, 2004
6:56 pm
3011
I am having problems with valildating a SSN. I am trying to make sure that they have input the ssn as xxx-xx-xxxx, with my own error message but I can't seem...
garytricia@...
gdgold2004
Offline Send Email
Nov 2, 2004
7:47 pm
3012
hey all I recently re-financed my mortgage for free even though I have BAD credit. They even gave me a great rate! Take a look at this service... ...
xzogmwuocut
Offline Send Email
Nov 6, 2004
3:31 pm
3013
I have a form that has checkboxes for sessions. and if they select one session they have to pick two others. I have the validation working the only problem...
frazier345
Offline Send Email
Nov 8, 2004
6:18 pm
3014
Dan, Does the cfform.js library allow me to add additional validation methods to my cfforms? Would this allow me to use something like <cfinput type = "Text"...
deanmlaw
Offline Send Email
Nov 10, 2004
2:14 am
3015
You could use it with CFForms but not in that manner. I have a hard time seeing a case where CFForms would be needed if using qForms. Unless of course it was...
Aaron Rouse
aaron_rouse
Offline Send Email
Nov 10, 2004
4:13 am
3016
Thanks Aaron, I usually don't like to use cfform either, but my partner does. So I just wanted see if it was something that he could use. Dean...
Dean Lawrence
deanmlaw
Offline Send Email
Nov 10, 2004
7:50 pm
3017
Hi everyone, I need a way to calculate the final price of items selected on an order form, how do I add up the value of the items selected from a few select...
mpumelelom
Offline Send Email
Nov 15, 2004
10:57 am
3018
Hello, I have written a custom validar that is looking at two date fields, I want to highlight the second field in the compare a different color. The default...
Bill Killillay
BKillillay
Offline Send Email
Nov 18, 2004
3:28 pm
3019
i'm not sure if this is what you're asking, but when i do background color/highlight changing i use something like this....which could work if you passed it...
colemanb@...
Send Email
Nov 19, 2004
12:47 am
3020
I can hard code that, but that does not make it very dynamic in the validate function. I've got several of those spread across my different pages, but in this...
Bill Killillay
BKillillay
Offline Send Email
Nov 19, 2004
1:01 am
3021
I see what you're saying. I haven't done many custom validators yet. I played around with them tonight and found it hard to change it for different fields or I...
colemanb@...
Send Email
Nov 19, 2004
7:49 am
3022
I'll play with it. I'm headed to the office in a bit and I'll see what I can hodge together or come up with as well. Thanks for your efforts. BK _____ From:...
Bill Killillay
BKillillay
Offline Send Email
Nov 19, 2004
10:29 am
3023
Both validateNumeric & validateInteger fail when entering "4.0" or "3.0", etc. Is there another validation function I should be using to handle numbers with...
dlegate
Offline Send Email
Nov 20, 2004
11:23 am
3024
Are you trying to make sure that people don't do something like 4.t or 4.000r or something? If so you could always do a split string on the period and then...
Bill Killillay
BKillillay
Offline Send Email
Nov 20, 2004
3:56 pm
3025
Yes, they are entering their Grade Point Average, so it needs to support decimals. Hmmm... I was hoping to find something built-in. Seems like something ...
dlegate
Offline Send Email
Nov 21, 2004
1:29 pm
3026
I too saw the one hour television show, that has ultimatly changed my life, for this program. It showed people throughout the country coming out of...
helenmorris9
Offline Send Email
Nov 21, 2004
3:39 pm
3027
First of all: Thanks, Dan for a great tool! Second: Sorry this isn't a qforms question, but it looks like this group may be able to help... All, I have a...
Sisk, Brian
brian.sisk@...
Send Email
Nov 23, 2004
6:08 pm
3028
When you say you have a client, is your client written in Java, C#, something other? What kind of client is it? Is it web based or client/server type? ... ...
wjkillay@...
BKillillay
Offline Send Email
Nov 23, 2004
7:41 pm
3029
All, I wrote yesterday about using the client/server jsapi to pass a username / password to a server to validate and return some user-specific data. Reading...
brian
brian_s
Offline Send Email
Nov 24, 2004
7:52 pm
3030
Sorry all, The example I was referring to in my previous post was the Zipcode Demo #1 on the PengoWorks site: ...
brian
brian_s
Offline Send Email
Nov 24, 2004
7:55 pm
3031
I need to make a number of fields required based on the value selected in another field. If the ticket type is Coaching, Action, or System, the rest of the...
Ted Johnson
tcjohn2
Offline Send Email
Nov 24, 2004
8:18 pm
3032
Ted, This should be exactly what your looking for. It's a lot of copy and paste, but in the end it's very, very powerful and will do what you need. You might...
Bill Killillay
BKillillay
Offline Send Email
Nov 25, 2004
11:29 pm
3033
Brian, I have used the gateway without any problems. Are you using cfscript or straight CF? The query should not be included within the javascript block of...
Dean Lawrence
deanmlaw
Offline Send Email
Nov 29, 2004
1:10 pm
3034
Dean, thanks for responding. I had made a silly mistake and it now works. Now I am trying to pass two text variables through the gateway for CF to process. How...
brian
brian_s
Offline Send Email
Nov 29, 2004
4:49 pm
3035
Many thanks, Bill. That's perfect. Would not have guessed it would be that easy. By the way, this works: objForm.State.createDependencyT ("ticket_type",...
Ted Johnson
tcjohn2
Offline Send Email
Nov 29, 2004
11:05 pm
3036
Ted, Very cool, I thought it might, but I did not have time to test it out first. Glad you got it working. BK _____ From: Ted Johnson...
Bill Killillay
BKillillay
Offline Send Email
Nov 30, 2004
12:14 am
3037
Hi all I'm a brazilian ColdFusion developer and this is my firt message to the group. Congratulations Dan for qforms. This is unvaluable tool for our...
coldfusionlists
Offline Send Email
Nov 30, 2004
10:53 am
3038
Hi all this is my simple select field script: <select class=frmfields name=vagas_quantidade value="" size="1"> <option value=0 selected>Please choose a...
coldfusionlists
Offline Send Email
Nov 30, 2004
11:03 am
3039
Hi all we're using usable forms in our work. Please look this link (http://www.quirksmode.org/dom/usableforms.html) to know more about. My question: qforms is...
coldfusionlists
Offline Send Email
Nov 30, 2004
11:11 am
Messages 3010 - 3039 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