| Thread | Last Post | Replies |
|
| select in cfselect from cfgrid | 29 May 2006 05:54 GMT | 1 |
Form is flash CF 7.01 Is there a way to have a cfselect "selected" option chosen by a cfgrid selection either by binding or flash remote? Here is my form. Thanks for any help you can give...
|
| Blank screen with flash forms | 25 May 2006 21:34 GMT | 4 |
I am attempting to get flash forms to work, but keep getting a blank screen. Nothing is ever rendered to the screen. There is also a message that pops up that states "Press SPACEBAR or ENTER to activate and use this control". My code is below...
|
| Cfgrid not displaying updated data till mouse over | 24 May 2006 19:14 GMT | 1 |
I have a cfgrid at the top the page. Users select a record and edits it on the button portion of the page. I use flash remoting to update the record. After I update the record in the database, when I get the result back from the server that record was updated
|
| CFGRID and format=flash | 20 May 2006 14:30 GMT | 3 |
We have been testing CFGRID with format = flash . This works on our dev web server but not our live server. Both are running Wiondows Server 2000, IIS 6, CFMX7.0.1 with Hotfix 2 On the dev server the column headings and data appear in the flash grid. But
|
| CFGRID in ACCORDION Problem | 19 May 2006 00:17 GMT | 3 |
I am attempting to display a CFGRID on pages of an ACCORDION. The following code builds the ACCORDION pages properly but does not display the GRID. Any Suggestions? Thanx
|
| Latest IE and Coldfusion Flash | 18 May 2006 15:38 GMT | 6 |
I've noticed with the latest release of Microsoft Internet Explorer (6 SP2) that you now have to double click on (coldfusion) Flash Forms to gain focus. It didn't happen a couple of weeks ago and is not a problem with Firefox. I guess the guys in Redmond have devised a way to ...
|
| cfselect and getURL with a parameter | 18 May 2006 13:59 GMT | 3 |
I want to run a script when changing a cfselect list, and let the selected item be a parameter assigned to a variable (her called enavdeling) the code does not work. Can someone help me how to assign the depID to the onedepartment parameter?
|
| flash form error, can't use the same name more than once? need workaround | 16 May 2006 17:34 GMT | 2 |
I've always written my forms to have multiple buttons, one for updating and one for deleting. so in html I would do this: <input type=submit name=action value=Update> <input type=submit name=action value=Delete>
|
| cfformgroup question | 12 May 2006 14:31 GMT | 3 |
Below is the snip that I'm using to get my Flash form. I would like a second column with items like address, city, state, zip, company, etc. I keep thinking that this should be easy but nothing I try seems to work. I tried changing type to "horizontal" for example. Is there a way ...
|
| NetConnection Debugger | 12 May 2006 13:52 GMT | 1 |
I hope someone can help me...... I have spent ALL morning trying to get up and running with Flash remoting on CFMX7 and Flash Professional 8 on Mac OS X. I have downloaded the remoting components for Flash 8 from the Macromedia website, so i have all the
|
| cftrace & flash remoting | 12 May 2006 13:50 GMT | 1 |
I guess the simple question is, what tools can I use to debug CFC when using flash remoting. Specifically: I'm trying to modify the Real Estate application tutorial code. I have added a few more CFCs then the original app had. I'm having problems with the
|
| <cfformitem type ="script">??? | 05 May 2006 07:06 GMT | 2 |
I am having difficulties with an app that i downloaded from asfusion.com. The apps url is http://www.asfusion.com/apps/realestate/ Basically once i have downloaded the zip and unpacked it etc... i am getting an error.
|
| Calling a fuction from a response Handler | 05 May 2006 02:12 GMT | 3 |
I use a function with remote call to populate a grid with data and it works fine. function getStudentAll() { <cfoutput> var connection:mx.remoting.Connection =
|