typo in  message="Please ensire the format is 'Surname,FirstName'"

spelling of ensure.

Have a nice day.

God I wish I was still bed.


>>> "barry.b" <[EMAIL PROTECTED]> 24/04/2008 9:23 am >>>

@Chris

that was close enough for a solution - it was the width, although not
width running off the form. the <cfformitem/> needed a width specified
otherwise it thought it was miles long, wrapping the controls.

same code as before, just adding width="400" fixed it.

<CFINPUT TYPE="text" NAME="UserID" VALUE="#UserNo#"
        REQUIRED="yes" MESSAGE="name must be in the format 'Surname,
FirstName'"
        READONLY="true" LABEL="User No.:" WIDTH="70" MAXLENGTH="8"
STYLE="background-color:##DDDDDD;">

<CFINPUT TYPE="text" NAME="UserName" VALUE="#FullName#"
        REQUIRED="yes" message="Please ensire the format is 'Surname,
FirstName'"
        READONLY="false" LABEL="Name:" WIDTH="200" MAXLENGTH="80"
        STYLE="background-color:##FFFFFF;"  />

<cfformitem width="400" type="html">
        * Please ensure  the format is 'Surname, FirstName'
</cfformitem>


@Scott - it's a cockroach app: I just want it to go away and take it's
pain with it ... now live and kicking as of 22 min ago... NEXT!




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

Reply via email to