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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 1621 - 1650 of 3977   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1621
... I have a moderately complex intranet page that uses qforms that works fine in Opera for the Mac. joe ===== Joe Nall ...
Joe Nall
joenall
Offline Send Email
Jan 2, 2003
3:50 pm
1622
I am using the validateNumeric() function and it seems to not be working properly. I have a field called bedrooms and if I enter text the text "three plus...
Steve Reich
fukanai
Offline Send Email
Jan 4, 2003
9:27 pm
1623
I have the same problem. The function will accept any number concatinated with any text string ie: "3eafdr". I have no idea why it isn't working the way that...
David Burt
uncue75
Offline Send Email
Jan 7, 2003
1:44 pm
1624
Send a complete code example to the list... Also include browser, platform & qForms build #. ... I have the same problem. The function will accept any number...
m.lesko@...
orangepips
Offline Send Email
Jan 7, 2003
1:49 pm
1625
Yes, it seems to catch the text if it's at the beginning of the string, but not if it comes after a number...? Steve ... From: Steve Reich...
Steve Reich
fukanai
Offline Send Email
Jan 7, 2003
2:35 pm
1626
... No, I've seen this issue too. IIRC, it's releated to the use of NaN() to examine the value in the field. -- Thomas C "Does google know ?"...
Thomas Chiverton
tchiverton@...
Send Email
Jan 7, 2003
2:40 pm
1627
Add this code to your validation.js file //Test fields to make sure they are proper integer with no decimal points function __IsNumericInt() { var ValidChars =...
sabot1@...
btroop202
Offline Send Email
Jan 7, 2003
2:43 pm
1628
Add this code to your validation.js file //Test fields to make sure they are proper integer with no decimal points function __IsNumericInt() { var ValidChars =...
sabot1@...
btroop202
Offline Send Email
Jan 7, 2003
2:43 pm
1629
Add this code to your validation.js file //Test fields to make sure they are proper integer with no decimal points function __IsNumericInt() { var ValidChars =...
sabot1@...
btroop202
Offline Send Email
Jan 7, 2003
2:43 pm
1630
Hi, I am having trouble validating my field for "two" masks. I want to use the validateFormat method to make sure that the entered text is formatted as...
stevenlanza <stevenla...
stevenlanza
Online Now Send Email
Jan 8, 2003
9:02 pm
1631
By running it twice of course. :) function eitherFormat(){ if(objForm.ISBN.validateFormat("x-xxxxxx-xx-x","numeric") || ...
Fred T. Sanders
sandersfred
Offline Send Email
Jan 9, 2003
4:49 am
1632
Thanks Fred, I am sorry for the dumb question, but I am not familiar with Javascript at all. How do I run the function you have created? I have tried various...
Steven Lanza
stevenlanza
Online Now Send Email
Jan 9, 2003
2:36 pm
1633
Hello I've a problem with this script. Clicking on the checkbox "schaden" just toggels the field "betrag", the field "wae" is never enabled. Perhaps I just...
Dieter Fischer
dp_fischer_v...
Offline Send Email
Jan 10, 2003
4:04 pm
1634
Mr. Fischer, Congratulations, it appears you have found a bug. The following code below will work: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0...
m.lesko@...
orangepips
Offline Send Email
Jan 10, 2003
9:53 pm
1635
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the qformsapi group. File :...
qformsapi@yahoogroups...
Send Email
Jan 10, 2003
9:55 pm
1636
Steve, Sorry I sort of told you wrong, it's actually been a while sinse I've used qForms, I've been out of work sinse October. Every validator can be involked...
Fred T. Sanders
sandersfred
Offline Send Email
Jan 11, 2003
6:00 am
1637
I'm having the same exact problem. It works fine in IE, but i'm using NS 7 and Mozilla, and in both of them, when the function to disable() fires, it throws...
Gene Rice <grice02@...>
grice02
Online Now Send Email
Jan 11, 2003
4:47 pm
1638
Thanks Fred, I know what it's like to be out of work. I was out for 9 months last year. I tried your new code and got a validate message that leads me to...
Steven Lanza
stevenlanza
Online Now Send Email
Jan 11, 2003
4:48 pm
1639
As I wrote earlier to the group, the "disabled()" method has an error in it. Please see my earlier reply or check the files listed for this group on...
m.lesko@...
orangepips
Offline Send Email
Jan 11, 2003
5:49 pm
1640
I was having some problems using the ValidateNotEmpty method. I am making a field required and I also wanted to check that the field was not empty (ie:...
hostdude9 <alexgad@...>
hostdude9
Offline Send Email
Jan 14, 2003
2:26 am
1641
I have 4 check boxes. They are all named the same but have different values assigned to them. I need to be able to control the top one valued "All". By this...
redchevelle <ron@...>
redchevelle
Offline Send Email
Jan 14, 2003
12:56 pm
1642
There is a problem with the regular expressions used by the _ltrim and _rtrim functions. I have updated these and posted them to the files area of the group as...
m.lesko@...
orangepips
Offline Send Email
Jan 14, 2003
2:10 pm
1643
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the qformsapi group. File : /trim.html ...
qformsapi@yahoogroups...
Send Email
Jan 14, 2003
2:12 pm
1644
Hi Guys! Expression Builder has been a part of Cold Fusion Studio since version 3. This built-in function uses a source file, ExpressionElements.vtm, for its ...
Dave Babbitt
dbabbitt@...
Send Email
Jan 16, 2003
9:20 pm
1645
How do I disable the submitCheck(). I actually need to enable additional submit requests. Eugen...
Eugen Notter
e.notter@...
Send Email
Jan 18, 2003
1:53 pm
1646
What are you trying to do exactly? The form property "_status" might be what you're looking for, when a form is initialized with qForms it's value for this...
m.lesko@...
orangepips
Offline Send Email
Jan 18, 2003
2:03 pm
1647
... Thanks for replying to my post. I want the user to be able to save the changes back to database after having made part of all necessary changes. My form...
Eugen Notter
e.notter@...
Send Email
Jan 18, 2003
2:18 pm
1648
Use the qForm "onSubmit()" method. Try the code below replacing "[your_qForm]" with the name of your qForm. Run it after initializing the form [ e.g....
m.lesko@...
orangepips
Offline Send Email
Jan 18, 2003
2:59 pm
1649
Thank you very much for your appreciated help. It did the trick and it works just fine now. Eugen ... From: m.lesko@... [mailto:m.lesko@...] ...
Eugen Notter
e.notter@...
Send Email
Jan 18, 2003
4:50 pm
1650
Hi all, My first post here, I've just started using qForms (love it), and I've searched the message archive with no joy, so here goes with the whining... I...
Gyrus <gyrus@...>
gyrusto
Offline Send Email
Jan 22, 2003
11:10 pm
Messages 1621 - 1650 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