Search the web
Sign In
New User? Sign Up
forms-dev
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 911 - 940 of 945   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
911
I browsed through all the mailing list posts here and the document and the examples but couldn't find any real life example of how to retrieve, validate and...
Dreamweaver
dreaminspirer
Online Now Send Email
Jul 7, 2007
3:15 am
912
Hello, ... If you use the MULTIPLE attribute for a group of checkboxes with the same NAME attribute, you can use the ValidateAsSet attribute to make the class...
Manuel Lemos
mallemos
Offline Send Email
Jul 7, 2007
4:33 am
913
After reading the documentation and related post <http://tech.groups.yahoo.com/group/forms-dev/message/746> about subforms, I thought that simply setting...
iav8_eh
Offline Send Email
Aug 6, 2007
6:53 pm
914
Hello, ... You can use the WasSubmitted function to determine which submit button was used to submit the form. You just need to map submit buttons to ...
Manuel Lemos
mallemos
Offline Send Email
Aug 17, 2007
6:35 pm
915
Are there any books(hardcopy) that discuss using PHP forms(this automated package, not forms in general). I'm rather old school and find a written book helps...
Gary A Mort
garyamort
Online Now Send Email
Aug 20, 2007
9:56 pm
916
Hello, ... Well, I can always take the reference manual and generate a PDF if that would solve your problem. -- Regards, Manuel Lemos Metastorage - Data object...
Manuel Lemos
mallemos
Offline Send Email
Aug 21, 2007
9:39 pm
917
Doesn't that make this package unusable in most cases? Or are people just ignoring the terms of the license? As I read it, it means I can't use it for...
Gary A Mort
garyamort
Online Now Send Email
Aug 29, 2007
10:33 am
918
Yes indeed at 6:40am after not getting enough sleep, I am misreading the terms. I'm looking at a different PHP forms package. Gah...
Gary A Mort
garyamort
Online Now Send Email
Aug 29, 2007
10:44 am
919
... I completely overlooked the HTML documentation. I assumed forms.html was an example or something. Ok, now I've found the documentation, now I need to look...
Gary A Mort
garyamort
Online Now Send Email
Aug 29, 2007
10:44 am
920
Manuel, We would like to see the VAT ID validation in forms class: https://store5.esellerate.net/store/VATID.htm ...
Shekar C. Reddy
powerobject
Offline Send Email
Aug 30, 2007
6:00 pm
921
Hello; I'm trying to use the linked selection box... I want to get 2 differnt selection boxes (Preformance time and Seating Section) to pupulate based on the...
kurt_leyba
Offline Send Email
Sep 10, 2007
5:46 pm
922
Hello, ... It seems this could be easily done with a plug-in if regular expression validation would not do. -- Regards, Manuel Lemos Metastorage - Data object...
Manuel Lemos
mallemos
Offline Send Email
Sep 11, 2007
2:02 am
923
Hello, ... Can you please provide a minimal example that exhibits the problem so I can understand what is wrong? -- Regards, Manuel Lemos Metastorage - Data...
Manuel Lemos
mallemos
Offline Send Email
Sep 11, 2007
2:18 am
924
Hi Manuel; Thanks for replying; This is where is think the error is... See the onchange line... <td><select name="TheaterName" ...
kurt_leyba
Offline Send Email
Sep 11, 2007
11:25 am
925
Hi Manuel; I've been looking at the classes more carefuly and I think the problem is in the GetEventsActions. This populates the onchange field but does not...
kurt_leyba
Offline Send Email
Sep 12, 2007
7:50 am
926
Hello, ... Yes, there was a bug in the forms class that was not making it not generate the necessary semi-colons in the event handling Javascript code. The bug...
Manuel Lemos
mallemos
Offline Send Email
Sep 14, 2007
10:10 pm
927
Hi there, I am looking forward to discussions on this forum. To start with I wanted to ask if it was possible to do clients side and server side form...
nikos_101
Offline Send Email
Dec 31, 2007
6:53 pm
928
I have my own linked select form using my own Javascript and HTML. I use static arrays for data. There is so much data that I would have to write convert it to...
nikos_101
Offline Send Email
Dec 31, 2007
6:54 pm
929
Hello, ... Yes, you can do that. You need to take a look at the test_ajax_form.php example. -- Regards, Manuel Lemos Metastorage - Data object relational...
Manuel Lemos
mallemos
Offline Send Email
Jan 3, 2008
7:08 am
930
Hello, ... You can develop your own plug-ins to retrieve your data from wherever you want. The database variants do that. They just redefine a few functions of...
Manuel Lemos
mallemos
Offline Send Email
Jan 3, 2008
7:11 am
931
Thanks Manuel for that. One other thing, I noticed when you use the form_linked_select class there can parameters in the input like this: "AutoWidthLimit"=>0, ...
nikos_101
Offline Send Email
Jan 5, 2008
10:11 pm
932
... oh and I just wanted to add that I dont want to use AutoWidthLimit"=>0, ... when I have a lot of data, because the form expands drastically :)...
nikos_101
Offline Send Email
Jan 5, 2008
10:15 pm
933
If I use this forms class I take it I will also have to develop server side validation to compliment it in the case that the user has JavaScript turned off?...
nikos_101
Offline Send Email
Jan 8, 2008
11:54 am
934
... want the ... submit ... such a ... thanks for pointing that out regards Nikos Katsikanis...
nikos_101
Offline Send Email
Jan 8, 2008
1:54 pm
935
sorry for not thinking about this beforehand, I found out I can do server side Validation by using the same php file that generates form....
nikos_101
Offline Send Email
Jan 9, 2008
3:52 pm
936
Hello, ... That is explained in the documentation. It is to make the class adjust the width and height of the select input accroding to the number of entries...
Manuel Lemos
mallemos
Offline Send Email
Jan 11, 2008
6:52 pm
937
Thanks very much for that. I should have watched the videos twice :) ... -- Nikos Katsikanis MSci (Hons) EcommerceTotal.co.uk...
Nikos Katsikanis
nikos_101
Offline Send Email
Jan 11, 2008
9:04 pm
938
Thanks Manuel for the latest update of the class. I noticed a particular bug fix: - Fixed bug of adding custom input validation errors twice when ShowAllErrors...
fen.strat
Offline Send Email
Feb 6, 2008
12:33 am
939
Hello, ... Can you provide a minimal example that I can reproduce the problem? -- Regards, Manuel Lemos PHP professionals looking for PHP jobs ...
Manuel Lemos
mallemos
Offline Send Email
Feb 6, 2008
12:39 am
940
Hi Manuel, ... form_custom_test_class.php : class form_custom_test_class extends form_custom_class { var $client_validate = 0; var $server_validate = 1; ...
fen.strat
Offline Send Email
Feb 11, 2008
12:28 am
Messages 911 - 940 of 945   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