| Thread | Last Post | Replies |
|
| cfmail and double dots | 15 Sep 2004 09:58 GMT | 3 |
I have following problem: I have cf template that uses cfhttp to generate body for cfmail tag that is sent as html. If that email is received by MS Exchange 2000 and read with Outlook 2003, some
|
| Multiple pages to display in one print preview | 15 Sep 2004 09:42 GMT | 1 |
I have been asked to automate a process of creating a print preview for mulitple cf pages in a directory. They are not the only cf pages in the dir, and there are multiple dir that need the one print preivew.
|
| I cant get IsDefined to work | 15 Sep 2004 03:06 GMT | 2 |
I have been trying to get this to work in a real app, and it wont. Here is a test snippet to show that it doesnt work <cfif IsDefined('session.region')> yes
|
| Interactive session variable | 15 Sep 2004 01:25 GMT | 4 |
I have a search for suppliers by region. The regions are predetermined with RegionID as the key. I created a session variable named session.region and it looks like this ------> <cfset session.region = "">
|
| Query Help Needed | 15 Sep 2004 00:56 GMT | 1 |
I'm working on the migration of an old Access routine we had, converting to CF. There were three queries being used in Access, which I have put into cf queries, and I plan to to QoQ on them. The problem is, when I run the page, I get a message saying:
|
| Multiple Products on one Page | 14 Sep 2004 22:27 GMT | 1 |
I have multiple products on one page, each with a quantity drop down list. I want the user to select which of the products they wish to purchase by selecting the quantity from the dropdown, then outputing, calculating items total etc on the next page. I believe this is done ...
|
| Trace position of a number in an ip-address | 14 Sep 2004 16:26 GMT | 1 |
I want Coldfusion to determine dynamicly which position a certain number is in an ip-address. Let's say i have a ip-address e.g. 10.20.0.91. I want to trace the position of the number 9 starting from the first point on
|
| similar mail to a group | 14 Sep 2004 15:49 GMT | 1 |
I want to send the similar mail to members of a group. but have problems. First I select the members of the group : <CFQUERY DATASOURCE="#pds#" NAME="daapsbarn"> SELECT dID,email
|
| delete duplicate record from db | 14 Sep 2004 15:48 GMT | 1 |
I want to delete duplicate record from my database. How's the SQL look likes. For example I have a table EMP and I have duplicate ename into the db. I want to delete that. Thanks
|
| Checking for .com or .mil | 14 Sep 2004 15:33 GMT | 2 |
I need to re-direct people based on where they are visiting from. For example. Someone is coming from .com so they need to go to one page but those coming from .mil will be re-directed to another page. I am not sure how to do this. Any ideas??
|
| pushing files to the user | 14 Sep 2004 09:01 GMT | 1 |
Is there a way to push a set of files to a user? I want to push a set of files (to upgrade an application) to the user when they click a button on the browser. I don't mind if they are asked once (but no more) if they want to save the files. There would be about 20 files that ...
|
| Window.name | 14 Sep 2004 09:00 GMT | 1 |
Hope someone can just point me how I can check if a window with a certain name is already opened in the browser, so I could decide to close it from another window. Thank you.
|
| Update more than one row at once | 13 Sep 2004 21:09 GMT | 2 |
I have a form that has two address' on it - one home and one work. I would like these two address' to be updated in the database in one go. Each address has two seperate rows in the SQL database. The unique id is addressid
|
| How do I limit the output in a repeat region? | 13 Sep 2004 18:49 GMT | 7 |
I have a Master/Detail page setup where family names are listed on the master page and then when you click on their name, you are taken to a page which contains their detailed information. In the detail page, there is a list of family members (names, birthdays, etc.) and I ...
|
| making a forum | 13 Sep 2004 17:48 GMT | 3 |
ok im making a frum and i havent figured out a couple little details although ive searched everywhere for them. ok first is how do i implement "bbcode" like when someone clicks on a smily it inserts :bigsmile: into the text box when posting a message. what i want to
|