a bit of a followup to mt sale rep post yesterday. question below.

I see now how using formtools with my custom type I can use an array
to relate another type.. for example, I have

a custom type "RepRegion" (aka countries) and it has a property

<cfproperty ftSeq="10" ftFieldset="Sub Regions" name="aRelatedIDs"
type="array" hint="Holds object pointers to related objects.
Subregions." required="no" default="" ftJoin="cmiRepSubRegion"
ftLabel="Subregions" />

This is great, I can add a RepRegion called say "United States" then
use the library functions to attach (or add, new which is way cool")
the "subregions" such as the states "Oregon", "California - Nothern".
etc.

Question 1: Once a "RepSubRegion" is attached to a RepRegion using the
library, how do I make it "dissapear" from the list?? If I attach
"Oregon" by dragging it left, it remains in the right.

Question 2: if I want to admin the RepSubRegion from the webtop, I'd
like to have it display the "parent" region's name when editing a
RepSubRegion. so for example, if I am editing the RepSubRegion
"Oregon", I'd like to ftDisplayOnly the "parent" "United States".

TIA.

Chris


--~--~---------~--~----~------------~-------~--~----~
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