| Thread | Last Post | Replies |
|
| CFGRID/CFSELECT/ActionScript problem | 30 Aug 2006 18:19 GMT | 2 |
I have CFGRID "onchange" code below that allows me to click on a CFGRID row and correctly display (in a separate CFFORMGROUP) the correct column value in via a CFSELECT object. The field name is [i]priority[/i] and the grid name is
|
| coldfusion-generated xml for Flash image viewer? | 29 Aug 2006 22:51 GMT | 1 |
I would like to create an engine that just displays static and animated image files (.swf's, .gif's, and .jpg's) within Flash, drawing these image objects from an xml file. The xml file needs to be generated by Coldfusion. Can anyone point me in the right direction? I am not sure ...
|
| Uploading files using CF foms | 29 Aug 2006 05:49 GMT | 2 |
I'm trying to use a file upload tutorial from ASFUSION.COM. I've downloaded the files and I have it in my page. My issue is, in what part of the code do I put the path to the folder on my server reserved for my uploads? Also how is that path written, for example if the file is ...
|
| CF FLASH FORM ISSUE | 24 Aug 2006 01:35 GMT | 2 |
//Hello, I'm trying to use this tabbed flash form with coldfusion. I keep getting an error that I don't understand, can some one help? This is the error that I get when I try to test the page in my browser:// Error Diagnostic Information
|
| Want to output confirmation message in cfform | 18 Aug 2006 16:33 GMT | 2 |
Hello, I'm building my first application using CF. I have a members area where I'm using the cfform to allow the members to send emails to anyone. After the user submits the form, I want a confirmation message to display within the cfform somewhere. Is this possible? If so ...
|
| Moved from http to https - Error generating Flash Movie | 17 Aug 2006 18:39 GMT | 1 |
We are running 7.0.2 (multiserver) on Solaris with Apache 2.0.55. Our flash forms were working without problem under a non-secure apache instance. I've made changes to move this to a secure (SSL) connection but now get the error: Error generating Flash Movie from form definition ...
|
| Truncate within a bind statement | 16 Aug 2006 17:39 GMT | 2 |
I'm binding to two fields, firstName and lastName, to populate an E-mail adddress field: <cfinput type="Text" name="email" SIZE="25" required="no" bind="{FirstName.text}{LastName.text}@companyname.com">
|
| Realtime chart as flash | 14 Aug 2006 19:25 GMT | 4 |
Most online explanations of "dynamic" charts call for the user to click a button to re-query the DB to display new data. What I need is a chart that updates in realtime...if the DB changes, then the chart changes....like the speedometer on your car goes up and down as your speed ...
|
| I want to return an array instead of a query | 13 Aug 2006 11:20 GMT | 6 |
Dear Forum, My Flash program uses a web service connector that connects to a CFC. Everything works well with "return type="query. Now, I would like to add one more row of (calculated) data to the query
|
| Can Format="flash" existist in a <table> tage? | 09 Aug 2006 23:51 GMT | 1 |
I use an html template for my site with navigation on the top, and and editable region in the center. I am noticing that when ever I try to place a CFform tag in my template it never loads.
|
| cfform giving errors | 09 Aug 2006 18:17 GMT | 7 |
Hello, I don't mean to sound desperate but I am. I'm trying to get the cfform to work but it give me an error saying that I used attributes wrong, but the code looks right. Below is the link to the form online, click it and you will see the error I'm getting, also I've past my ...
|
| Flex datagrid not populating anymore | 04 Aug 2006 22:59 GMT | 1 |
Original CF server version: [b]7,0,1[/b] Flash version: [b]9[/b] After installing ColdFusion MX 7 Updater 2, I am unable to populate a SWF datagrid that was compiled from Flex 1.5.
|
| Skin not HaloBlue | 03 Aug 2006 11:09 GMT | 1 |
The skin does not seem to work with with the following code. If I use tabnavigator it does work, but cfformgroup panel it does not What might I be doing wrong? <cfform action="casesearchresult.cfm"
|
| Active Content for <cfform> in Flash format | 03 Aug 2006 03:07 GMT | 1 |
I have use <cfform> to generate flash forms. When the pages display these forms they are locked with the "Click to activate this control" message. Because these forms are dynamic and genrated in-line, I am unsure how to cause the form to display unlocked. Any suggestions? ...
|