| Thread | Last Post | Replies |
|
| usa map graphic | 02 Dec 2004 03:32 GMT | 2 |
I've been thinking about doing a usa map with numbers overlaying on the map via coldfusion/CSS. Does anyone know of a dynamic USA states map graphic tag ? we could really use this at my company.
|
| using query.columnlist to get column names=>variables? | 02 Dec 2004 00:39 GMT | 1 |
Say I have a table in my datasource named tblFOO, with any number of fields (and assume that I *dont know* what the field/column names are in the table). I want to write cf code to select * from the table, and then use the columnlist of the query to create variables named the ...
|
| Create static page from dynamic content | 01 Dec 2004 21:37 GMT | 1 |
I have a database with a list of courses and I would like to generate a static page for each courses based on a dreamweaver template. The reason for this is that I want the same look and feel of my website and if I change my template my static generated pages will also be ...
|
| Excluding section of content from CFHTTP grab | 01 Dec 2004 20:29 GMT | 1 |
I'm pulling content via CFHTTP, and each page has editable text that serves as a delimiter -- essentially I want to exclude what is between these delimiters when I display my CFHTTP content grab. Looking for the most simple approach, I tried using GetToken (see below) to get ...
|
| passing recordID after new insertion | 01 Dec 2004 19:41 GMT | 3 |
Not sure how to but I'd like to pass an Identity field to a "success.cfm" page after a user successfully registers. For example the go to a static html page - select register - fill out a form - then hit the "success.cfm" page for successfully registering. I want the success.cfm ...
|
| Browser Window Session Variables | 01 Dec 2004 19:03 GMT | 4 |
Application: An application where you can administer a number of companies and their users. The issue: You login to Company1 and click on User1 opening a different window. Now you need to open User2 from Company2. So in the Company1 browser you go to Company2 while leaving ...
|
| Bar Graph Colour | 01 Dec 2004 17:38 GMT | 2 |
The Bar chart colour has been set in the cfchartseries tag and works as long as the query returns more than one record. I f it returns a single record, it changes the colour to gold. It looks like we are highlighting some areas when actually want them all the
|
| cflocation executing twice on Mozilla | 01 Dec 2004 16:50 GMT | 2 |
I have a weird problem. I have a form that calls itself until certain requirements are met then does a cflocation and cfexit exittemplate. For some reason everything in the cflocation call is happening twice. The original form isn't doing it. I put a cfmail in the original ...
|
| Set Url Variable Manually | 01 Dec 2004 16:10 GMT | 2 |
Is it possible to manually assign a url variable if the url variable doesn't exist first? for example, I want to be able to assign a value to the variable url.itemID when the variable may or may not have been passed in the url string. when I try <CFSET url.itemID = '5'> I get ...
|
| Filtering recordset by values in array | 01 Dec 2004 15:58 GMT | 1 |
Hi I am trying to filter a table of users to select only those records whose roleID matches a value in an array. There could be any number of IDs held in the array from one to a few hundred. The array is generated by splitting a comma delimited memo field from a second table in ...
|
| ValueList return extra decimal value | 01 Dec 2004 13:11 GMT | 7 |
Hi all, I was doing a ValueList of a query to get a list of IDs. When dumping the query, the value are integer, but when getting a ValueList of the ID column, it return a list of IDs with '.0' after each IDs. Anyone ever encountered this before? Please help if you know why ...
|
| Outer Joins? | 01 Dec 2004 01:11 GMT | 2 |
I have been trying to somehow do an outer join with CF. Is there any workaround? Here is my code. SELECT MEDIA_SCHEDULE.BOOKING_SETUP_DATE, MFHD_MASTER.DISPLAY_CALL_NO
|