Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

forms-dev

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

Hi guys... I'm having a little trouble now, because I have this: I need a country list in a select field (has any1 the code to generate this list ?) Well, when...
5 Jun 23, 2005
5:50 pm

Manuel Lemos
mallemos
Send Email

When I try to validate a page, using the class, I get these errors. Line 216, column 63: non SGML character number 127 ...
2 May 23, 2005
8:48 pm

Manuel Lemos
mallemos
Send Email

Manuel, i can't get label to work with file for file uploads. $form->AddInput(array( "TYPE"=>"file", "NAME"=>"userfile", "ACCEPT"=>"application/pdf", ...
2 May 18, 2005
5:20 pm

Manuel Lemos
mallemos
Send Email

Manuel, i populate a select via a table in my db. the table in the db is subject to change. for example, new product may be added at any time. i sort the...
4 May 15, 2005
3:11 am

Manuel Lemos
mallemos
Send Email

manuel, how come the following displays and acts correctly even though there is no "" value in the database table to match the VALUE in the class? $conn =...
3 May 6, 2005
6:53 pm

Manuel Lemos
mallemos
Send Email

hi Manuel, i have the following code... ... $sql = 'SELECT product_id, product_number FROM t_product ORDER BY product_number ASC'; $rs = $conn->Execute($sql); ...
2 May 4, 2005
5:24 pm

Manuel Lemos
mallemos
Send Email

manuel, i figured out the ie bug - there was an extra space or return it was interpretting as a horizontal line. i have successfully approximated your form...
7 May 4, 2005
5:22 pm

Manuel Lemos
mallemos
Send Email

Manuel, i want to create a multiple select box that displays product_number (already done). for the products that are selected, i want to insert the...
6 Apr 29, 2005
1:46 pm

Manuel Lemos
mallemos
Send Email

Hi, I don't know much to anything about PHP. Just that I was told I need to have my forms in PHP in order to have them on a SSL or whatever. I need secured...
1 Apr 29, 2005
3:51 am

Manuel Lemos
mallemos
Send Email

Hi... Does any1 know which procedures are necessary to integrate this xtremely awesome date selector into forms generator ? (see demos) ...
3 Apr 23, 2005
2:04 am

Kike F Becerra
qbecerra
Send Email

Hi! i need make custom input class. It must consists of select and text fields. Text field is alweys innactive but if in select field selected "Other" it must...
2 Apr 22, 2005
4:09 pm

Manuel Lemos
mallemos
Send Email

Manuel, i'm getting the following error... "customer: it was not defined a valid input value AddLabelPart: it was not specified a valid label FOR input ID" ...
7 Apr 21, 2005
6:02 pm

operationsengineer1@...
operationsen...
Send Email

Manuel, I have the following code for a dynamic select box (it doesn't work, of course)... $conn = &ADONewConnection('postgres&#39;); ...
2 Apr 21, 2005
3:14 am

Manuel Lemos
mallemos
Send Email

I tried to learn how form templating is done in the creation of my form... but well, the example is a little complex for now... let's suppose my form has 2...
3 Apr 15, 2005
4:55 pm

operationsengineer1@...
operationsen...
Send Email

Hi I'm building a form with your class, and i want to build a dynamic select.. $form->AddInput(array( "TYPE"=>"select", "NAME"=>"campocliente&quot;, ...
2 Apr 12, 2005
9:37 pm

Manuel Lemos
mallemos
Send Email

Hello, I have a form with multiple submit buttons, using AddInput(array( "TYPE" => "submit", "ID" => "button_name" )) I am trying to determine which button is...
6 Apr 12, 2005
3:53 pm

operationsengineer1@...
operationsen...
Send Email

manuel, thanks for the guidance on the double date class call. i removed it and the rror went away. i would like to insert an inline date using you date ...
6 Mar 30, 2005
7:04 pm

Manuel Lemos
mallemos
Send Email

How can I make a field validate only if something is input? Is this the proper way to do it? "ValidateOptionalValue"=>""...
2 Mar 28, 2005
4:56 pm

Manuel Lemos
mallemos
Send Email

Manuel, how can i call a function inside of your class? i want to call a simple date function, but i can't figure out how to get it done. i tried loading in...
4 Mar 28, 2005
4:49 pm

Manuel Lemos
mallemos
Send Email

Hello, I have a number of forms all using your form_class class. I am using it in conjunction with Smarty, following the example provided. The problem I am...
3 Mar 15, 2005
7:36 pm

Manuel Lemos
mallemos
Send Email

is there a simple way to populate a dropdown box with database entries? i think i'd need to run the query, assign the results to variables and then populate...
4 Feb 28, 2005
7:37 am

Manuel Lemos
mallemos
Send Email

How do you use db results as option values in Select fields. Thank you James...
9 Feb 20, 2005
5:04 pm

Manuel Lemos
mallemos
Send Email

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...
11 Feb 13, 2005
4:57 am

Manuel Lemos
mallemos
Send Email

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...
1 Dec 22, 2004
4:47 pm

alpguneysel
Send Email

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...
4 Oct 21, 2004
6:34 pm

Manuel Lemos
mallemos
Send Email

$$$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@......
1 Oct 15, 2004
9:21 pm

SAPTraining
roland_kaul2002
Send Email

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&quot;, ...
3 Sep 15, 2004
3:59 pm

rola_51
Send Email

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...
1 Sep 10, 2004
5:17 pm

Manuel Lemos
mallemos
Send Email

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&quot;, ...
4 Aug 11, 2004
11:54 pm

Manuel Lemos
mallemos
Send Email

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...
2 Aug 6, 2004
6:15 am

Manuel Lemos
mallemos
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help