all groups > coldfusion flash integration > october 2005
Date format in CFGRID
Posted by dpinder123 at 10/31/2005 12:00:00 AM
I'm using the date/time dataType in my SQL Server DB. I have a grid that shows
the date of when an order was placed; right now, it displays like this: Oct 05
2005 00:00:00. How do I get my date to display like this: Oct 05 2005, without
showing the time in the grid?
Thanks
... more >>
Why coldfusion?????
Posted by jonnybennett at 10/29/2005 10:26:07 AM
I am in the process of creating a very dynamic flash website. However I have
used php and mysql instead of coldfusion, as i rightly or wrongly had not
considered coldfusion. However as I continue the actionscripting involved in
this site is getting more and more complictaed and for want of a b... more >>
Editable Flash grid not updating Oracle table
Posted by stlaw at 10/28/2005 4:36:05 PM
I have a flash grid that displays records from an Oracle table. I've set the
select mode to edit. The grid allows you to change the data in the fields,
but the data is not saved to the table. Does anyone know why?
... more >>
Dynamic Drop-down inside CFGRID
Posted by mikeap at 10/20/2005 5:58:39 PM
I've been searching for days and days trying to find an example. What I'm
looking to do is use a CFGRID to edit some basic values.
In the CFGRID though, for one of the editable items, I need to have a dynamic
drop-down. Is that possible and how?
... more >>
CFGRID Not Displaying - Urgent
Posted by mikeap at 10/20/2005 12:00:00 AM
http://69.2.212.105/ext/sl/manage_leads.cfm?User_ID=1
Why doesn't my grid appear?
<cfform action="#CGI.SCRIPT_NAME#" method="post" preloader="no" format="flash"
width="680" skin="haloblue">
<cfgrid
name="ShowLeads"
query="GetAMLeads"
width="660"
height="4... more >>
cfgrid/ flash and number format
Posted by masterofdomain at 10/19/2005 8:09:59 PM
Can someone please explain why the following does not use the numberformat when
format=flash?
Yet when I change it to format=html it does act on the numberformat?
All I want to do is format or round some numbers....
Many thanks in advance
<!--- display the counts by casetype -... more >>
Cannot pass form field variable from Flash form to CFC
Posted by modernkaos at 10/19/2005 4:31:37 PM
hello,
could someone please help me with an issue i'm having....
i'm trying to pass data from flash form fields into my coldfusion component
using a insert into (mysql statement)...
but i can't add any data to my database....
<cfcomponent>
<cffunction name="InsertData" access="re... more >>
Two cfgrids acting as master/detail page
Posted by Cannikinn at 10/17/2005 10:02:27 PM
I want to create a master/detail sheet using two cfgrids in the same form, one
on top of the other. How do I bind the display of the second grid (the detail)
to whichever row is selected in the first (the master)? <cfgrid> doesn't have
a bind attribute, and I can't find any documentation on ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Binding from grid to cfselect
Posted by dpinder123 at 10/11/2005 12:00:00 AM
This is what I can do:
Select a row from the Grid and bind to to several input boxes. I have select
boxes that change the data in the grid (it binds this way), but, when selecting
one of the gridrows, the select box does not display the data (state and loan
status).
Any suggestions?
... more >>
cfform & checkboxes
Posted by kabod at 10/10/2005 12:40:20 PM
So I have the following code which works great
<cfformgroup type="page" label="Test">
<cfformgroup type="repeater" query="GetAllCategories" label="Testing">
<cfinput name="intCategoryID" type="checkbox"
label="{GetAllCategories.currentItem.strCategory + ' ' +
GetAllCategories... more >>
Flash Forms do not work
Posted by A_B at 10/10/2005 12:00:00 AM
For some reason Flash forms are not working with my Coldfusion MX 7
environment. I am copying and pasting the code exactly as it is in the CF help
files. I load the page and it's just blank. If I view source it looks like it
created the mxml.cfswf file but I cannot see anything. If I right... more >>
Problem when Flash form is refreshed
Posted by sfrielink at 10/7/2005 12:00:00 AM
I think this problem I am having may have been touched on in another thread,
but it did not exactly cover my issue.
I have a Flash form that works fine. However if the page is refreshed, or
re-entered in any way, the submit button on the form no longer works. If I
refresh the page again,... more >>
Flash Forms and Javascript Validation
Posted by zach1023 at 10/7/2005 12:00:00 AM
Ok, I am having a little trouble incorporating a javascript file that calls a
function to validate form fields into my flash form. I am not sure what I am
doing wrong here. Here is how I have it set up:
<script src="js file name"></script>
........
<cfform type="... more >>
Binding Data From DB to Flash Forms
Posted by surenr at 10/6/2005 6:12:28 AM
Hi,
I am new in integrating flash forms in Coldfusion.I want to populate the
list box or text box with data that is read from the database. For example:If I
have a list of teacher names in my database, How do we populate a list box with
the names of the teachers:
I tried some thing as... more >>
Updating from input bindings
Posted by dpinder123 at 10/3/2005 5:50:43 PM
Here's what I'm trying to do:
I have a grid that binds to several input boxes
After selecting a row in the grid, the info displays in a designated input box
From here, the user can update or add additional info
The form submits to itself (it's a page in a tabnavigator)
Can I use cfgr... more >>
|