did we ever get an answer to this?

I can not seem to find one and have noted the same behavior (although it
works great if you run it in pop-up mode).

Craig Fisher
Alta Interactive, Inc.
http://www.altainteractive.com/
[EMAIL PROTECTED]
801-791-8251

-----Original Message-----
From: Thomas Chiverton [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 21, 2001 3:59 AM
To: CF-Talk
Subject: Problem with cf_uicalender


I'm using the control as below, and the action page currently does nothing,
except dump the form fields (using the debug option in the server).

The trouble is, the variable 'form.dateis' is always blank !

Is this a bug, or am I missing something? My application.cfm has stformat
described as:
--snip: application.cfm--
<cfscript>
stformat=structnew();
        stformat.bdrstate=0;
        stformat.bgcolor="##ffffff";
        stformat.btnbdrcolor="##2020bb";
        stformat.btnbdrhicolor="##2020bb";
        stformat.btncolor="##2020bb";
        stformat.btnhicolor="##2020bb";
        stformat.btntextcolor="##ffffff";
</cfscript>
--snip--
--snip: form.cfm--
<cfform action="new_action.cfm">

        <cf_uicalendar
                height=250 width=250 popup="No"
                formfield="dateis"
                stformatting="#stformat#"
        >

        <input type=submit name="save" value="Save">
</cfform>
--snip--

Regards,
Thomas Chiverton
Intranet Architect and Desktop Analyst
01565 757 909
It's not a job, it's an adventure
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to