| Thread | Last Post | Replies |
|
| eport builder help needed | 14 Feb 2005 16:31 GMT | 3 |
I have a database query which returns me multiple columns. However at compile time I do not know the column -names of the query result set. (I am using report builder Coldfusion MX-7 's query-builder in advanced query mode.)So I can not put the names of the columns in the ...
|
| CFDIRECTORY.datelastmodified bug?!?! | 14 Feb 2005 16:22 GMT | 5 |
I ran into a major problem lately where <CFDIRECTORY> returns the following value in the datelastmodified column: 'January 25, 2005 2:28:57 o'clock PM EST'. Where the heck does the "o'clock' come from and why does IsDate return
|
| Moving a CFSCRIPT into a CFC | 14 Feb 2005 10:54 GMT | 6 |
I am trying to take a CFSCRIPT that I wrote and putting it into a web service. The CFSCRIPT works perfectly standing alone - it dumps a string of information. When I copy and paste my SCRIPT into a new CFC - I get errors: Anyone have any idea why this is happening? Standalone ...
|
| Session variables disappear | 13 Feb 2005 11:31 GMT | 2 |
We have one user who is able to log in and is able to continue to other parts of application without session variables disappearing. But another user who also is able to log in successfully but were kick out of the application doing the same thing due to their session variables ...
|
| Datasource = importexcel | 12 Feb 2005 20:40 GMT | 2 |
I am trying to modify code developed by someone else that imports an excel file using CFFile upload. Then, the previous programmer used a <CFQUERY DATASOURCE="importexcel" NAME="Excell_Data"> to somehow manipulate the excel data so that it could eventually go into our SQL server ...
|
| Why cfmail won't send the messages? | 12 Feb 2005 19:02 GMT | 2 |
Hello: I posted this code in the general forum, no answer yet (it might be too advance?). I am trying to send messages to every user in the form field list. I tells me how many messages i sent, however, my code fails! And it wont even set a variable in the cfloop. My variables ...
|
| a post to the gods for help!! | 12 Feb 2005 12:29 GMT | 1 |
:confused; I NEED Help I have an calendar that works. needing calendar to display outage for a give day if same as calendar day. So for example: I have the month a feb calendar. and on the 5th and 8th there was an outage. outages are entered into the db the type= 'outage' ...
|
| Counting...Kinda | 12 Feb 2005 12:21 GMT | 2 |
I need some help displaying a record count if it's possible. Here's what I got. Events Table : eventID, eventCategory, eventType Event Type Table : typeID, typeName Here's what I want to do. Return a record set consisting of rows from Events where eventCategory is 2 and ...
|
| flash form and javascript | 11 Feb 2005 23:32 GMT | 1 |
I downloaded the new cf version this week and am trying to build a form with the cftree to select an image and display the image. I decided the best solutions was to show the picture outside the flash form using javascript. Unfortunately I can't get the flash to pass the image ...
|
| Troubles passing URL Variables | 11 Feb 2005 23:01 GMT | 10 |
I have having troubles passing variables thu URL. The line below run well and the value is passed: template.cfm?p=3 But with this I got an error message Element p is Indefined in URL:
|
| CFUSION_DBCONNECTIONS_FLUSH() | 11 Feb 2005 21:04 GMT | 3 |
Have been using CFUSION_DBCONNECTIONS_FLUSH() on a CF 5.0 server...just tried it on 6.1 and got an error saying it is no longer supported. Is there something similar I can use do flush all Access DB connections in MX 6.1?
|
| Rounding some decimals | 11 Feb 2005 19:05 GMT | 7 |
We have a commission that should calculate to -2.475 and round to -2.48. When we display the commission, i.e. #comm# it displays as -2.475, #NumberFormat(comm,"999999999.99")# displays as -2.47 however #NumberFormat(lclCommAmt,"999999999.9999999999999999")# displays as
|
| Documenting DSN's in CF4.5 | 11 Feb 2005 18:01 GMT | 1 |
Is there a way to get a complete listing of the existing dsn's configured in CF 4.5 server? I'm wondering if there is a file or something that I can print out that list the name of the dsn, the directory path to the database, any usernames and
|
| Need help removing and replacing strings | 11 Feb 2005 17:07 GMT | 3 |
Here is my problem....I have a shopping cart where users can choose photos for purchasing. Once their credit card is processed, the id for the photos they've chosen, along with the amount of each photo ordered, are entered into the database. After that, I need to be able to match ...
|
| strange problem with queryaddrow | 11 Feb 2005 16:07 GMT | 2 |
I got the followin code: queryaddrow("application.user", ArrayLen(application.xmluser.user.item)); inside a <cfscript> tag in a cfc. As you might see, I'm trying to convert a XML into a query object.
|