| Thread | Last Post | Replies |
|
| CFexchangecalendar with multiple calendars? | 23 Oct 2008 13:30 GMT | - |
I need to build an app that will allow people to view and update calendars based on their rights. So they could have rights to only certain calendars or all 3. If I have multiple calendars in my outlook account how do I get the data for all 3 calendars? I am only getting one ...
|
| Automatically parameretize code with a script | 22 Oct 2008 22:08 GMT | - |
I have several thousand queries to add cfqueryparams to... using regular expressions and pattern matching I was thinking it is very possible to write something to crawl and entire hard drive of CFM pages to find code within cfquery and then find things such as (somename =
|
| what is the name of my parents | 22 Oct 2008 20:14 GMT | - |
first sorry for my english but I'm a frenchspeaker. so I would like to know if I can get the name of the place where my cfc is instantiated. I show you what I want:
|
| Inconsistent date/number formatting in a globalized ColdFusion application | 22 Oct 2008 20:00 GMT | - |
Hello. We're working on a globalized ColdFusion application using the icu4j java library, but are getting inconsistent results from date and number formatting. In some locales (mostly the western locales plus Arabic), the result is fine -- but in others (like Chinese), we're ...
|
| iframe url param | 22 Oct 2008 18:03 GMT | - |
Is iframe url param has limit? because IE is throw error page can't display. firefox work fine.
|
| System Probes | 22 Oct 2008 13:44 GMT | - |
I need help on using system probes in cold fusion MX 7. Can someone provide me with the steps and code required to start the IIS and cold fusion, in case any of them goes down as we generally face the problem of cold fusion services drops down occasionaly, thus affecting our ...
|
| Access CF web service by https-post | 21 Oct 2008 19:54 GMT | - |
We are creating a web service to be consumed by outside vendors. One vendor does not have the ability to consume our web service through traditional means (via a method call, SOAP, etc.). They however can 'call' a web service using https-post.
|
| Decoder cannot decode input | 21 Oct 2008 18:00 GMT | - |
This works unlit I try to upload a large image. Is there a workaround?? <cffile action="upload" destination="#GetTempDirectory()#" fileField="photo_data" accept="image/jpeg, image/gif, image/png" nameconflict="overwrite" />
|
| Hide Textbox | 21 Oct 2008 03:35 GMT | - |
I want to hide the space for browsing files and only the textbox will appear when the page loads. There's a button if the user wants to change the data in the textbox and that's the only time the textbox will disappear and the browsing files will appear. But when I submit the ...
|
| Formatting JSON | 20 Oct 2008 23:56 GMT | - |
I am really frustrated right now. I have a method with the return format as JSON. All fine and good, but the ouptut looks like this: [{"KEY":"Grindhouse Trash 03 How to Make a Dirty Movie","STYLELIST1":"|\\| |_|
|_ |_","STYLELIST2":"|\\| |_| |_ |_","DISPLAYTYPEID":0 ... |
| cfgrid row number of current cell | 17 Oct 2008 15:24 GMT | - |
I have a CFform (flash) containing a CFgrid (also flash). I'm simply trying to known the current position of the active cells (row and column) How to do that ??? Thank you for advance
|
| Sort Verity search results by relevance, file size, and date last updated. | 16 Oct 2008 19:56 GMT | - |
I am performing a Verity search and want to give users an option to sort the results by relevance, file size, and date last updated. How can i do this. I'm on CF 5. Thank you
|