| Thread | Last Post | Replies |
|
| refresh flash form | 30 May 2007 16:04 GMT | 1 |
I have a page with a flash form and when I refresh the page, the form does not refresh. I was originally trying to refresh the page witha a javascript function where i called location.reload() and that was when i noticed the problem. But even without that I pressed refresh and ...
|
| Dynamic Tabs with Dynamic Grids | 30 May 2007 15:38 GMT | 1 |
I have what is probably a simple problem for you but not for this CF Neewbie. I am creating a tab form that has sub tabs, this part works no problem, and on the sub tab I need to display a cfgrid.
|
| Trying to BIND data from Oracle | 25 May 2007 14:17 GMT | 1 |
This should be very simple, but it is giving me a lot of problems. I am returning data from Oracle into a datagrid, then I am trying to use the BIND attribute on the CFINPUT tag to display the data. The data will not display, if I change the datasource to something else (MS ...
|
| ActionScript3 to CFC | 25 May 2007 11:58 GMT | 2 |
I'm currently constructing an object in ActionScript, and then passing it to a function in the CFC, and the Object is passed according to the ServiceCapture program, but not the name of the variable. Though all the items within the object have their names and value pairs.
|
| CFSelect not working | 23 May 2007 21:48 GMT | 7 |
I am using flash as my form type and I can't get the option's to show on my drop down list box without using a query. <cfform format="flash" width="300" height="500"> <CFSELECT name="CURRENCY" SELECTED="USD" multiple="no">
|
| cfinput problems in vista/IE7 | 22 May 2007 05:58 GMT | 1 |
I recently upgraded to vista and I noticed that I'm now having trouble typing into cfinputs within my flash-based forms. I saw there was a fix for this for flex apps, but I couldn't find anything about how to fix this for flash forms. Basically what's happening is, when typing ...
|
| cfgrid / cfgridupdate error with an invalid datatype | 11 May 2007 13:19 GMT | 1 |
I have a problem using cfgrid. I'm getting the following error message: ?Error casting an object of type to an incompatible type. This usually indicates a programming error in Java, although it could also mean you have
|
| CF pass variables to Flash | 08 May 2007 23:26 GMT | 4 |
Basically I want Coldfusion to pass the server date to Flash. But I get '#theDt#' instead of the value of 'theDt' please see the code below: Thank you in advance. ************************************************
|
| cfform cfgrid | 07 May 2007 16:01 GMT | 1 |
Hey all. If I use a cfgrid on a cfform page type="flash" How do I used the data submitted to "insert' page. For example.. a user enters data into a grid, then hits submit. How do manipulate the data on the insert page. I cannot seem to send it to a cfdump
|