My head is spinning, so I apologise if nothing makes sense... Before I talk about my flash form, I just noticed in this forum there's 500+ topics in this forum but no page to page browsing? Just says pg1... I've made a form with a datagrid.. the lower section of the form is bound to the selected item in the grid, there's save button to update that item once values have been changed.. This can be viewed at the following address.. }" onchange="gridNews.dataProvider.editField(gridNews.selectedIndex, 'news_id', news_id.text);"> But this creates a space on the form where this invisible input would be. Any ideas on getting around this? And one last thing, don't suppose anyone knows of any books coming up covering everything about creating flash forms in CFM? Thanks to anyone who takes the time to read this post.. I've never felt so frustrated! TFI Friday Cheers, Dan
Not sure what you're asking on the bind question. But, I've had the same frackin problem with flash form hidden fields, seems they're not recognized. I wound up doing as you did, making them text and visibility false to hide them. They did take up real estate on the page but I added the following to cut down on the size: <cfinput type="text" name="boo" visible="false" width="1" height="1" style="fontSize:1" size="1"> Shrinks it down to practically nothing on the page.
Don't see what you're looking for? Try a search.
|