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, ...
Hello, ... You should add the missing option yourself to the array passed to the options. -- Regards, Manuel Lemos Metastorage - Data object relational mapping...
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...
... 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 ...
... reviewing "GroupsQuery"=>"SELECT code FROM countries", "OptionsQuery"=>"SELECT code, name FROM locations WHERE country=?", it looks like it isn't possible...
Hi Manuel, Simply a 'great' class - very thorough and exhaustive to the detail although one may not use each and every function from its API but who knows?...
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...
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. ...
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...
... 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...
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 ...
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 ...
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...
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...
The easiest way to reduce the code size of this wonderful class would be to 'simply' split it into two files - one with all the popular features and the other...
Hello, ... No, it does not use sessions. When it is necessary to pass context data between pages, hidden fields are more recommended. ... I see, but I am...
Hello, ... Right, but that information of the popular is not easy to determine. OTOH, there is also the problem of the maintenance mess that it would cause....
I'm trying to figure out a common way to implement 'server-side' validations of input from HTML/Flash without repeating the code. What comprises of validating...
I'm trying to run the test_smarty_form.php and it is returning false at the end where it checks for $smarty->template_exists( 'form.tpl' ) and also mypage.tpl....
Yep. If we can display a list of all the validation errors at the top of the page and optionally display a short (or the same field- specific) message beside...
Hi Manuel and other members. I'd like to know some things about the date plugin. I have this code: $form->AddInput(array( "TYPE"=>"custom", "ID"=>"datefield", ...
Hello, ... Yes. ... Sure. Validate returns the information you need to compose the response to the Flash animation . -- Regards, Manuel Lemos Metastorage -...
Hello, ... That should be a Smarty problem. The script calls a Smarty class function to tell whether the given template exists in the correct location. If it...
Hello, ... Right. Currently the class is not working like that. It just tells you which fields are invalid and returns the error message associated to the ...
Hi guys How difficult would be to add one of these javascript calendars to the date plugin ? http://www.dynamicdrive.com/dynamicindex7/jasoncalendar.htm ...
... http://www.blueshoes.org/_bsJavascript/components/datepicker/examples/example1.html?PHPSESSID=bfeb60ed9639707125f059a205563c88 ... There's a great calendar...
Hi idiroddi That calendar is nice too, but I'm looking for a way to integrate ANY calendar intro date selector plugin... I don't care about which calendar is...
Could you please explain why the ServerSide validation of regular expressions is performed by ereg() (which gives us POSIX-compatible regexp's) instead of...
Hello, ... Isn't it what the calendar plug-in that was mentioned does? -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator ...