|
Thanks
Dan for the quick response. I could not figure out how to set an alternate
key or a candidate key in Access2000 so I just changed my primary key to a field
that would work as a primary and also be unique. I guess that is pretty
redundant. I guess what I am trying to say is that I designated a primary
key that will also be meaningful as a display.
I know
I am missing something here. Everything about Plum is intuitive, easy and
concise. What I want to do is simple in CF...have a <cfselect> which
I read somewhere is what <cf_displayFilteredSelect> becomes when
submitted. So...what am I missing?
Here
is the code for the page...(I put three asterisks beside the offending
line.)
The
error Message I am getting is "Variable PARENTDATA is undefined."
<!---
This code is Copyright (c) 2004 by Productivity Enhancement, Inc. All Rights Reserved. Use of
this software is persuant to the terms of the End User License Agreement
at http://www.productivityenhancement.com/plum/SoftwareLicenseAgreement.cfm Development Team:
Adam Churvis ([EMAIL PROTECTED]) David Churvis ([EMAIL PROTECTED]) ---> <cfmodule template="#Request.adminLayout#/Header.cfm"
pageType="Database">
<cf_DisplayList table="FixedEstimateItems" rowsPerPage="50"
label="Fixed Estimate Items"
displayALinkToThisSearchForm="FixedEstimateItemsSearchForm.cfm">
<cf_PrimaryKey primaryKeyColumn="FixedEstimateItemId" primaryKeyType="integer"> <cf_DisplaySortOrderMenu>
<cf_DisplaySortOrderOption displayText="Fixed Estimate Item Id" sortOrder="FixedEstimateItems.FixedEstimateItemId ASC"> </cf_DisplaySortOrderMenu> <cf_DisplayDeleteCheckboxInList>
*** <cf_DisplayFilteredSelect parentTable="FinishTypes" primaryKey="ShortDescription" primaryKeyType="text" foreignKey="FinishType" displayColumn="shortDescription" required="Yes" label="Finish Type" maximumNumberOfOptions="30"> <cf_DisplayColumnInList column="Description" label="Description" type="varchar(100)"> <cf_DisplayColumnInList column="FinishType" label="Finish Type" align="right" type="integer"> <cf_DisplayColumnInList column="FixedEstimateItemId" label="Fixed Estimate Item Id" align="right" type="integer"> <cf_DisplayColumnInList column="ItemName" label="Item Name" type="varchar(50)"> <cf_DisplayColumnInList column="ItemType" label="Item Type" align="right" type="integer"> <cf_DisplayListLinks add="FixedEstimateItemsAddForm.cfm"
view="FixedEstimateItemsViewForm.cfm" edit="FixedEstimateItemsEditForm.cfm"
delete="FixedEstimateItemsDeleteForm.cfm">
</cf_DisplayList> <cfmodule
template="#Request.adminLayout#/Footer.cfm">
Thanks
for your time.
Mark
Fuqua
|
- [plum] Feature Request - Database Views Tim Blankenship
- [plum] NumberOfBrainCellsDroppingQuicklyPleaseHelp Mark Fuqua
- RE: [plum] NumberOfBrainCellsDroppingQuicklyPlea... Dan
- RE: [plum] NumberOfBrainCellsDroppingQuickly... Mark Fuqua
- RE: [plum] NumberOfBrainCellsDroppingQui... Dan
- RE: [plum] NumberOfBrainCellsDroppi... Daniel J O'Keefe
- RE: [plum] NumberOfBrainCellsDr... Mark Fuqua
- Re: [plum] NumberOfBrainCellsDroppingQuickly... Adam Churvis
