There is a hard limit of the generated actionscript. (remember it's cfml -> mxml -> actionscript). The actionscript compiler can't handle .as files larger then this limit.
Unfortunately there isn't a way to tell you hard limit on the amount of cfml you can write, or to refactor the code around this. But if you are really close to finishing your form, try removing your style attributes, this will add additional actionscript to the final size that you can control. If that still isn't enough I would recommend breaking the code into multiple cfform forms. I've seen people use a tree or links on the side, and Iframes to break the form up into multiple forms. Hth, ---nimer -----Original Message----- From: David Brown [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 22, 2005 10:32 PM To: CF-Talk Subject: Re: 32K span If possible, please refactor this component Anyone have any suggestions? Somone suggested that there might be a limit with the get method, but not the post method. I checked our form method and we are using post. But still get the 32k span error. Given our form is rather large around 6 tabs with full pages of form elements. David ----- Original Message ----- From: "David Brown" <[EMAIL PROTECTED]> To: "CF-Talk" <[email protected]> Sent: Tuesday, March 22, 2005 12:47 PM Subject: 32K span If possible, please refactor this component > >From what I can tell this is a limit of the flash player. How can you > >fix this in cfmx 7 flash forms; other then breaking up the form into > >smaller parts. > > David > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:199755 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

