I have created a dynamic custom type using the new Formtools in FC4. I
have a requirement that one of the properties be displayed as non-
editable (i.e. only for informational purpose). By default, this field
is set to false, and will be set to true by a scheduled task after the
email has been sent.

Currently, I have the property setup like this:
<cfproperty ftSeq="40"
ftWizardStep="Email Status"
ftFieldSet="Email Status"
name="scheduledTaskEmailCompleted"
type="Boolean"
required="false"
default="false"
hint="Scheduled Task Email completed?"
ftLabel="Scheduled Task Email completed?"
ftType="Boolean" />

My question: is there an attribute that I can set here to show this
property as read-only? Has anyone else run into a similar issue, and
what was the resolution?
--~--~---------~--~----~------------~-------~--~----~
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