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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 287 - 316 of 946   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
287 Manuel Lemos
mallemos Send Email
Dec 24, 2005
2:57 am
Hello, ... I don't know if I understand you. Ruby on Rail is a framework in the Ruby language, not in PHP. Other than that, personally I do not put much faith...
288 taras086 Send Email Dec 26, 2005
12:52 pm
Hi everyone ! when using formsgeneration-2005-12-20 I found some unexpected feature in EncodeHTMLString() function: Function EncodeHTMLString($string) { ...
289 idiroddi Send Email Dec 27, 2005
11:15 pm
... value'. ... The form is populated with data from a database ( via Metabase;) )when loaded. I use the VALUE attribute to assign the input data like the ...
290 forms-dev@yahoogroups... Send Email Dec 30, 2005
8:53 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the forms-dev group. File :...
291 forms-dev@yahoogroups... Send Email Dec 30, 2005
8:54 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the forms-dev group. File :...
292 forms-dev@yahoogroups... Send Email Dec 30, 2005
8:54 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the forms-dev group. File :...
293 forms-dev@yahoogroups... Send Email Dec 30, 2005
8:56 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the forms-dev group. File :...
294 forms-dev@yahoogroups... Send Email Dec 30, 2005
8:57 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the forms-dev group. File :...
295 forms-dev@yahoogroups... Send Email Dec 30, 2005
8:58 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the forms-dev group. File :...
296 forms-dev@yahoogroups... Send Email Dec 30, 2005
8:59 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the forms-dev group. File :...
297 Manuel Lemos
mallemos Send Email
Dec 30, 2005
9:14 pm
Hello, I have just finished implementing several enhancements that make possible to use the linked select inputs in a way that they retrieved the new set of...
298 Manuel Lemos
mallemos Send Email
Dec 30, 2005
9:17 pm
Hello, ... You are right, the encoding functions are switched. I have fixed this in the latest beta version. Next week I will publish this fix. Thank you for...
299 forms-dev@yahoogroups... Send Email Dec 30, 2005
9:58 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the forms-dev group. File :...
300 forms-dev@yahoogroups... Send Email Dec 30, 2005
9:59 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the forms-dev group. File :...
301 forms-dev@yahoogroups... Send Email Dec 30, 2005
9:59 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the forms-dev group. File :...
302 operationsengineer1@...
operationsen... Send Email
Jan 10, 2006
5:46 pm
hi Manuel, i would appreciate any insight you may have in solving the the following link problem: select 1: assembly number (static - data is the same, ...
303 Manuel Lemos
mallemos Send Email
Jan 11, 2006
1:54 pm
Hello, ... You should add the missing option yourself to the array passed to the options. -- Regards, Manuel Lemos Metastorage - Data object relational mapping...
304 Manuel Lemos
mallemos Send Email
Jan 11, 2006
2:00 pm
Hello, ... Currently the linked select input only supports picking the options groups from one other input. The class would need to be improved to support more...
305 operationsengineer1@...
operationsen... Send Email
Jan 11, 2006
10:38 pm
... hi Manuel. thanks for the updates to the forms class. i'm trying to learn how you implement ajax. is it possible to have an adodb plugin? it is pretty ...
306 operationsengineer1@...
operationsen... Send Email
Jan 11, 2006
11:44 pm
... reviewing "GroupsQuery&quot;=>"SELECT code FROM countries", "OptionsQuery&quot;=>"SELECT code, name FROM locations WHERE country=?", it looks like it isn't possible...
307 Shekar C. Reddy
powerobject Send Email
Jan 12, 2006
3:57 am
Hi Manuel, Simply a 'great&#39; class - very thorough and exhaustive to the detail although one may not use each and every function from its API but who knows?...
308 operationsengineer1@...
operationsen... Send Email
Jan 12, 2006
7:44 pm
hi Manuel, i found some form behavior that i don't understand. ii have a two linked select array with the following values: ...
309 Manuel Lemos
mallemos Send Email
Jan 14, 2006
6:38 pm
Hello, ... Sure, I do not have an interest on it because I do not use it, but you are welcome to write it. Just pick the existing plug-in sub-classes and adapt...
310 Manuel Lemos
mallemos Send Email
Jan 14, 2006
11:21 pm
Hello, ... Thanks, actually it just made 7 years this week as you may see here in this CVS repository. 5 years was just the first entry in Freshmeat. ...
311 Manuel Lemos
mallemos Send Email
Jan 14, 2006
11:59 pm
Hello, ... I am not sure what you mean. AFAIK, select inputs must not have duplicated values. Even if they could, when you set an associative entry with the...
312 operationsengineer1@...
operationsen... Send Email
Jan 16, 2006
6:20 pm
... product_id,product_number,serial_number_id,serial_number ... Manuel, i was having difficulty with a query, which is why i had three records repeat in my...
313 taras086 Send Email Jan 17, 2006
4:07 pm
For some reason the wonderful forms class lacks "DISABLED"; attribute for html fields. This is a nice way of showing the user some information from a certain ...
314 Manuel Lemos
mallemos Send Email
Jan 17, 2006
4:25 pm
Hello, ... The class does not support all possible attributes that inputs may have. If it did it would become very bloated. The class supports mainly the ...
315 Manuel Lemos
mallemos Send Email
Jan 17, 2006
4:48 pm
Hello, ... Right, the best I can do is to put a warning when a duplicate entry is found but that does not avoid omitting duplicates. You should do it using...
316 Shekar C. Reddy
powerobject Send Email
Jan 17, 2006
5:16 pm
Manuel, Does FGV store any info in the session? Sorry, I'could not complete reading through the docs, yet but did not find any references to session/cookie in...
Messages 287 - 316 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