Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
superkat #1
Flash forms, grid and accessing currently selected data
Hi,
I use cfform format flash to display and edit participant information to a
sport competition. I have a top panel displaying a grid with the list of
participants.
When you select a participant in the grid, it displays the detailed
information in a sub page, where you can edit them.
On one of these sub pages, i have some checkboxes.
What i want is:
Depending on whether the particpant is a men or a women (that's a field celled
Ctaegory), the checkboxes vary on the sub page.
what is the path to access my grid data that are currently selected?
i tried this, but it doesn't work ...
------<cfif "{grid1.selectedItem.Category}" IS 'Women' and
"{grid1.selectedItem.Belt}" IS 'Strong'>
it says grid1 is unknown ... but all is in the same form .... why is it
unknown?
... any idea on calling these data with the correct syntax?
screenshot of my page
[url]http://katapulse-com.tempserv1.clientnshosting.net/vovinam/img/temp.png[/url]
i forgot to say that of course my grid and my other fields are binded and it
works fine, but now i'd like to have some checkboxes displayed in the tab below
if the category of the selected item in the grid is "x" and some other
checkboxes displayed if the category is "y".
Any idea?
Thanks.
Kat
superkat Guest
-
Font Settings in Flash Data grid
hi, i am newie to flash. Does any one have any ideas on how to edit fonts in the flash datagrid component? Cheers, Sanjay -
forms inside data grid
I meet a quite strange problem. When I output forms insides a dat grids, it seems that some of the forms will not even function when clicked a... -
CFMX7 flash forms cfgrid time is two hours ahead in grid
I can't understand a query to the database and output to a cfgrid inside a flash form. My db is mysql and cfmx7 is the server. The info that I am... -
Flash grid tutorial behaving differently with my data
Hi. I am going throught the 'Code Snippets by Features and Tasks '. I tried the flash grid code and wanted to check it using my data. I setup a... -
retrieving text from a selected data grid row cell...
this was working Dim szMsgNumber = db_grid.SelectedItem.Cells(0).Text until i changed the first column (at index 0) to a ASP:ButtonColumn... -
noodleweb #2
Re: Flash forms, grid and accessing currently selecteddata
try asfusion blog for check box bindind syntax
noodleweb Guest
-
Pathel #3
Re: Flash forms, grid and accessing currently selecteddata
[q]Originally posted by: noodleweb
try asfusion blog for check box bindind syntax[/q]
this is the syntax for the checkbox bind: {fieldname.selected}
Pathel Guest



Reply With Quote

