Jeff,
 
Here's the code:
 
<cfmodule template="#Request.adminLayout#/Header.cfm" pageType="Database">
 
<cf_DisplayEditForm table="Model" label="Edit a Model" action="" displayALinkToThisList="ModelList.cfm">

 <cf_PrimaryKey primaryKeyColumn="modelID" primaryKeyType="integer" value="#URL.modelID#">

 <cf_JoinToParent table="Make" primaryKeyColumn="makeID" foreignKeyColumn="makeID" optionality="Optional">
 
 <cf_DisplayComboSelect
 column = "make"
 lookupTable = "Make"
 lookupTableValueColumn = "makeID"
 lookupTableDisplayColumn= "make"
 label = "Make"
 valueColumnType = "integer"
 displayColumnType = "varchar(50)"
 size = "20"
 maxLength = "35"
 otherItemLabel = "Other:"
 fieldSeparator = "<br>"
 required = "Yes"
 > 
 
 <cf_DisplayTextInput column="model" label="Model" type="varchar(255)" required="No" size="40">
 <cf_DisplaySubmitButton buttonText="Save">
</cf_DisplayEditForm>
<cfmodule template="#Request.adminLayout#/Footer.cfm">

[EMAIL PROTECTED] wrote: -----

To: [email protected]
From: Jeff Fleitz <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
Date: 11/18/2005 11:23AM
Subject: Re: [plum] DisplayComboSelect on Edit Form

Hi Anne,

I do it all the time.  Why don't you post the tag code so that we can take a look at it.


On 11/18/05, Anne Girardeau < [EMAIL PROTECTED] "_blank" > wrote:
Is there any way to use the cf_DisplayComboSelect tag on an edit form? I've tried doing this on my own but get the following error:
Too few parameters. Expected 1.
Any help with this would be greatly appreciated.
Thanks,
--Anne


Confidentiality Notice: This E-Mail transmission may contain confidential or legally privileged information that is intended only for the individual or entity named in the E-Mail address. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or reliance upon the contents of this E-Mail is strictly prohibited. If you have received this E-Mail transmission in error, please reply to the sender, so arrangements can be made for proper delivery, and then delete the message from your system. Thank you.

********************************************************************** You can subscribe to and unsubscribe from lists, and you can change your subscriptions between normal and digest modes here: http://www.productivityenhancement.com/support/DiscussionListsForm.cfm "_blank" **********************************************************************



--
v/r,

Jeff Fleitz



Confidentiality Notice: This E-Mail transmission may contain confidential or legally privileged information that is intended only for the individual or entity named in the E-Mail address. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or reliance upon the contents of this E-Mail is strictly prohibited. If you have received this E-Mail transmission in error, please reply to the sender, so arrangements can be made for proper delivery, and then delete the message from your system. Thank you.


********************************************************************** You can subscribe to and unsubscribe from lists, and you can change your subscriptions between normal and digest modes here: http://www.productivityenhancement.com/support/DiscussionListsForm.cfm **********************************************************************

Reply via email to