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 2297 - 2326 of 3977   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2297
Hi, Does anyone have any examples of using qForms to create an Intellisense control? I want the user to be able to type into a text box, and have the contents...
darkstream25
Offline Send Email
Sep 2, 2003
9:17 pm
2298
Would it be possible to adapt this example: http://www.pengoworks.com/ qforms/docs/examples/multilayers.htm ... to make it change the form with a select box...
xian_cal
Offline Send Email
Sep 4, 2003
11:24 pm
2299
I am using ColdFusion with qForms and am having trouble populating a container and having the pre-populated values passed to my action page. My code looks like...
cedricvillat
Offline Send Email
Sep 5, 2003
12:14 am
2300
Hi I've put together a set of drop down select boxes using qForms that populate one another. It works fine on Netscape and IE but the last two boxes won't ...
pganthesis
Offline Send Email
Sep 8, 2003
12:42 pm
2301
Hi Dan, A problem I came accross in the situation outlined below, is that if you have multiple validations on the field and one of the validations is a custom...
unngh
Offline Send Email
Sep 9, 2003
6:05 pm
2302
The changes in QForms are giving me a bit of a headache! I need validations for both integers and floats, I'm surprised that it still doesn't include both. I...
maryjos313
Offline Send Email
Sep 10, 2003
3:11 pm
2303
I'm surprised that so many people are surprised!!!!... especially since Dan busts his ass to provide qForms API at no charge to us! If there is something you'd...
Michael T. Tangorre
tangormt
Offline Send Email
Sep 10, 2003
3:18 pm
2304
Hi, Using the BITS lib, If I have the following permissions 1 Read 2 Write 4 delete so 3 = read + write etc... is there a way to set the permission to 0 (zero)...
eoghan
eoghan@...
Send Email
Sep 12, 2003
10:10 am
2305
Is there a due date for when qForms v2.0 will be released?...
rculver0621
Offline Send Email
Sep 12, 2003
1:50 pm
2306
... Well, I had intended for a late spring/summer release. Since finding out I'm going to be without a job come the end of October, I've had to focus on ...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Sep 12, 2003
7:49 pm
2307
We use Fusebox and have two dsp_ files each with their own form uniquely named but they display in the same request. This creates two qForms objects one for...
Brunt, Michael
MBrunt@...
Send Email
Sep 13, 2003
1:35 am
2308
I downloaded qForms v1.5 (Build 137g) and am trying to simply require two fields on my form. Seems simple enough but it isn't working. I get the following...
David Bradford
dbradfor0
Offline Send Email
Sep 15, 2003
10:43 am
2309
One common reason for errors like this one is that the qForms lib isn't being loaded correctly. Make sure it's actually at <SCRIPT ...
Cameron Childress
cameronc@...
Send Email
Sep 15, 2003
12:55 pm
2310
Does anyone have an idea of this?...
eoghan
eoghan@...
Send Email
Sep 15, 2003
2:55 pm
2311
... Are you referring to the server-side of things? Remember the standard results passed back to the server will not be in the bits format--but in CF treated...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Sep 15, 2003
4:13 pm
2312
Mike, ... Yes, you can have multiple qForms on one page--just make sure that they're each uniquely named. If you re-use the name of a qForm object, then you'll...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Sep 15, 2003
4:18 pm
2313
Dave, ... I just test things here and your code works fine--provided the path to the qForms library and add-on libraries points to the directory qForms is ...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Sep 15, 2003
4:21 pm
2314
... Since it's a custom validation method and you're only using it with one field, just hardcode the description into the message. I know it's not perfect, but...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Sep 15, 2003
4:28 pm
2315
Andy, ... It took me a while to track this done, but somewhere in the Reset() function you have a character that Opera doesn't like. I'd suspect you have like...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Sep 15, 2003
4:57 pm
2316
Andy, The character in question appears at the beginning of the lines in both the init() and Reset() function. If you're using an editor (like HomeSite or ...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Sep 15, 2003
5:02 pm
2317
... Thanks, I got it working now... qForms is awesome! The problem was that I had all the add-on libraries in /lib/ with the qForms library, not in a separate...
David Bradford
dbradfor0
Offline Send Email
Sep 15, 2003
9:57 pm
2318
Just as I was beginning to enjoy Javascript programming with qForms, an ugly situation has arisen. And it isn't even qForms' or Javascript's fault. It's PHP's...
David Bradford
dbradfor0
Offline Send Email
Sep 17, 2003
8:08 am
2319
David, ... I'm assuming the actual name of the "gt_options" field is "gt_options[]". In order to deal w/non standard field names, you just need to use the...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Sep 17, 2003
1:15 pm
2320
... Ah, thank you! I was getting ready to try appending "[]" to all the select-multiple field names in an onsubmit function. Actually since my gt_options field...
David Bradford
dbradfor0
Offline Send Email
Sep 17, 2003
2:49 pm
2321
Just thought I'd let you know that Steve Nelson is singing the praises of qForms on his blog. You can see a link to it here Dan. http://www.fullasagoog.com/ ...
Brunt, Michael
MBrunt@...
Send Email
Sep 18, 2003
7:33 pm
2322
Michael, ... Thanks for the link. I sent it to my girlfriend. I keeping telling her how brilliant I am, but she doesn't ever seem to believe me. :) All joking...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Sep 18, 2003
8:03 pm
2323
Hi -- I am having trouble getting this to work. What I've got is a select box of payment types ("payment_type"). If the payment type is a credit card, then I ...
Joel Richards
joel352000
Offline Send Email
Sep 18, 2003
11:07 pm
2324
Never mind! I got it to work. Thanks ... From: Joel Richards [mailto:joel@...] Sent: Thursday, September 18, 2003 5:07 PM To:...
Joel Richards
joel352000
Offline Send Email
Sep 18, 2003
11:18 pm
2325
Hey, you can now copy DVDs on your CD and watch them anytime! Get software now!! FREE delivering! http://www.geocities.com/ilyanikolaevharsar_alfonso...
redsiterecl_priz
redsiterecl_...
Offline Send Email
Sep 19, 2003
7:44 am
2326
This user has been banned... -Dan...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Sep 19, 2003
11:43 am
Messages 2297 - 2326 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