hi Manuel, i reviewed your linked select example and saw it in action - it is nice. thanks for doing this. i want to use a database to populate the linked ...
... $options_product[$rs_product->fields[0]]=$rs_product->fields[1]; ... i'm working through populating linked selects from a database and it is getting...
hi Manuel, due to my inability to get my db to populate the linked selects, i tried to get two forms to work. 1. form_1 displays product_number 2. form_2 grabs...
Hello, Sorry for the delay. I have been busier than usual. ... The second select needs to take an argument named Groups that is an associative array. The keys...
see bottom post... ... $options_product[$rs_product->fields[0]]=$rs_product->fields[1]; ... Manuel, thanks for the guidance. i tried to apply the above ...
Hello, ... Of course. That is example code. I do not use ADODb, so I don't know the exact name and syntax of its functions. I just copied your previous code to...
Manuel, i'm trying to simplify the process in order to get a foundation to build on. here is what i have... ... $options_product=array(''=>'Enter Assembly...
Hello, ... The attribute is Groups not GROUPS. Only attributes that directly define HTML tags are all in upper case. -- Regards, Manuel Lemos PHP Classes -...
Manuel, thanks again for the help - i am making good progress even if it is a little slow since i'm new to this level of programming. i now have "assemblies"...
Hello, ... LinkedInput is product? Where is product defined? It should be the select input to which serial_number is linked. -- Regards, Manuel Lemos PHP...
hi Manuel, i'm playing around with the linked selects code to try and figure out what i'm missing. while doing so, i decided to test the "update" button in...
hi Manuel, i'm to the point where i'm getting the expected linked output. i don't have auto-update yet, but that isn't as important as getting my form up and...
hi Manuel, i'm definitely putting the linked selects through their paces... here's my current problem (do they ever end? -lol-): i have a number of form...
... It seems that you are picking options in the product select that are not available the serial_number Groups array. Without seeing both arrays it is hard to...
Hello, ... You do not have to use any hidden fields with the name doit. If that only works for you that way, it is because in your code you are explicitly...
... that's correct. additionally, i'm not sure why i associated "doit" with _submit_check instead of the submit button. ... it is a balance - and not by my...
... Hi Manuel, your example works fine with other form elements (with or w/o javascript enabled). i know - i should have known this! -lol- i will take your...
Manuel, i took your advice and spent some time going through the whole code to try and understand it in its entirety. i found some interesting behavior that i...
Hello, ... No. I checked that case and it turns out that PHP change the types of the array indexes values from string to integers. That was making the class...
... Manuel, no problem and glad to be of service. after all the "false alarms," i'm glad i finally found something to help improve the code. can hardly wait...
hi Manuel, again, i hope there isn't something i'm doing wrong that that is causing this minor issue. when i reset the form, everything clears to its original...
Hello, ... The matter is that it does not make much sense the original state when the options of a select are changed dynamically with Javascript. The linked...
Hello, ... Those attributes that are not directly supported by the class, can be defined by the ExtraAttributes parameter. -- Regards, Manuel Lemos PHP Classes...
hi Manuel, after a much needed vacation, i'm now trying to get all the linked select information and store it in a db. the problem i'm having now is that the...
Hello, ... There was a bug in the linked select plug-in class that affected it when the options used were numeric. The bug was fixed in the latest release some...