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
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
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...
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...
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...
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...
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...
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...
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...
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
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
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...
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...
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...
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...
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
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
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...
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...
Jan 11, 2006 11:44 pm
... reviewing "GroupsQuery"=>"SELECT code FROM countries", "OptionsQuery"=>"SELECT code, name FROM locations WHERE country=?", it looks like it isn't possible...
307
Shekar C. Reddy
powerobject
Jan 12, 2006 3:57 am
Hi Manuel, Simply a 'great39; 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...
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
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
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
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...
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
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
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
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
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...