I have extended dmFile....

<cfproperty ftSeq="7"
                 ftFieldset="File Details"
                 name="catFile"
                 type="string"
                 default=""
                 ftLabel="Applications"
                 required="no"
                 ftType="category"
                 ftalias="application_segments"
                 hint="Application relationship" />

When I open the dmfile object I want to edit, the category tree is
displayed as desired, however, if a category is assigned to catFile
(confirmed by viewing record in DB) it is NOT checked in object admin
edit screen.

I have an extended property that is also category based:

<cfproperty ftSeq="8"
                 ftFieldset="File Details"
                 name="catProduct"
                 type="string"
                 default=""
                 ftLabel="Products"
                 required="no"
                ftType="category"
                ftalias="product_categories"
               hint="Product Relationship." />


This formtool is properly rendered as well as "checked" off for
selections contained in the column in the record.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to