| Thread | Last Post | Replies |
|
| Advanced Security Link and setup | 09 Oct 2004 05:54 GMT | 1 |
All, I've got a machine with CF6.1 trail version installed, but the "advanced security" links don't appear in the security tab....just the "basic security" links.
|
| SQL Table Lookup | 09 Oct 2004 05:53 GMT | 5 |
I am struggling with what I would think would be a simple query. I have created a lookup table that has 4 fields, the 2 importants ones for this discussion are Project_id and STA_id. I am trying to create a query to find ALL of the project_id's that have STA_id's that match ...
|
| word count | 09 Oct 2004 05:49 GMT | 1 |
i'm trying to get a count for the number of times a specfied word or words appear. i tried using refindnocase, but it only returns the first occurance no matter what i do.
|
| Sorting Technique | 09 Oct 2004 05:46 GMT | 1 |
I am planning to write a UDF which will automatically sort a list of url from a text file and display them as per domain. Example:
|
| Reseting an application variable with form button | 09 Oct 2004 02:31 GMT | 2 |
Hello all. I need to be able to reset an application variable to nothing by use of a form button. I am having a brain fart and I can't think of how to do it. Basically I have this public rant box, where you put in your name and what you wanna say, and it gets pasted into a ...
|
| Retrieving text containing " into form field | 08 Oct 2004 22:47 GMT | 2 |
My client is using an Access DB for a collection of short articles. The Title of these articles sometimes contains double-quotation marks. "Like this." We can enter and display these titles with no problems, BUT when I try to pull a title containing a " into a form field to ...
|
| form processing help please! | 08 Oct 2004 22:38 GMT | 1 |
I have a data input form that I would like to work in the following way: The user would select an item from a list box, and based upon the selection, certain text boxes on the form would become disabled or locked. Focus would then be applied to the appropriate object.
|
| Replacing comma at end of string | 08 Oct 2004 21:33 GMT | 4 |
I have a string of vals that i loop through: <CFLOOP query="pipe_gid">'#GID#',</cfloop> How do i get rid of the last comma in the string? ie: '10','20','30','40',
|
| Advanced redirect cfm script | 08 Oct 2004 20:43 GMT | 4 |
Hello; I am trying to write a redirect type of script. This redirect is being created so 2 web sites can reside on the same ip address. I need this script to make the url in the address bar show just the url address and not the path it is
|
| Progress Bar for DB Operations | 08 Oct 2004 19:39 GMT | 4 |
Hello - Can anyone point to a tutorial or code that shows how to build a progress bar that can be used while performing lengthy database operations. The # of records in the DB dynamically change so the bar would have to calculate and change accordingly. Any tips, toots or code ...
|
| ColdFusion and Blob Retrieval | 08 Oct 2004 17:08 GMT | 3 |
I know people tend to be very opinionated on storing and retrieving binary data. I have a project right now where I am loading blobs into a MS SQL DB and retrieving them. Personally I would rather store the file to a physical location and use SQL as a pointer, but I am afraid I ...
|
| Passing Session Variables Between Applications | 08 Oct 2004 17:02 GMT | 3 |
Can it be done? My 'main' website uses some session vars. I have a new application with its own application.cfm in a root folder off the main site. How can I pass session variables from my main site into the new app?
|
| How secure is passing URL ID using enrypt? | 08 Oct 2004 16:56 GMT | 1 |
I have no choice but passing a user ID through a URL. I'm thinking of using encrypt and decrypt function available in CF function but how safe is this????
|
| File Upload problem | 08 Oct 2004 16:40 GMT | 2 |
I have got an annoying problem. I am trying to insert the name of the file that has been uploaded into a column in my database called FileLocation. I have got the file uploaded successfully into the correct folder, and I have got other details that the user enters via a form ...
|
| CFHTTP & CF5 | 08 Oct 2004 16:34 GMT | 2 |
Anyone know where I can find all the possible causes for receiving a "204 No Content" response when using the CFHTTP tag in CF5? I have some code that has been working flawlessly for over a year that suddenly broke yesterday. I'm using a hosting provider and my guess is that a
|