| Thread | Last Post | Replies |
|
| Verity Score Issue | 10 Sep 2004 17:46 GMT | 1 |
I'm creating very basic seach collections (e.g. a collection of PDFs in a directory, a collection of all html files) using the verity engine included in cfmx 6.1. The collections see to be created correctly, however, whenever i search them ALL results show a score of 1.0. I'm ...
|
| Possible to know if couput is from cached query?? | 10 Sep 2004 17:46 GMT | 2 |
I have a situation where I am using the cachedwithin attribute of the cfquery tag to reduce overhead on my database. The result set that is returned from this cached query is also used to create a PDF file dynamically. The PDF file creator template uses the same cached query to ...
|
| Formatting Nightmare | 10 Sep 2004 09:11 GMT | 1 |
I am including some code here. My Query results are stacking my results in rows. I am my CF Code, the way my results are appearing, and the way I need them to appear. Please Help I am so stumped.. <cfquery name="All_Data" datasource="" dbtype="ODBC" username="" password=""
|
| session vars in IE MAC | 10 Sep 2004 05:20 GMT | 1 |
I have a login form for a registration site. The form sits on www.mysite.com, but the registration system sits on register.mysite.com. When the person fills out the form and logs in, the browser should bring them back to the page where they logged in from. I store the ...
|
| 5.0 to MX Migration | 09 Sep 2004 22:21 GMT | 1 |
We are getting ready to migrate from 5.0 to MX and are wondering if there is any documentation out there stating the application issues people have had. We tried migrate about 1.5 years ago but ran into quite a few issues with the applications we have running on our 5.0 server. ...
|
| date problem caused by MX6.1 UpDater | 09 Sep 2004 21:34 GMT | 9 |
my hosting company has just installed the MX6.1 updater and this has caused my calendar to work the code i use to draw the calendar is below, the problem is within the 2nd line with the day section that looks like '/00' <cfset showDay = 1>
|
| Send form data using Outlook | 09 Sep 2004 20:36 GMT | 2 |
Here is the task i am trying to do. Looking for your help in finishing this. I have a form in which ToEMail, FName, LName, Subject and body are text fields populated from database.
|
| Display dates from datediff | 09 Sep 2004 20:01 GMT | 4 |
I have an application in which I would like to show the startdate and the enddate from a database and all the dates in between. I am using datediff to show the number of days, but how do I display the actual dates rather than the number of days.
|
| Creating interim processing page like on Orbitz.com? | 09 Sep 2004 16:12 GMT | 2 |
I would like to create an interim processing page like they have on Orbitz. Here is the basic procedure. A person submits a form that requests a resource that takes quite a bit of processing. So, instead of showing the person a blank page while their request is fulfilled, I
|
| cold fusion credit card checking facility | 09 Sep 2004 15:09 GMT | 1 |
im doing afake site for my tafe course and im required to use a function in cold fusion where it checks the credit card number then if it is right, it will pass back to the caller page with the appropriate result,result code and message.
|
| get all active users/sessions in cf app | 09 Sep 2004 01:53 GMT | 3 |
hi all !! is it possible to get all the active users/sessions in a certain application ? here's our scenario: when the user logged we updated the status of that user (table field
|
| Error Executing Database Query. | 08 Sep 2004 21:43 GMT | 2 |
We are currently running an application on ColdFusion MX 6.1 on a Windows 2000 Server. While trying to upload an image in the applicaiton we receive the following error. Any help with this error would be appreciated. Error Executing Database Query. [Macromedia][SQLServer JDBC ...
|
| Grouping Alphabetically | 08 Sep 2004 18:58 GMT | 1 |
I'm trying to display a list of names from a query - grouped by the first character (similar to a book's index page). For example: A
|
| whats wrong with this Store Proc? | 08 Sep 2004 17:58 GMT | 1 |
the following SP gives me an error on line 9. exact error: Error 170: Line 9: Incorrect Syntax near ')' i cant figure it out. any help would be appreciated.
|
| dateadd problem | 08 Sep 2004 15:04 GMT | 5 |
I am having a problem trying to get records that are a certain age from my database. I have got the code as inserted, but this is not pulling any dates back. The data is saved in an sql server 2000 database as datatype datetime. I am at a loss as to why no records are being ...
|