I am using FarCry 4-0-8
Here is my code: /packages/types/dmEvent.cfc <cfcomponent extends="farcry.core.packages.types.versions" displayname="Events"> <!--- new profile property ---> <cfproperty name="maxRSVP" type="numeric" hint="max value rsvp for this event" required="no" default="0" ftlabel="Max RSVP" ftfieldset="Event Overview" ftwizardStep="General Details" ftseq="7" > <cfproperty name="linkRSVP" type="string" hint="add rsvp link to display" required="no" default="0" ftlabel="Link RSVP" ftfieldset="Event Overview" ftwizardStep="General Details" ftseq="8" > <cfproperty name="endDateRSVP" type="date" hint="date to remove rsvp link" required="no" default="" ftlabel="End Date RSVP" ftfieldset="Event Overview" ftwizardStep="General Details" ftseq="9" > I have even tried it with bringing over the core and system properties into the extended type as well. THANK YOU! -- Michael --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
