Search the web
Sign In
New User? Sign Up
forms-dev
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 152 - 181 of 945   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
152
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 ...
operationsengineer1@...
operationsen...
Offline Send Email
Aug 3, 2005
8:18 pm
153
... $options_product[$rs_product->fields[0]]=$rs_product->fields[1]; ... i'm working through populating linked selects from a database and it is getting...
operationsengineer1@...
operationsen...
Offline Send Email
Aug 5, 2005
5:10 pm
154
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...
operationsengineer1@...
operationsen...
Offline Send Email
Aug 5, 2005
9:42 pm
155
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...
Manuel Lemos
mallemos
Offline Send Email
Aug 5, 2005
10:20 pm
156
see bottom post... ... $options_product[$rs_product->fields[0]]=$rs_product->fields[1]; ... Manuel, thanks for the guidance. i tried to apply the above ...
operationsengineer1@...
operationsen...
Offline Send Email
Aug 8, 2005
5:20 pm
157
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 Lemos
mallemos
Offline Send Email
Aug 8, 2005
6:11 pm
158
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...
operationsengineer1@...
operationsen...
Offline Send Email
Aug 8, 2005
7:05 pm
159
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 Lemos
mallemos
Offline Send Email
Aug 8, 2005
7:53 pm
160
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"...
operationsengineer1@...
operationsen...
Offline Send Email
Aug 8, 2005
10:50 pm
161
Hello, ... LinkedInput is product? Where is product defined? It should be the select input to which serial_number is linked. -- Regards, Manuel Lemos PHP...
Manuel Lemos
mallemos
Offline Send Email
Aug 9, 2005
3:19 am
162
... Manuel, 'product' is the name in code for the displayed 'assembly'. yes, they are linked... as far as i know, anyway. See below... ...
operationsengineer1@...
operationsen...
Offline Send Email
Aug 9, 2005
3:16 pm
163
Manuel, this might help troubleshoot... in your example, this comment is visible when viewing the source... <!-- function ...
operationsengineer1@...
operationsen...
Offline Send Email
Aug 9, 2005
3:35 pm
164
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...
operationsengineer1@...
operationsen...
Offline Send Email
Aug 9, 2005
4:02 pm
165
Manuel, i have it working... sort of. i commented out my _submit_check hidden element and added the following code... ... $form->AddInput(array( ...
operationsengineer1@...
operationsen...
Offline Send Email
Aug 9, 2005
4:21 pm
166
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...
operationsengineer1@...
operationsen...
Offline Send Email
Aug 9, 2005
4:33 pm
167
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...
operationsengineer1@...
operationsen...
Offline Send Email
Aug 9, 2005
5:29 pm
168
... 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...
Manuel Lemos
mallemos
Offline Send Email
Aug 9, 2005
6:05 pm
169
Hello, ... This means that the Groups array is empty. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP ...
Manuel Lemos
mallemos
Offline Send Email
Aug 9, 2005
6:05 pm
170
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...
Manuel Lemos
mallemos
Offline Send Email
Aug 9, 2005
6:06 pm
171
... 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...
operationsengineer1@...
operationsen...
Offline Send Email
Aug 9, 2005
6:46 pm
172
... 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...
operationsengineer1@...
operationsen...
Offline Send Email
Aug 10, 2005
3:57 pm
173
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...
operationsengineer1@...
operationsen...
Offline Send Email
Aug 10, 2005
10:02 pm
174
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 Lemos
mallemos
Offline Send Email
Aug 11, 2005
3:46 am
175
... 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...
operationsengineer1@...
operationsen...
Offline Send Email
Aug 11, 2005
5:37 am
176
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...
operationsengineer1@...
operationsen...
Offline Send Email
Aug 11, 2005
5:55 pm
177
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...
Manuel Lemos
mallemos
Offline Send Email
Aug 11, 2005
6:10 pm
178
How can I use the following? Are there any examples? onKeyUp, onKeyDown, ReadOnly, Disbaled, AUTOCOMPLETE Thank you...
idiroddi
Offline Send Email
Aug 25, 2005
4:38 am
179
Hello, ... Those attributes that are not directly supported by the class, can be defined by the ExtraAttributes parameter. -- Regards, Manuel Lemos PHP Classes...
Manuel Lemos
mallemos
Offline Send Email
Aug 25, 2005
4:40 am
180
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...
operationsengineer1@...
operationsen...
Offline Send Email
Aug 25, 2005
4:23 pm
181
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...
Manuel Lemos
mallemos
Offline Send Email
Aug 25, 2005
4:33 pm
Messages 152 - 181 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