| Thread | Last Post | Replies |
|
| CF Mappings ??? | 08 Mar 2005 18:39 GMT | 2 |
What is a Coldfusion Mapping?? I have this shopping cart. If I wanted to set my domain up with a sub-domain like this (http://shop.mydomain.com) is this what CF mappings do. If not how do I set up my store as a sub-domain.
|
| Install CFMX Updater problem | 08 Mar 2005 16:34 GMT | 1 |
I tried to install CFMX Updater http://www.macromedia.com/support/coldfusion/downloads_updates.html#updater but failed. Here is what I found in the log: Execute ANT Script: Script: cfmx-patch-move-files-all.xml Status: ERROR
|
| CFDocument - RTF | 08 Mar 2005 10:49 GMT | 2 |
:( Hi All, I am having problems saving output to .pdf format. The output is RTF that has been converted to HTML using a third-party .dll. The converted RTF displays just fine in a .cfm page, but shows up as the raw RTF when I use the new CFDocument tag and save the output to ...
|
| URL and blanc characters | 08 Mar 2005 08:42 GMT | 2 |
An URL adress is passed via a Javascript : http://192.168.0.3:8500/archive_sys_new/warehouse/flex_reports.cfm?e_dept=Qualit y%20&%20Compliance%20Management When i want to get this url variable 'e_dept' with CF, #url.e_dept# I get e_dept='quality' , the rest is lost.
|
| Chart Values | 08 Mar 2005 07:29 GMT | 1 |
Hi, I've a cfchart set up which has values and percentages dipslayed... How do I remove the values so only the % shows. I've looked in the docs but can't see it (getting late where I am). Thanks, Richard
|
| Verity Disabled | 07 Mar 2005 23:27 GMT | 1 |
We suddenly have an issue with our CFMX installation where when you click on the Verity Collections link, you get the following message: You must configure your application server to enable Verity. For instructions, see 'Installing and Using ColdFusion MX.' No one claims to ...
|
| loop over srray in structure? | 07 Mar 2005 21:32 GMT | 10 |
Greetings - help would be greatly appreciated! I have a query that pulls multiple id's for multiple users. I am putting the id's in an array in structures for each user along with their email address and company name. I then have another query pulling data for each id and ...
|
| help with a list generated out of the DB | 07 Mar 2005 21:28 GMT | 1 |
I have a field in my db #Name# and it outputs over 30 names. I want the output to be displayed as a 3 column output rather then just a list of 30 name the output comes out like a b c d e I would like it to appear as a c e b d f
|
| Query2Excel | 07 Mar 2005 17:33 GMT | 3 |
I am trying to utilize this UDF found on CFLIB.ORG. Have emailed the author, but havn't heard yet and I am on a tight deadline (as usual. ; )) I hope it is OK to post this here. When I specify the query, like so #Query2Excel(getreport)#, "getreport" being
|
| flash forms/cfgrid db query timezone diffrence | 07 Mar 2005 17:27 GMT | 1 |
I have a flash forms app. with a cfgrid and several cfinputs bound to the grid data that show a query's returned data datetime type ahead by 2 hours. I trouble shot and trouble shot and found that the since the server is two hours behind (mountain) and my computer's clock is two ...
|
| how do I pass the FLASH version of the form variable to the query in CF 7.0 | 07 Mar 2005 17:19 GMT | 1 |
I'm trying to convert a rather long form written in CF 6.1 to CF 7.0. The basics ar this: I built a grid that contains participant names, clicking on the name populates a CFFORM type=FLASH. I'm using TAB panels and some of the content contains
|
| Possible to access CFSTAT metrics via cfm documents? | 07 Mar 2005 17:14 GMT | 1 |
Just wondering if anyone knows if there is some way of accessing CFSTAT metric data in my cfm pages. I'm writing a system monitoring utility which pulls data from our servers and presents it in an XML document which our monitoring utilities then consume.
|
| Play an alert sound | 07 Mar 2005 15:32 GMT | 2 |
I setup a page with a refresh every 30 seconds. Any new records are highlighted with a red colored back ground. But the users would still like the page to play a sound if there are any new records when the page refreshes - similar to what Outlook can do. Each record has a ...
|
| Having CF parse another file type | 07 Mar 2005 13:16 GMT | 3 |
I'm running IIS 5, Windows 2000, and MX. I can't seem to get it to work. Lets say I have a new file type I named ".xyz". How do I get Cold Fusion to parse all of these files the say way a .cfm file is parsed? Thanks.
|
| Create List from Single Array element | 07 Mar 2005 08:03 GMT | 1 |
Hello. I'm trying to populate the 'to' field of an email that will go out. I've got the list of emails in an array. The array also contains additional information like first and last name. I'm looping through the array to isolate the email address and I can output it. However, I ...
|