Search the web
Sign In
New User? Sign Up
CFTalk · ColdFusion Talk (CFTalk) List archives
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 146181 - 146210 of 154389   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
146181
... I have a "timeAdded" key which I sort on using structSort(). <cfset keyArray = structSort(cart, "numeric", "desc", "timeAdded")> Then use the resulting...
archive@...
mdinowit
Offline Send Email
Mar 1, 2009
12:46 pm
146182
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...
archive@...
mdinowit
Offline Send Email
Mar 1, 2009
3:31 pm
146183
... 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...
archive@...
mdinowit
Offline Send Email
Mar 1, 2009
3:50 pm
146184
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...
archive@...
mdinowit
Offline Send Email
Mar 1, 2009
3:55 pm
146185
... 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. ... ...
archive@...
mdinowit
Offline Send Email
Mar 1, 2009
4:10 pm
146186
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...
archive@...
mdinowit
Offline Send Email
Mar 1, 2009
4:26 pm
146187
... 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...
archive@...
mdinowit
Offline Send Email
Mar 1, 2009
5:56 pm
146188
I like the LifeCycle - but is there a good host company out there that supports this? Thanks for any advice on this topic. ...
archive@...
mdinowit
Offline Send Email
Mar 1, 2009
6:55 pm
146189
... 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...
archive@...
mdinowit
Offline Send Email
Mar 1, 2009
7:51 pm
146190
Hey all, Does anyone have a recommendation for a JQuery based datagrid that's easily adapted to ColdFusion? -- Scott Stewart ColdFusion Developer 4405 Oakshyre...
archive@...
mdinowit
Offline Send Email
Mar 1, 2009
8:45 pm
146191
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...
archive@...
mdinowit
Offline Send Email
Mar 1, 2009
8:45 pm
146192
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...
archive@...
mdinowit
Offline Send Email
Mar 1, 2009
9:10 pm
146193
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...
archive@...
mdinowit
Offline Send Email
Mar 1, 2009
9:30 pm
146194
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...
archive@...
mdinowit
Offline Send Email
Mar 1, 2009
9:35 pm
146195
Sorry for my last post. GMail didnt initially show me the whole thread so I didn't realize that had been answered. TJ ... ...
archive@...
mdinowit
Offline Send Email
Mar 1, 2009
9:41 pm
146196
Does anyone know if there's a comparison / overview of the various different CRUD code generators available? ...
archive@...
mdinowit
Offline Send Email
Mar 1, 2009
10:10 pm
146197
Any one have any suggestions on this? ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most...
archive@...
mdinowit
Offline Send Email
Mar 1, 2009
10:15 pm
146198
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...
archive@...
mdinowit
Offline Send Email
Mar 1, 2009
10:20 pm
146199
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...
archive@...
mdinowit
Offline Send Email
Mar 1, 2009
10:25 pm
146200
I have not used it, but readers on my blog recommended it: jqGrid: http://www.trirand.com/blog/ ... ...
archive@...
mdinowit
Offline Send Email
Mar 1, 2009
10:30 pm
146201
I don't understand what you are trying to do. Explain it in more detail, use an example ... ...
archive@...
mdinowit
Offline Send Email
Mar 1, 2009
10:35 pm
146202
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...
archive@...
mdinowit
Offline Send Email
Mar 1, 2009
10:41 pm
146203
I have 4 pages in my application Page1, Page2, page3 and page4 I am trying to do something like this (saw in some post): <cfset pagelist =...
archive@...
mdinowit
Offline Send Email
Mar 1, 2009
11:45 pm
146204
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...
archive@...
mdinowit
Offline Send Email
Mar 2, 2009
1:36 am
146205
Any ideas? ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic...
archive@...
mdinowit
Offline Send Email
Mar 2, 2009
1:40 am
146206
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...
archive@...
mdinowit
Offline Send Email
Mar 2, 2009
2:30 am
146207
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...
archive@...
mdinowit
Offline Send Email
Mar 2, 2009
2:40 am
146208
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...
archive@...
mdinowit
Offline Send Email
Mar 2, 2009
2:45 am
146209
<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'...
archive@...
mdinowit
Offline Send Email
Mar 2, 2009
3:21 am
146210
if all you are trying to do is display a multi-part/multi-step form, then i have found this post by Ben Nadel very helpful and easy to implement: ...
archive@...
mdinowit
Offline Send Email
Mar 2, 2009
4:05 am
Messages 146181 - 146210 of 154389   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help