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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 1 - 30 of 945   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1
I suppose now that this forum has been created, I'll transplant some of the posts from the PHPclasses forums? I would like to nail down my attempts at building...
Sean
seanshyperco...
Offline Send Email
Aug 2, 2004
5:19 pm
2
Hello, ... Sure, go ahead. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews -...
Manuel Lemos
mallemos
Offline Send Email
Aug 6, 2004
6:15 am
3
I have a form that has 5 identical selects - one for each day of the week. An example: $fieldform->AddInput(array( "TYPE"=>"select", "NAME"=>"monday_start", ...
Albert Padley
albertp3
Offline Send Email
Aug 11, 2004
8:16 pm
4
Hello, ... That kind of validation is very specific. You need use ValidateServerFunction and ValidateClientFunction, or maybe write a custom input plug-in...
Manuel Lemos
mallemos
Offline Send Email
Aug 11, 2004
9:42 pm
5
... Thanks for pointing out the second option. I'll take a look, but I don't think I currently have the skills to pull that off. Albert...
Albert Padley
albertp3
Offline Send Email
Aug 11, 2004
10:21 pm
6
Hello, ... Yes, it requires a little learning before you can create your own custom inputs. If you plan to reuse that kind of inputs, it may be worth investing...
Manuel Lemos
mallemos
Offline Send Email
Aug 11, 2004
11:54 pm
7
Hello Pavel, Your end ISP mail.ru is rejecting messages sent by my server, so I am replying here in the hope that you get this message. ... Hummm... it seems...
Manuel Lemos
mallemos
Offline Send Email
Sep 10, 2004
5:17 pm
8
I use an image to bring a popup window with a calendar. I found that an image defined as $frmProy->AddInput(array( "TYPE"=>"image", "ID"=>"image_CalFin", ...
rola_51
Offline Send Email
Sep 14, 2004
9:15 pm
9
Hello, ... Just define the ONCLICK attribute like this: "ONCLICK"=>"calFin.popup(); return false;" -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP...
Manuel Lemos
mallemos
Offline Send Email
Sep 14, 2004
11:04 pm
10
... that ... a ... The problem with this solution is that, if I have two or more such images on my form, or click twice on the image, I get the re- submission...
rola_51
Offline Send Email
Sep 15, 2004
3:59 pm
11
Hi Manuel, I had originally posted this question on freshmeat.net but I thought that it would be better served if I move the thread to this forum since others...
fchang
Offline Send Email
Oct 13, 2004
6:30 am
12
Hello, ... Now that you mentioned it, I realized that I have changed that last month but did not upload the updated version. I just did it now. Please check it...
Manuel Lemos
mallemos
Offline Send Email
Oct 13, 2004
8:14 pm
13
$$$Provide SAP install CD and SAP course ! Start u SAP consultant study from here!!!!! if u want to know detail,Pls kindly email to erphouse@......
SAPTraining
roland_kaul2002
Offline Send Email
Oct 15, 2004
9:21 pm
14
Hi Manuel, Thanks. The new version now works! I have noticed a documentation error as well. The documentation states that the AddInput function takes ...
fchang
Offline Send Email
Oct 16, 2004
6:11 am
15
Hello, ... Ah, right. I have just fixed that now. Thanks for the notice. ... Not yet. I will add an option for the next release. -- Regards, Manuel Lemos PHP...
Manuel Lemos
mallemos
Offline Send Email
Oct 21, 2004
6:34 pm
16
how do i generate a select box with let's say 90 options? like a "select country". and how do i insert records to database. do i have to write custome code...
alpguneysel
Offline Send Email
Dec 22, 2004
4:47 pm
17
I have not been able to succesfully run the test_smarty_form.php script. I get the form page, but only the title, and header "Test for Manuel Lemos' PHP form...
simian187
Offline Send Email
Feb 8, 2005
12:12 am
18
Hello, ... I have tested the example with that version of Smarty and it works fine. Usually the error that you mentioned happens when you change the form ...
Manuel Lemos
mallemos
Offline Send Email
Feb 8, 2005
12:29 am
19
... header "Test ... blank. ... define ... is ... fine. ... form ... the call ... to ... changed ... your ... focus to ... call ... function ... It appears...
simian187
Offline Send Email
Feb 8, 2005
3:04 pm
20
... test_smarty_form.php ... 2.6.7 ... works ... necessary ... AddFunction ... OK nothing wrong with Smarty - but here's where it fails in forms.php: Function...
simian187
Offline Send Email
Feb 8, 2005
4:46 pm
21
Hello, ... The pre-filter is only called when the template is compiled. When you call fetch(), the pre-filter has already been executed. -- Regards, Manuel...
Manuel Lemos
mallemos
Offline Send Email
Feb 8, 2005
11:48 pm
22
Hello, ... This means that the input field element specified in the AddFunction call is not present in the form output definition. It seems that either you...
Manuel Lemos
mallemos
Offline Send Email
Feb 8, 2005
11:54 pm
23
Hello Manuel, No I have not changed the templates (form.tpl, header.tpl, footer.tpl, formerror.tpl). The email section of the template looks like this: <tr> ...
counter intelligence
simian187
Offline Send Email
Feb 9, 2005
6:41 pm
24
Hello, ... It is hard to tell without further examination. If the input field is not added to the form output when the AddFunction is called and you have not...
Manuel Lemos
mallemos
Offline Send Email
Feb 9, 2005
7:02 pm
25
... footer.tpl, ... have ... It turns out that it was a permissions problem. The template files were not readable by apache. D'oh! Thanks for taking the time...
simian187
Offline Send Email
Feb 9, 2005
9:40 pm
26
before allowing data to interact with a database, one should prepare the data to make sure it will be stored in the database correctly and prevent malicious ...
operationsengineer1@...
operationsen...
Offline Send Email
Feb 10, 2005
9:27 pm
27
How do you use db results as option values in Select fields. Thank you James...
idiroddi
Offline Send Email
Feb 12, 2005
5:34 am
28
Hello, ... For presenting values in the forms, the forms class already uses HtmlEntities() to output HTML tag attribute values and data. Escaping text strings...
Manuel Lemos
mallemos
Offline Send Email
Feb 13, 2005
4:57 am
29
Hello, ... You need query the database and retrieve the values and their names to build an associative array with the pairs of options values. For instance...
Manuel Lemos
mallemos
Offline Send Email
Feb 13, 2005
5:07 am
30
i have set up my form so that the logic part is primarily in my main page and i use and include statement to call a content template as required. everything...
operationsengineer1@...
operationsen...
Offline Send Email
Feb 14, 2005
5:54 pm
Messages 1 - 30 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