... I have a "timeAdded" key which I sort on using structSort(). <cfset keyArray = structSort(cart, "numeric", "desc", "timeAdded")> Then use the resulting...
I have a Flex 3 main app that calls 2 components - one has a datagrid with user data while the other component has an input form for the same user data. I use...
... Hash: SHA1 What about when the user submits the information utilizing the form in flex to have it make another trip to the component to acquire all data...
By default, if the user enters x y to search, Verity treats it as a phrase. You can modify their search by changing any space to a comma. So "x y" becomes...
... You bring up my concern that I didn't say at all... what if the data is changed via another person? I want to be able to get that data too. ... ...
There are a few ways to do this, but the simplest way is to databind the grid to a data structure inside of Flex and make sure that data structure gets updated...
... For that, you need to use LiveCycle Data Services, or take the same approach that you would with any other web application - check some flag on the server...
... I really doubt it - people who use LiveCycle typically use dedicated servers. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software...
Hey all, Does anyone have a recommendation for a JQuery based datagrid that's easily adapted to ColdFusion? -- Scott Stewart ColdFusion Developer 4405 Oakshyre...
Hi All, I am new to cold fusion and trying to create the some list of pages for the feedback and results. I need to display the status of the everypage in the...
Hello everyone. I am looking into an oAuth library for ColdFusion and only saw one on RiaForge that was created by Harry Klein. Does anyone know why the...
Maybe check out WebORB to see if it offers something to help. I don’t use that product, so I’m not sure. http://www.themidnightcoders.com/products.html To...
Just to clarify, you need the data in the datagrid to match the database real-time, so that other user's updating the database also update every other user's...
Any one have any suggestions on this? ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most...
OK - I'm going about this problem from another angle. But I'm still scratching my head. Again- 2 components within the app. I have a tab bar in the main app...
OK - I'm going about this problem from another angle. But I'm still scratching my head. Same scenario - 2 components within the app. I have a tab bar in the...
Hi, Pranathi... I need to understand more about your requirements. What will determine which pages are to be displayed? (1,2,4) or (1,3,4) ? And what is it...
You need to refresh the datagrid after the user submit comes back successful. Just fire the same function that populated the grid in the first place from the...
Any ideas? ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic...
still not clear what exactly determines which pages are to be displayed and which one is not... can you clarify that? ... to page2 or page3. what's this...
I am calling a procedure to compare the answers .. if (answer >4) <cflocation url= "page3"> else <cflocation url='page4'> This is wat is the condition on...
So... what page you want to take the visitor to depends on what the answer is? ... From: Priya Koya [mailto:priya23a24@...] Sent: Sunday, March 01, 2009...
<cfform> This is qn.1 <cfloop from="1" to='4' index='i'> <cfinput type="radio" name="radio1" value="a#i#" > </cfloop> This is qn.2 <cfloop from="1" to='4'...