Search the web
Sign In
New User? Sign Up
forms-dev
? 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.

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 202 - 231 of 945   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
202
Hi again Manuel I got your reply, and well... When user clicks "modify record" the form shows again, with the linked selects, all right, but well, I want to...
Kike Becerra
qbecerra
Offline Send Email
Sep 5, 2005
2:52 pm
203
Hi again Please ignore/delete my last message I thought the VALUE option for select was the one which served to fill the select with values, but I noticed that...
Kike Becerra
qbecerra
Offline Send Email
Sep 5, 2005
3:05 pm
204
Hi again (lol) I've the 2 linked selects... When I modify a record, I set the value of the 1º select and it works, but when I try to assign a value to the 2º...
Kike Becerra
qbecerra
Offline Send Email
Sep 5, 2005
3:26 pm
205
hi Manuel, i've set up 4 linked selects. however, i've run into an issue you may be able to help with. when i select the first select, the second select auto...
operationsengineer1@...
operationsen...
Offline Send Email
Sep 7, 2005
5:58 pm
206
Kike, i can't help much here other to say i think this is supposed to be Manuel's answer (from prior post)... ... You just need to set the VALUE property of...
operationsengineer1@...
operationsen...
Offline Send Email
Sep 7, 2005
6:18 pm
207
Hello, ... The VALUE property must be one of the values of the group that is currently selected by the campopais field. -- Regards, Manuel Lemos PHP Classes -...
Manuel Lemos
mallemos
Offline Send Email
Sep 7, 2005
6:18 pm
208
Hello, ... The currently selected VALUE of the third select must be of of the groups of the forth select. -- Regards, Manuel Lemos PHP Classes - Free ready to...
Manuel Lemos
mallemos
Offline Send Email
Sep 7, 2005
6:19 pm
209
Manuel, is there a way to make multiple choices in the last linked select (using either ctl or shift keys)? my application is to allow reworkers to enter the ...
operationsengineer1@...
operationsen...
Offline Send Email
Sep 7, 2005
6:26 pm
210
... hi Manuel, i'm not comprehending exactly what you are communicating. my third select's value and group look like... 'VALUE'=>$first_inspect_id, ...
operationsengineer1@...
operationsen...
Offline Send Email
Sep 7, 2005
6:39 pm
211
... a typo in my my code to populate my array was to blame. it works excellent now. thanks again for this very nice forms class! ...
operationsengineer1@...
operationsen...
Offline Send Email
Sep 7, 2005
6:59 pm
212
Hello, ... You also need to set the MULTIPLE properly. It will work but the plug-in class needs a few minor adjustments to make it work correctly as a MULTIPLE...
Manuel Lemos
mallemos
Offline Send Email
Sep 7, 2005
10:10 pm
213
hi Manuel, i downloaded the windows firefox 1.5 beta http://www.mozilla.org/projects/firefox/ to see how things looked. to my surprise, the boxes around the...
operationsengineer1@...
operationsen...
Offline Send Email
Sep 9, 2005
9:14 pm
214
Hello, ... I also use Firefox 1.0.6 for Linux and I never seen such problems. Couldn't it be a problem specific of the version you are testing, maybe in...
Manuel Lemos
mallemos
Offline Send Email
Sep 9, 2005
9:30 pm
215
... hi Manuel, ff 1.06 works great for me also. it is the ff 1.5 beta (on winxp) that doesn't display the borders. i can't exclude my css at this point. i...
operationsengineer1@...
operationsen...
Offline Send Email
Sep 9, 2005
10:48 pm
216
hi Manuel, on_off is a radio button form element. when i do this... echo '<br/>on off: '.$on_off = $_POST['on_off']; i get the expected result - either 'on'...
operationsengineer1@...
operationsen...
Offline Send Email
Sep 16, 2005
5:03 pm
217
Hello, ... That means you have not defined any input with that identifier. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in...
Manuel Lemos
mallemos
Offline Send Email
Sep 16, 2005
6:02 pm
218
... i have this... and i thought it was right... what \is wrong? tia... $form->AddInput(array( 'TYPE'=>'radio', 'NAME'=>'on_off', 'ID'=>'on', 'VALUE'=>'on',...
operationsengineer1@...
operationsen...
Offline Send Email
Sep 16, 2005
7:22 pm
219
Hello, ... You are using the VALUE of the NAME property when you should use the ID . Anyway, it does not make much sense to get the value of a radio input ...
Manuel Lemos
mallemos
Offline Send Email
Sep 16, 2005
8:04 pm
220
... perfect. my apologies, i should've at least checked the manual first. i will next time. i get moving quickly and assume... not always correctly. thanks...
operationsengineer1@...
operationsen...
Offline Send Email
Sep 16, 2005
8:24 pm
221
Manuel, if you ever get bored and just can't stand not having some php to code, an html slider would be pretty cool. ... i'm thinking the layout may look nice...
operationsengineer1@...
operationsen...
Offline Send Email
Sep 16, 2005
8:34 pm
222
Hello, ... Suddenly I do not see how to implement that in a way that works with all browsers. Maybe something with iframe!? -- Regards, Manuel Lemos PHP...
Manuel Lemos
mallemos
Offline Send Email
Sep 16, 2005
10:14 pm
223
... which brosers cause you the most problems? is a firefox and ie compatible version doable? in theory, it would be nice to have netscape, opera, etc. ...
operationsengineer1@...
operationsen...
Offline Send Email
Sep 16, 2005
11:02 pm
224
hi Manuel, you were correct that my lack of select box borders in ff 1.5 beta was due to my css. i made some adjustments and everything is nice. i have run...
operationsengineer1@...
operationsen...
Offline Send Email
Sep 19, 2005
10:19 pm
225
How can I use 2 forms on the same page, which use almost the same form definition. (just one hidden field is different)? Basically I have 2 "contact us" forms...
pvutrix
Offline Send Email
Sep 21, 2005
7:41 pm
226
Hello, ... What prevents you from outputting the form twice? -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP ...
Manuel Lemos
mallemos
Offline Send Email
Sep 21, 2005
7:54 pm
227
Hello, ... I think that is a CSS issue. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP...
Manuel Lemos
mallemos
Offline Send Email
Sep 21, 2005
8:05 pm
228
Hello, ... I am just talking in abstract. I don't know what would be the most compatible strategy to implement this. Maybe an iframe could be used and change...
Manuel Lemos
mallemos
Offline Send Email
Sep 21, 2005
8:07 pm
229
... i think you are right. i have been working on another project and that line doesn't display. i will try and figure out what is causing it when i get some...
operationsengineer1@...
operationsen...
Offline Send Email
Sep 22, 2005
10:27 pm
230
Hello, ... If you can provide a link to where we can see what you mean, that may help figuring how hard it would to implement that. -- Regards, Manuel Lemos ...
Manuel Lemos
mallemos
Offline Send Email
Sep 22, 2005
10:39 pm
231
... Manuel, here are a few I Googled. There was another commercial one that looked nice, but I can't seem to find it right now. if i do, i will forward it...
operationsengineer1@...
operationsen...
Offline Send Email
Sep 23, 2005
3:54 pm
Messages 202 - 231 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