Archived Months
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
all groups > coldfusion flash integration > april 2005

form data expired
Posted by Jim Wells at 4/29/2005 12:00:00 AM
Is there an ultimate way to get rid of this error message when using flash cffrom? The form data has expired, Please reload this page in your browser. It happens if I use the back button to browse back to a page that has cffrom tags. The timeout attribute helps a little bit but only fo...more >>


center submit button
Posted by Jim Wells at 4/28/2005 12:00:00 AM
Is there a way to center a submit button in a cfform flash mode?...more >>

CFFORM validations using regular expressions
Posted by khoj at 4/27/2005 12:00:00 AM
has anyone tried to do CFForm validations using regular expressions. the simple one i tried is for alphanumeric characters. it does not seem to work. It validates all the predifened validate types like zip,email etc.. but i want to do a custom validation. any help will be appreciated....more >>

passing CFform input field values to Coldfusion variables
Posted by khoj at 4/26/2005 12:00:00 AM
Hi , I am trying to capture the values from a cfform hidden input field into a coldfusion variable. <cfinput type="hidden" name="ID" bind="{userGrid.dataProvider[userGrid.selectedIndex]['userid']}"> <cfset num = #ID#> will this work ??? Any ideas.. how to achieve ...more >>

cfform and cftree
Posted by nwfsc at 4/26/2005 12:00:00 AM
Having problems viewing my flash form using a cftree. when it is on the dev box, it shows with no problem. After moving it via ftp to the production server, i see the normal cfinput controls, but no cftree. Has anyone seen this issue? The following is a sample of the code,and any help would re...more >>

Flashpaper/PDF and CFFORM
Posted by Magnim at 4/25/2005 12:00:00 AM
I am trying to create a printable version of a form that I created with CFFORM and I cannot get the contents of the form to show on the PDF or Flashpaper file. For example I used the code: <cfdocument format="pdf"> <cfinclude template="tab_summary.cfm"> </cfdocument> Where tab_summa...more >>

CFGRID row highlight programtically
Posted by nerd_boy at 4/22/2005 1:07:05 PM
Can you programatically set a row to be highlighted in a CFGRID? I want to have the first row selected every time the form is loaded so as to populate some other fields I have in the form which are bound to the grid? Anyone got any code that does this??? ...more >>

<CFFORM>
Posted by MeltdownMX at 4/21/2005 7:33:16 PM
Hi, I got the new copy of the WACK by Ben Forta and Ray Camden just last week. I am really excited about the new integration of Flash and XML into Forms. The chapter doesnt get into great detail about this. Just some basics to get you started. Can anyone recommend any additional websit...more >>



flash form error popup
Posted by TheEngineer at 4/21/2005 12:00:00 AM
I thing you all know what i talking about......basically just like on the macromedia website....when a user fills out a form feild incorrectly of forgets to fill it out at all....the flsah form in CF pops up a message saying you must correct or fill out that form feild(DUH).....when this happe...more >>

Multiple results variables Flash
Posted by mike e at 4/20/2005 9:06:47 PM
I need to create a webservice that returnes multiple results. Example: http://tinyurl.com/cg2gz I am able to create a web service that retunrs an array but i need it to return predefined results USERNAME: String (string) NAME: String here is my current code. any help would be great. ...more >>

CFGRID Not showing any data
Posted by jeffromace at 4/20/2005 4:16:42 PM
I just updgraded to CF7 from CFMX 6.1. I am just doing some testing and I am trying a very simple CF FLASH GRID. The grid shows up with the headers, but no data. Any ideas in what to look for??? <html> <head> <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'> <title...more >>

FileUpload in FlashForm?
Posted by arastra at 4/19/2005 4:23:04 PM
Hi I work on my Diploma and need a littel help. Can someone tell me if it is possible to integrate a fileupload in a flashform? I just want a few input fields and then an upload where you browse for the file and than you have to submit or whatever. So now I can read dates from the upload...more >>

Rapidity to show a cfform in Flash
Posted by francois-yanick at 4/13/2005 2:58:23 PM
I wonder if it is possible to accelerate the process to show a CFFORM in Flash format with Coldfusion MX 7 (we have the dveloper and standard edition and will have the enterprise version soon). Right now, it show the uploader for couple seconds than the form appear. I will not say that it is d...more >>

Flash Remoting in CFMX7 under iis
Posted by kryptonian at 4/7/2005 10:58:59 PM
I have cmx7 running under iis, shouldn't my defaultgateway be "http://localhost/flashservices/gateway" I already uncommented the adapter in the gateway-config.xml file. I just want flash remoting setup. Thanks ...more >>

cfgrid inside a <cfoutput query="myQuery" group="GROUP">
Posted by DavidGhous at 4/7/2005 1:16:03 AM
Is it possible to use a cfgrid inside a cfoutput with a query and a group. When I try do that I get the following error: INVALID_CHARACTER_ERR: An invalid or illegal XML character is specified. The error occurred in E:\CFusionMX7\wwwroot\PowerCash\client\position.cfm: line 37 35 : ...more >>

Cfchart column titles are mispositioned
Posted by Nafiganado at 4/6/2005 4:25:25 PM
:brokenheart; <cfchart format='flash' chartheight='#h#' chartWidth='700' scalefrom='0' scaleto='#est_cap#' databackgroundcolor='##FFFFFF' showborder='no' font='Verdana' fontbold='no' fontitalic='no' labelformat='number' xAxisTitle='Node Name' yAxisTitle='Server Occupancy GB' show3...more >>

Mixed content in CFGRID
Posted by korby at 4/6/2005 7:15:43 AM
Okay, cfgrid is cool and easy. I can pull data from web services, databases, format dates, display checkboxes, etc. Figured that out in a couple of hours of google time, no problem. Now I want to take this one step further: I want to put rich content in a column. For example, a column wi...more >>

CFGRID with bind to text field --- IS IT ME????!
Posted by tags26 at 4/5/2005 8:52:54 PM
Ok...I'll keep it simple. I cannot get the binding feature to work in CF with cfgrid and cfform together. I am taking the example from the "getting started" "code snippets" entitled Flash Grid on Macromedia's homepage. Everything is working fine when I comment out the bind section. For exa...more >>

how not to reload with onclick in a flah cfform
Posted by DavidGhous at 4/5/2005 7:33:10 PM
I have the following code: <cfform format='Flash'> <cfinput id='a' name='a' type='text'> <cfinput id='b' name='b' type='submit' value='Submit' onclick='a.text = 'hello'' /> </cfform> When the submit button is clicked hello shows in the text field 'a' and the form is reloaded. Is i...more >>

CFCHART not properly generating
Posted by WolfShade_2k at 4/4/2005 8:43:50 PM
I'm trying to dynamically generate a CFCHART, and all the bars are correctly appearing, but not all the names are. I can't provide a link to show as the dev folder is internal only; but I can give you code I'm using. Basically it's generating the chart and bars just fine, but not all the na...more >>

CF7 Flash Hidden Fields
Posted by drew_falkman at 4/1/2005 11:43:20 PM
Hey- Any idea why my hidden field isn't passing in a Flash Form in CF7? I thought you could use them now.... Thanks. Drew...more >>


DevelopmentNow Blog