| Thread | Last Post | Replies |
|
| Delete a line from txt file | 19 Apr 2007 18:40 GMT | 2 |
Is it possible to search for a string in a text file then delete the line where the string is found. For ex. if I have a list of names in a text file, I would like to be able to search for a name, based on user's input, then if the name is found, delete the
|
| Retrieve Certificate Variables (ie. email from CAC card) | 19 Apr 2007 18:04 GMT | 2 |
I don't even know if this is possible but it was mentioned that if possible the client would like to have this functionality. All users have CAC (Common Access Cards) to log into their computer, connect to the intranet, etc. The idea is that instead of forcing the users to ...
|
| Show only records from last month | 19 Apr 2007 15:44 GMT | 2 |
Help me pleeeeze!! I have a products table (tblProds) It has a field called DateUploaded I want to only display records which are less or equal than a month old.
|
| Merge html image files into a single file | 19 Apr 2007 15:01 GMT | 2 |
The purpose of this is to combine different files into a single file for easy printing. Then user doesn't need to click on 60 individual links to print 60 html files. They only need to click once and print the output file. Can anybody lighten my way? Thanks.
|
| Checking to see if a word starts with a number..SQL | 19 Apr 2007 12:44 GMT | 7 |
I have a list of companies for my work. Some start with numbers. I created a sorting that looks for the first letter. Works great for A-Z, but I don't know how to do it for 0-9. Can't compare a varchar against an int. I tried this, but didn't work. Any ideas?
|
| Easy Question, online store Qty purchase | 19 Apr 2007 03:48 GMT | 1 |
I need a bit of help, and I'm not quite proficient in CF really. I have built a registration system in CF, which has three steps (pages). On the last step, you can choose to return to Step 1 and register another person, OR you can choose to Pay Now.
|
| CFHTTP and Name of Form | 18 Apr 2007 22:49 GMT | 1 |
I'm using CFHTTP to post a form to another server. The processing page on the server handles many forms... so I must pass along the name of the form as well. How do I do that? Here's what I have so far: <cfhttp url="theURL" method="post" result="theResult">
|
| Kill session var when multiple browser windows are open? | 18 Apr 2007 21:09 GMT | 3 |
I'm a mid-level DW rpogrammer, and low level CF programmer. I am having a problem with automatically killing the session variable upon browser close, IF there are other window open. I'm using this in my application.cfm:
|
| Dynamic CSS Stylesheets | 18 Apr 2007 07:28 GMT | 2 |
I have a template site that allows the individual users to control the content and certain design elements of their instance of the website through a backend administration interface. I would like to give them more control over the design by allowing them to change colors in the ...
|
| RND function working on one page, but not the other | 17 Apr 2007 20:38 GMT | 2 |
I have 2 pages with the EXACT SAME CODE. 1 works one doesn't. I put the code on the same page to determine why and I cannot figure it out. The second query, bookS pulls random data. The query book stays the same. on the actual pages of the sites, they are named the same.
|
| Query Of Queries runtime error | 17 Apr 2007 19:09 GMT | 1 |
I'm getting below error: Error Executing Database Query. [b] Query Of Queries runtime error.
|
| cfslider won't load | 17 Apr 2007 16:34 GMT | 1 |
CFslider works fine on dev server with- Windows 2000, IIS 5 CFMX 7 CFslider works fine on Production with server- Windows 2003, IIS 6 Same CF- 7,0,1,116466 Any Ideas????
|
| Can CFMAIL send expiration date and time properties in an e-mail | 17 Apr 2007 16:13 GMT | 1 |
In Outlook 2003 you have the possibility to select expiration date and time properties in an e-mail. Is it possible to send the same properties with CFMAIL? Thank you in forward. Flashhh
|
| Scan document from web form | 17 Apr 2007 15:58 GMT | 4 |
I have a CFMX7 application where I would like to integrate scanning of a local paper document into the client PC, have it stored as a PDF or graphic file, and the file automatically uploaded with the other data of a form. How can I have a web form button kick off the scan in the ...
|
| CF-StoredProc Fails | 17 Apr 2007 14:52 GMT | 19 |
What is wrong with this Stored Proc ? It works fine in sqlplus but not with a CF call..I have created a simple Hello proc , and called from CF it works fine...Any help ? Thanks. ::::::::::::The CF call ::::::::::::::::::
|