| Thread | Last Post | Replies |
|
| Cursor in forms | 20 Mar 2006 10:44 GMT | 1 |
When I bring up my cfform, I always have to click in the first entry fieldH to put the cursor in there. How can I get the cursor to automatically be in there as soon as the form opens ? and when the form is reset or the back button is selected ?
|
| Extract a string from a text field... | 20 Mar 2006 10:40 GMT | 1 |
Need some help with this: I have a field in my database called productDetails, when output on the screen it renders as so: Material: Solid Brass Finish/Color: Antique Copper
|
| Reserved words | 20 Mar 2006 07:34 GMT | 1 |
I have some code that uses the word "Session" as a table field name. That was pretty silly, but it has been working and I didnt think about it when I wrote it a few years ago. eg
|
| .cft files displaying as plain text only | 20 Mar 2006 04:04 GMT | 7 |
I recently installed CFMX and Apache 1.x. When I try to use the Administration for CFMX the correct file is loaded into my browser, but it doesn't display as it should so that I can configure CFMX. I get plain text and nothing more.
|
| Verity cfsearch summary results | 19 Mar 2006 23:34 GMT | 3 |
I've created all the neccessary files in run a verity search on a directory that contains numerous .pdf files. When I run my search and have it display the Summary, I'm not all that impressed with what has been chosen as the three most relevant sentences for each hit. I was ...
|
| TEXTAREA Data Not Showing | 19 Mar 2006 21:54 GMT | 2 |
I am trying to display data from a database in a TEXTAREA field. I cannot get it to work. Caption and Credit displays properly because it isn't using TEXTAREA. Can someone please suggest the proper syntax? Thanks. <cfquery datasource="#application.ds#" name="qryPhotos">
|
| Moving data from msaccess on windows to mysql on linux | 19 Mar 2006 18:58 GMT | 1 |
I'm migrating from windows and msaccess to linux and mysql. The case sensitivity of table names and fields is a real problem. I thought I saw something in one of the books about a setting to help, but now I don't find it.
|
| Rendom question | 19 Mar 2006 16:23 GMT | 2 |
I need to display result from a quary in a random order but only one time each. Here is my structure: <cfquery name="MyList" datasource="MyDB"> SELECT *
|
| Custom Tag Help | 18 Mar 2006 19:17 GMT | 2 |
I am attempting to create a custom tag to wrap pages with to create pdfs. Here is the code for the tag - simple. <cfswitch expression="#ThisTag.ExecutionMode#"> <cfcase value="start">
|
| cflogin and application.cfc example | 18 Mar 2006 17:35 GMT | 1 |
Can anyone point me to a good sample application using application.cfc and cflogin? thanks NF
|
| Checking for file dates | 18 Mar 2006 16:40 GMT | 2 |
I will be receinving a montly flat file from a customer. I want them to put in a folder on the server, overriding the file that is already there (previous month). I then will run a cf application to read the file and append it to an exisiting table. This is done monthly. What I ...
|
| redirecting | 18 Mar 2006 08:34 GMT | 12 |
Hi wonder if someone can help i have a list of old web addresses which i need to piont to new pages, the address have now ext ie
|
| Connecting to Fed Ex XML API feed | 18 Mar 2006 06:24 GMT | 5 |
I get internal server error when trying to initiate a subscribe transaction to obtain a meter number from FedEx's system. Below is the code I am using (the XML and url have been verified by FedEx technical support as correct), and I am getting Internal Server Error:
|
| variable within a variable | 18 Mar 2006 01:07 GMT | 2 |
I am looking for a way to resolve a variable within another variable. Here is an example - I have a query where I am getting data for a specific field #q_getFromDatabase.field1# but what if I want to look through field1, field2
|
| cfinclude can't find my file | 18 Mar 2006 00:54 GMT | 7 |
I have a file on my website named main.cfm: /subdir/main.cfm main.cfm includes displayme.cfm which includes sidebar.cfm. All these files are located in /subdir. I am getting an error in displayme.cfm saying
|