| Thread | Last Post | Replies |
|
| Invert Index Loop | 14 May 2008 13:03 GMT | 4 |
So I've got a dumb q again... <cfloop index="q" from="-5" to="5"> works perfectly and gives me numbers from -5 to 5. Counts up. How can I make it loop / output the other way, from 5 to -5. Counts down?
|
| Unable to read WSDL from URL | 14 May 2008 12:59 GMT | 8 |
This is my first web service. I thought I read that the service registers itself when first run, but it's just not jumping for me. I'd try registering it, but I'm not sure how to fill in all the blanks in the CF Administrator's Register Web Service form.
|
| Coldfusion code to run Data Transformation Services in SQL 2000 database | 14 May 2008 12:55 GMT | 1 |
I would like to run a Coldfusion page to update tables via a DTS Package (Data Transfer Services) in a SQL 2000 Server database from an Access database. I need the Coldfusion code.
|
| Missing Template Handler -- Need Clarification | 14 May 2008 10:49 GMT | 1 |
Could someone please clarify, once and for all, how the CF Missing Template Handler is supposed to work? I have a server (Windows Server 2003, sp1 / IIS 6) on which multiple web sites are defined, via host headers. After playing around as recommended in this
|
| # within a # | 13 May 2008 22:35 GMT | 9 |
Line 7 fails because CF does not like: .#what#.XmlText inside a ##. I tried Evaluate, DE etc, but could not get it working. Any ideas? 1<CFSET temp1 = "method, device, disposition, completed_by, who_intubated_1, who_intubated_fellow_1, cricoid_1">
|
| cflock and accessing session and application variables | 13 May 2008 18:12 GMT | 1 |
Is the information in this article still pertinent with Coldfusion 8? http://www.adobe.com/devnet/server_archive/articles/cf_locking_best_practices.html
|
| attaching file to email | 13 May 2008 14:41 GMT | 2 |
i have a form that i require an individual to upload a file with. however, i am not putting the attachment in a db, i need it to simply attach to an html email message. i tried using: <cfif DirectoryExists( ExpandPath( ".\ResumeFolder\" ) )>
|
| Migrating to Application.cfc breaks cferror tags in CF7 | 12 May 2008 20:19 GMT | 2 |
Just found this issue, which doesn't seem to be well documented and may come up for people trying to migrate to Application.cfc. Seems that a cferror tag in Application.cfc (placed in the CFC initialization code) searches for its template differently from the same cferror tag in
|
| CFWINDOW and JS Question | 12 May 2008 18:25 GMT | 1 |
I am hoping someone can help me. I have a javascript function that does a loop and creates an error message that I want to show in a "cfwindow". Is there a way to do this as opposed to populating the window with contents from .cfm page? Here is my code:
|
| cfsprydataset with JSON; can't display data | 12 May 2008 18:18 GMT | 1 |
I've recently started working with the cfsprydataset tag and have gotten past a few hurdles. I'm prototyping an 'autosuggest' function against a JSON format spry dataset which is created in a CFC. Here's my cfsprydataset call: <cfsprydataset
|
| Monitoring CF server web service traffic. | 12 May 2008 17:01 GMT | 2 |
I am making calls to a web service to update data. Is there a way I can see what data is being sent to the web service? Thx pwp
|
| Compiling Code to work in multiple versions | 12 May 2008 00:58 GMT | 1 |
I want to protect my application from being modified/stolen by others, so I need to go through and compile my CF code into byte code. I've done that before and it works fine. However now I have a delima. With CF8 out I want to make use of the new
|
| Set CF's default cookie expiration time? | 11 May 2008 03:22 GMT | 2 |
In CF8. Our site lets CF store cfid/cftoken in CF's default session cookie. We don't need or do any custom cookie management. Is there a way for us to set the default cookie's expiration time? Ideally,
|
| ColdFusion.Grid.refresh() NOT refreshing! | 11 May 2008 01:37 GMT | 1 |
I am using <cfgrid format="html"> and I populate the grid using the query attribute not the "bind" attribute at least as of right now. My grid works fine but the problem is it will not refresh when I call ColdFusion.Grid.refresh('gridName', true).
|
| Cfgrid html and href | 11 May 2008 01:32 GMT | 3 |
I am using cfgrid Format=HTML. I have no problem with populating the grid from a query. My problem comes from the href text box in the grid. I have a variable name like the following: /l/listing/tag/#gettopcat.categoryName#.html
|