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 your group to be featured on the Yahoo! Groups website? 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 3769 - 3825 of 3977   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3769
I am looking at the blog posting a while back about using qForms with an AJAX call to do server-side validation. ...
Jeff Chastain
fbxsolutions
Offline Send Email
Mar 14, 2007
5:49 pm
3776
Hi folks, New to this API, but stuck on my first use (besides, it's Monday!). On a ColdFusion page, a query pulls in various info, including 'Equip' and...
jgillett
Offline Send Email
Mar 19, 2007
6:44 pm
3777
Ok... You're hard-coding the value here: "objForm. EquipValue. setValue( #qryEquip. Cost#);". It's always going to pass the first value from your query. You...
Edward A Savage Jr
sonnysavage
Online Now Send Email
Mar 20, 2007
9:57 am
3778
Hi, Realize the query would just pull the first item, but didn't know how to get around it (JS is not my thing). Unfortunately, what you posted does not work....
jgillett
Offline Send Email
Mar 20, 2007
2:50 pm
3781
Hi John, Your problem has to do with your ColdFusion code, not with QForms. Don't use the <cfselect> tag to create your list, since it only allows you to pass...
Dean Lawrence
deanmlaw
Offline Send Email
Mar 22, 2007
1:41 am
3782
Hi Dean, Thanks for your time. Regardless of what is selected from the list, the output displayed in the EquipValue field is always [object HTMLSelectElement]....
jgillett
Offline Send Email
Mar 22, 2007
3:28 pm
3783
If you combine what he said with what I said, you'll get working code: <form name="EquipmentForm"> <select name="SelEquip"> <cfoutput query="qryEquip"><option...
Edward A Savage Jr
sonnysavage
Online Now Send Email
Mar 22, 2007
4:41 pm
3784
Unfortunately it still does not work. I stripped _everything_ out except what you folks gave me (and the API calls, of course), and still get either nothing or...
jgillett
Offline Send Email
Mar 23, 2007
4:37 pm
3785
John, Can you post the code that you have? -Dan...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Mar 23, 2007
5:08 pm
3786
I almost wonder if you still have the form as a cfform, even though you've probably now done away with the cfselect and your using pure html from <selects>...
Fred T. Sanders
sandersfred
Offline Send Email
Mar 23, 2007
7:13 pm
3787
I do not think that would matter, I have used qForms with CFFORMs before. ... -- Aaron Rouse http://www.happyhacker.com/...
Aaron Rouse
aaron_rouse
Offline Send Email
Mar 23, 2007
7:20 pm
3788
John, I just looked at the source of page. You need to remove this - onchange="objForm.EquipValue.setValue(this);" - from your <select> element. The code I...
Edward A Savage Jr
sonnysavage
Online Now Send Email
Mar 24, 2007
3:55 am
3791
Hi, I did remove that snip when I tried your solution. It was replaced when I was trying some other options. Thanks anyway. John John Gillett Technology...
John Gillett
jgillett
Offline Send Email
Mar 26, 2007
2:46 pm
3803
Subject says it all. :) Dan SAVE US!!...
Fred T. Sanders
sandersfred
Offline Send Email
Apr 11, 2007
2:07 am
3804
Fred, ... I don't see anything that I haven't already cleared up....
Dan G. Switzer, II
dswitzer2
Offline Send Email
Apr 11, 2007
2:14 am
3805
Looking at the dates I see what you mean, not sure why they all hit me yesterday....
Fred T. Sanders
sandersfred
Offline Send Email
Apr 11, 2007
7:26 am
3807
I didn't see this question being asked previously. I am using validateAtLeastOne in a conditional situation. I am able to add the requirement through a...
Edward A Savage Jr
sonnysavage
Online Now Send Email
Apr 13, 2007
2:52 pm
3811
Looking for a little help on an error thrown only by IE. The form is part of a YUI tab screen, so the complication is deep. However, it all works in Firefox. ...
Matt Williams
summitsites
Offline Send Email
Apr 16, 2007
4:28 pm
3812
I'm trying to create a depedency on a state drop-down list. If the user selects "Other" then the "Other State" text field is enabled and required as well as...
iamgimpin00
Offline Send Email
Apr 17, 2007
7:00 pm
3815
Ok... yes, I am a newb to this, I just discovered layering and Qform. I have been mulling through Dan's pages and examples trying to figure this on my own...
screeny01
Offline Send Email
Apr 26, 2007
12:23 am
3816
Mike, ... Quite frankly those examples are pretty outdated. They written in the manor they are to show how you can merge separate form on a page. This was...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Apr 26, 2007
3:16 am
3817
... the manor ... really ... need to ... just ... fields based ... problem the ... format. ... Helps alot Dan, I assume you hide and show the fields with CSS?...
screeny01
Offline Send Email
Apr 26, 2007
11:40 am
3818
I got it all figured out :) Thanks again for your time, Mike...
screeny01
Offline Send Email
Apr 26, 2007
1:09 pm
3819
Mike, ... Glad to hear it! -Dan...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Apr 26, 2007
2:08 pm
3820
Greetings, My question is directly related to the following page: https://webdata.amkor.com/includes/qforms/docs/examples/containers.htm I have a similar...
Travis Walters
twalters84@...
Send Email
Apr 27, 2007
5:53 pm
3821
Travis, If I remember correctly, the second parameter tells the function to try and sort the values as they are transfered to the target field. So if you had...
Dean Lawrence
deanmlaw
Offline Send Email
Apr 28, 2007
9:49 pm
3822
I post this just in case it's something obvious that someone knows immediately how to correct. I'm new to qforms but have it set up to do validation on some...
Don Arnett
darnit78
Offline Send Email
May 31, 2007
11:24 am
3823
First, so far I like qforms very much. Once I get it figured out, it'll save a lot of time writing javascript routines. So, my first question: I have a form...
Don Arnett
darnit78
Offline Send Email
May 31, 2007
11:24 am
3824
Have you tried referencing it like this? objForm.itemQuantity3.validateInteger() -or- objForm["itemQuantity3"].validateInteger() Edward "Sonny" Savage ...
Edward A Savage Jr
sonnysavage
Online Now Send Email
May 31, 2007
1:42 pm
3825
I've never seen this error, but I haven't been using FF 1.5 in quite some time either. Is there a specific field that always generates this error? Getting a...
Edward A Savage Jr
sonnysavage
Online Now Send Email
May 31, 2007
1:44 pm
Messages 3769 - 3825 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