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 96 - 125 of 945   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
96
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); ...
operationsengineer1@...
operationsen...
Offline Send Email
May 4, 2005
5:13 pm
97
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 ...
Manuel Lemos
mallemos
Offline Send Email
May 4, 2005
5:22 pm
98
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...
Manuel Lemos
mallemos
Offline Send Email
May 4, 2005
5:24 pm
99
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...
operationsengineer1@...
operationsen...
Offline Send Email
May 6, 2005
4:05 pm
100
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 =...
operationsengineer1@...
operationsen...
Offline Send Email
May 6, 2005
6:07 pm
101
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...
Manuel Lemos
mallemos
Offline Send Email
May 6, 2005
6:46 pm
102
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...
Manuel Lemos
mallemos
Offline Send Email
May 6, 2005
6:52 pm
103
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...
Manuel Lemos
mallemos
Offline Send Email
May 6, 2005
6:53 pm
104
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...
operationsengineer1@...
operationsen...
Offline Send Email
May 6, 2005
7:36 pm
105
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...
Manuel Lemos
mallemos
Offline Send Email
May 15, 2005
3:11 am
106
Manuel, i can't get label to work with file for file uploads. $form->AddInput(array( "TYPE"=>"file", "NAME"=>"userfile", "ACCEPT"=>"application/pdf", ...
operationsengineer1@...
operationsen...
Offline Send Email
May 18, 2005
4:59 pm
107
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...
Manuel Lemos
mallemos
Offline Send Email
May 18, 2005
5:20 pm
108
Hello, everybody I am playing with FormGeneration script and have found a problem when dealing with non Latin-1 encoded text. When the ValidationErrorMessage...
taras086
Offline Send Email
May 22, 2005
11:49 pm
109
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 ....
Manuel Lemos
mallemos
Offline Send Email
May 23, 2005
12:19 am
110
Hello, Manuel Thank you for your help - it is really the solution for this problem Taras...
Taras
taras086
Offline Send Email
May 23, 2005
2:00 pm
111
When I try to validate a page, using the class, I get these errors. Line 216, column 63: non SGML character number 127 ...
pvutrix
Offline Send Email
May 23, 2005
6:23 pm
112
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....
Manuel Lemos
mallemos
Offline Send Email
May 23, 2005
8:48 pm
113
Hi guys... I'm having a little trouble now, because I have this: I need a country list in a select field (has any1 the code to generate this list ?) Well, when...
Kike F Becerra
qbecerra
Offline Send Email
May 24, 2005
9:12 pm
114
Hello, ... Connecting form inputs to handle events triggered in one input is on my to do list. Meanwhile, what you want can be done with appropriate Javascript...
Manuel Lemos
mallemos
Offline Send Email
May 25, 2005
4:34 am
115
Hi Manuel... Thanks 4 replying... I will wait to get your example, and hope you finish adding this feature soon... thanks a lot !!...
Kike F Becerra
qbecerra
Offline Send Email
Jun 5, 2005
7:30 pm
116
Manuel, I have the following code... INCLUDE ('includes/common.inc.php'); $form=new form_class; $form->NAME="upload_assembly_docs"; $form->METHOD="POST"; ...
operationsengineer1@...
operationsen...
Offline Send Email
Jun 13, 2005
8:56 pm
117
... I have a problem with latest version of forms.php if I set $form->encoding="Windows-1251"; JavaScript alerts show properly but the labels are gibberish, if...
pvutrix
Offline Send Email
Jun 23, 2005
5:21 pm
118
... problem ... Solved by changing the line 306 of forms.php from $encode=!strcmp(strtolower($this->encoding),"iso-8859-1"); to ...
pvutrix
Offline Send Email
Jun 23, 2005
5:25 pm
119
Hello, I thought I have answered this: ... The ACCEPT attribute is just a recommendation for the browsers to filter the list of files to list. However, most...
Manuel Lemos
mallemos
Offline Send Email
Jun 23, 2005
5:50 pm
120
Hello, ... That encoding should not affect labels. Can you give me an example of what causes a problem? -- Regards, Manuel Lemos PHP Classes - Free ready to...
Manuel Lemos
mallemos
Offline Send Email
Jun 23, 2005
5:53 pm
121
Hi Manuel (and the other members) I tried to build 2 linked selects, taking data for each select field from DB... I've a countries table: (ID,COUNTRYNAME); ...
Kike Becerra
qbecerra
Offline Send Email
Jul 12, 2005
4:59 am
122
Hello, ... This is hard to see. Please post a var_dump($countries,$states); -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in...
Manuel Lemos
mallemos
Offline Send Email
Jul 12, 2005
4:17 pm
123
Hi Manuel Here is the dump of these variables I don't understand anything of this.. array(3) { [""]=> string(18) "==SELECT COUNTRY==" ["Argentina"]=> ...
Kike Becerra
qbecerra
Offline Send Email
Jul 12, 2005
4:37 pm
124
Hello, ... The indexes of origin select must match the indexes of the target select. In the origin you have the indexes: "", "Argentina", "Chile". In the ...
Manuel Lemos
mallemos
Offline Send Email
Jul 12, 2005
5:15 pm
125
Hi Manuel Yes, I supposed that, but how to fix this in the FOR structure ? When it is single array, doing like this works: $countries[] = "==SELECT COUNTRY==";...
Kike Becerra
qbecerra
Offline Send Email
Jul 12, 2005
5:29 pm
Messages 96 - 125 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