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...
... 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...
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@...
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...
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@...
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...
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@...
May 6, 2003 12:57 am
1935
I fully agree with this; nothing to be added Eugen Notter...
Eugen Notter
e.notter@...
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")) {...
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...
... 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@...
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"...
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...
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"...
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"...
... information ... (this)" ... you're ... were using ... after ... behave the ... original form, ... Dan, If I understand your notes, what I should do then is...
... information ... (this)" ... you're ... were using ... after ... behave the ... original form, ... Dan, If I understand your notes, what I should do then is...
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 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@...
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...
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@...
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...
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...
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@...
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 ...
... 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@...
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@...
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 ...