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...
Show off your group to the world. Share a photo of your group with us.

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 1928 - 1957 of 3977   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1928
There are a few aspects of qForms v1 that I'm not happy about. Some of the issues are simply w/the names of the functions/properties/methods; others are in the...
Dan G. Switzer, II
dswitzer2
Offline Send Email
May 5, 2003
6:01 pm
1929
... This is definitely the way I feel about the use of qForms. That being said, I suspect that it would be easy enough to use both version 1 and version 2 on...
James Eberhardt
james_eberhardt
Offline Send Email
May 5, 2003
6:13 pm
1930
We use Fusebox extensively but would not port a V2 project to V3 for instance or mix versions. My point is I would go with choice number 1 below. Kind Regards...
Brunt, Michael
MBrunt@...
Send Email
May 5, 2003
7:13 pm
1931
James, ... Yeah, all you need is two different install folders and you can certainly use both versions on the same project. This is probably the best method to...
Dan G. Switzer, II
dswitzer2
Offline Send Email
May 5, 2003
7:15 pm
1932
5 ... From: Dan G. Switzer, II [mailto:dswitzer@...] Sent: Monday, May 05, 2003 12:53 PM To: qformsapi@yahoogroups.com Subject: [qformsapi] Poll...
Dave Babbitt
dbabbitt@...
Send Email
May 6, 2003
12:32 am
1933
Dave B; I'd be really like to hear a further explination as to why you would want it to be 100% backward compatible. I'm not trying to pick a fight, but if...
James Eberhardt
james_eberhardt
Offline Send Email
May 6, 2003
12:45 am
1934
I'm really lazy and inattentive: when and if it comes out I will just drag and drop it without a thought as to backwards compatibility. Probably nothing will...
Dave Babbitt
dbabbitt@...
Send Email
May 6, 2003
12:57 am
1935
I fully agree with this; nothing to be added Eugen Notter...
Eugen Notter
e.notter@...
Send Email
May 6, 2003
10:16 am
1936
I have the following code : pkodate = objForm.pkodate.getValue(); //pkodate is a date if (objForm.t1date.isNotNull() && objForm.t1date.isDate("mm/dd/yy")) {...
rculver0621
Offline Send Email
May 6, 2003
7:07 pm
1937
Roger, ... Where/when are you invoking this code? How are you invoking this portion of the code? (i.e. Is it being used inside a custom validation method?) In...
Dan G. Switzer, II
dswitzer2
Offline Send Email
May 6, 2003
7:36 pm
1938
... But yes, I'll use v2 in parellel for all new things. -- Tom C "Land of the free, home of the brave... you have to be brave to live there and enjoy the...
Thomas Chiverton
tchiverton@...
Send Email
May 7, 2003
8:26 am
1939
Before we started using qForms, when we wanted to submit information to be saved into a database, we would do something like this: <form name="form1"...
rculver0621
Offline Send Email
May 7, 2003
2:48 pm
1940
Roger, ... I'd highly recommend using qForms validation mechanisms--otherwise you're missing out on a major portion of qForms. ... There's no reason to change...
Dan G. Switzer, II
dswitzer2
Offline Send Email
May 7, 2003
3:41 pm
1941
Before we started using qForms, when we wanted to submit information to be saved into a database, we would do something like this: <form name="form1"...
rculver0621
Offline Send Email
May 7, 2003
3:46 pm
1942
Before we started using qForms, when we wanted to submit information to be saved into a database, we would do something like this: <form name="form1"...
rculver0621
Offline Send Email
May 7, 2003
3:46 pm
1943
... information ... (this)" ... you're ... were using ... after ... behave the ... original form, ... Dan, If I understand your notes, what I should do then is...
rculver0621
Offline Send Email
May 7, 2003
5:00 pm
1944
... information ... (this)" ... you're ... were using ... after ... behave the ... original form, ... Dan, If I understand your notes, what I should do then is...
rculver0621
Offline Send Email
May 7, 2003
5:01 pm
1945
Roger, ... Not exactly--you've combined my two responses. You should either keep things exactly like you had them before you started using qForms (with the...
Dan G. Switzer, II
dswitzer2
Offline Send Email
May 7, 2003
5:50 pm
1946
Dan just a quick question, do you any idea of a release date for V2? Sorry if this is a bad question. Kind Regards - Mike Brunt Credit Model Project Sempra...
Brunt, Michael
MBrunt@...
Send Email
May 7, 2003
5:54 pm
1947
... When it's done. :) An official release is probably still 30-60 days away. I'm hoping I'll be able to release some kind of RC in the next week or so. -Dan...
Dan G. Switzer, II
dswitzer2
Offline Send Email
May 7, 2003
6:15 pm
1948
Thanks Dan, your work is much appreciated of course. Kind Regards - Mike Brunt Credit Model Project Sempra Energy 213.244.5929 ... From: Dan G. Switzer, II...
Brunt, Michael
MBrunt@...
Send Email
May 7, 2003
6:24 pm
1949
... (this)" ... keep things ... onSubmit ... onSubmit ... the ... validation ... using ... (And it's ... We tried to use the latter suggestion and use the...
rculver0621
Offline Send Email
May 8, 2003
12:21 pm
1950
Roger, ... Without seeing the HTML source code--it's hard to say. The only thing that would prevent the form from submitting would be: 1) You <form> tag's...
Dan G. Switzer, II
dswitzer2
Offline Send Email
May 8, 2003
12:54 pm
1951
Dan, I am attaching the source HTML code for this problem. It is a large program, over 1800 lines. Thanks for responding, Roger Culver...
Roger Culver
rculver0621
Offline Send Email
May 8, 2003
1:54 pm
1952
Could someone look at : http://falkensweb.com/qform.html and let me know why I get : Error: this.obj[this.obj.selectedIndex] has no properties Source File:...
Thomas Chiverton
tchiverton@...
Send Email
May 8, 2003
2:05 pm
1953
Roger, I glanced through the code and didn't see anything that jumped out at me. Try editing the qforms.js form and edit the _q_submit function (around line ...
Dan G. Switzer, II
dswitzer2
Offline Send Email
May 8, 2003
2:30 pm
1954
Thomas, ... Try moving the following block of code in between your <head> tags: <script src="/javascripts/lib-qforms/qforms.js"></script> <SCRIPT...
Dan G. Switzer, II
dswitzer2
Offline Send Email
May 8, 2003
2:44 pm
1955
... No effect. I'm placing that code outside of head elsewhere and it works. ... No effect. I'm using them that way round elsewhere and it works. The line...
Thomas Chiverton
tchiverton@...
Send Email
May 8, 2003
3:06 pm
1956
... I had two select's with the same name. Changing them to distinct names clears the error. Could a run-time check be made and a suitable error displayed in...
Thomas Chiverton
tchiverton@...
Send Email
May 8, 2003
3:12 pm
1957
Dan, I am attaching a couple of files for this problem. One will be what we did for your suggestion about putting an alert in _q_submit function in the ...
Roger Culver
rculver0621
Offline Send Email
May 8, 2003
6:49 pm
Messages 1928 - 1957 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