Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

forms-dev

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 81 - 112 of 946   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
81 Manuel Lemos
mallemos Send Email
Apr 21, 2005
3:14 am
Hello, ... Yes, this is a common way to set form select inputs. You can for instance initialize your customer select options array like this? ...
82 Manuel Lemos
mallemos Send Email
Apr 21, 2005
3:14 am
Hello, ... You have set the VALUE to "" which is not present in the $options array, so AddInput fails. ... When you call the Reset() function on an associative...
83 operationsengineer1@...
operationsen... Send Email
Apr 21, 2005
6:02 pm
... Manuel, thank you! i was using "customer_name" instead of "customer_id" as my "VALUE" entry. using "customer_id" produces the combo box and using your ...
84 artem_ivlev Send Email Apr 22, 2005
2:55 pm
Hi! i need make custom input class. It must consists of select and text fields. Text field is alweys innactive but if in select field selected "Other" it must...
85 Manuel Lemos
mallemos Send Email
Apr 22, 2005
4:09 pm
Hello, ... This is relatively easy but it requires a little studying of how to create custom input classes. I suggest that you start by trying to do it...
86 Kike F Becerra
qbecerra Send Email
Apr 23, 2005
2:04 am
Sorry Manuel I didn't do... but I'm gonna do it right now Thanks a lot for your help !! AWESOME WORK DUDE ! ... "Enhancing...
88 operationsengineer1@...
operationsen... Send Email
Apr 28, 2005
11:20 pm
Manuel, i want to create a multiple select box that displays product_number (already done). for the products that are selected, i want to insert the...
89 Manuel Lemos
mallemos Send Email
Apr 29, 2005
3:13 am
Hello, ... I am afraid that it will be hard to find anybody to do all your work for free. This list is more about helping people to use the forms class to ...
91 Manuel Lemos
mallemos Send Email
Apr 29, 2005
4:13 am
Hello, ... I have had requests to implement dependent selects and I was willing to develop a plug-in class to provide that. However, since I never needed it, I...
92 operationsengineer1@...
operationsen... Send Email
Apr 29, 2005
4:38 am
Manuel, being a DIY (do it yourself) kind of programmer, i'm not exaclty sure what you are looking for in an answer. so, let me explain in english and then...
93 Manuel Lemos
mallemos Send Email
Apr 29, 2005
4:48 am
Hello, ... Sorry, I thought you wanted to display select fields on which the options of one would be updated according to the option selected by the user on...
94 operationsengineer1@...
operationsen... Send Email
Apr 29, 2005
5:30 am
... Manuel, i want the user to select the various product_numbers that a note will apply to. then i want the user to type the note in a textarea. after...
95 Manuel Lemos
mallemos Send Email
Apr 29, 2005
1:46 pm
Hello, ... If you want to assign multiple products to a note, you need to use select MULTIPLE. The GetInputValue will return an array of selected values. -- ...
96 operationsengineer1@...
operationsen... Send Email
May 4, 2005
5:13 pm
hi Manuel, i have the following code... ... $sql = 'SELECT product_id, product_number FROM t_product ORDER BY product_number ASC'; $rs = $conn->Execute($sql); ...
97 Manuel Lemos
mallemos Send Email
May 4, 2005
5:22 pm
Hello, ... I just released a new version that fixes this problem -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP ...
98 Manuel Lemos
mallemos Send Email
May 4, 2005
5:24 pm
Hello, ... Your initial value is "". Therefore it must be present in the options array. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components...
99 operationsengineer1@...
operationsen... Send Email
May 6, 2005
4:05 pm
Manuel, i populate a select via a table in my db. the table in the db is subject to change. for example, new product may be added at any time. i sort the...
100 operationsengineer1@...
operationsen... Send Email
May 6, 2005
6:07 pm
manuel, how come the following displays and acts correctly even though there is no "" value in the database table to match the VALUE in the class? $conn =...
101 Manuel Lemos
mallemos Send Email
May 6, 2005
6:46 pm
Hello, ... That is because you have that validation type ValidadeAsNotEmpty, which is meant to not allow the empty string value. ... If you query ordering by...
102 Manuel Lemos
mallemos Send Email
May 6, 2005
6:52 pm
Hello, ... Because MULTIPLE select fields may have not option set, unless you use the ValidateAsSet. Even in that case, you can start with no options set. The...
103 Manuel Lemos
mallemos Send Email
May 6, 2005
6:53 pm
Hello, ... Because MULTIPLE select fields may have not option set, unless you use the ValidateAsSet. Even in that case, you can start with no options set. The...
104 operationsengineer1@...
operationsen... Send Email
May 6, 2005
7:36 pm
Manuel, thanks for the reset and key php functions. i set it up so that i was querying the db to get these values - now i can save a query. i could use the...
105 Manuel Lemos
mallemos Send Email
May 15, 2005
3:11 am
Hello, ... I don't need it now either but there is a lot of demand. So, I have been thinking about a working model solution. What I have in mind is to add the...
106 operationsengineer1@...
operationsen... Send Email
May 18, 2005
4:59 pm
Manuel, i can't get label to work with file for file uploads. $form->AddInput(array( "TYPE"=>"file", "NAME"=>"userfile", "ACCEPT"=>"application/pdf", ...
107 Manuel Lemos
mallemos Send Email
May 18, 2005
5:20 pm
Hello, ... That means that you need to define the ID of the file input so the browser can associate the label to the input. -- Regards, Manuel Lemos PHP...
108 taras086 Send Email May 22, 2005
11:49 pm
Hello, everybody I am playing with FormGeneration script and have found a problem when dealing with non Latin-1 encoded text. When the ValidationErrorMessage...
109 Manuel Lemos
mallemos Send Email
May 23, 2005
12:19 am
Hello, ... As you may notice the escaping only happens that way when the encoding class variable is left set to "iso-8859-1" which is also known as Latin-1 ....
110 Taras
taras086 Send Email
May 23, 2005
2:00 pm
Hello, Manuel Thank you for your help - it is really the solution for this problem Taras...
111 pvutrix Send Email May 23, 2005
6:23 pm
When I try to validate a page, using the class, I get these errors. Line 216, column 63: non SGML character number 127 ...
112 Manuel Lemos
mallemos Send Email
May 23, 2005
8:48 pm
Hello, ... Hummm... I was not aware that character 127 was not accepted as valid. Anyway, I just fixed that and a few other minor XHTML compatibility problems....
Messages 81 - 112 of 946   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help