| Thread | Last Post | Replies |
|
| Cold Fusion login to Windows | 21 Sep 2004 13:31 GMT | 1 |
Don't want users to have to login twice. If they've been authenticated through Cold Fusion on an IIS6 server, is it possible to pass their username and password to Windows so they can then seamlessly access .html files in a non-anonymous folder without them having to face the ...
|
| Horrible Times in custom java objects | 20 Sep 2004 23:07 GMT | 7 |
I have written a middleware application in Java that creates an instance of a RFC in SAP, allows you to set the parameters, execute, then retrieve parameters. Additionally you can reset the parameters and execute the same RFC without creating another object.
|
| MS Excel calls a CFM page - Problems on the MAC | 20 Sep 2004 22:46 GMT | 2 |
I am positive there is a ghuru out there with an answer to this. In Excel, I call a Cold Fusion Page that returns data in an HTML table. On a PC, Excel accepts the table and allows me to go to work with the data. However, on a MAC, Excel "croaks" when I try this. I think it ...
|
| advanced sql question | 20 Sep 2004 20:56 GMT | 2 |
I have a table that has the information below: style size color quantity x small blue 2 x medium blue 3
|
| Assign New Datasource | 20 Sep 2004 17:09 GMT | 1 |
I am developing a CF application which allows users to set up new SQL databases. I have figured out a script which should allow me to develop a new database in SQL. I need to figure out a way to automatically set up a new datasource in CF Administrator. Is there a possible tag ...
|
| How to create TAB panes | 20 Sep 2004 15:15 GMT | 1 |
I am looking for some help in creating TAB panes on a wepage. I am working Coldfusion 5.0. I think dhtml can do this. but do not have enough exposure to dhtml. Any help would be appreciated. Any code snippets, links examples etc. would help.
|
| Expiration of application variables | 20 Sep 2004 13:53 GMT | 3 |
In the ''Memory Variables'' section of the ColdFusion Administrator, it says: ''Application variables expire only when you restart the ColdFusion server, unless you define a timeout value in Application.cfm''
|
| Session limits problems | 20 Sep 2004 13:42 GMT | 1 |
I am building a site media distribution system that involves several PC's around my manufacturing plant to display corporate and interesting information to the employees. I am controlling the system using Coldfusion session variables and database sequencing.
|
| insert help | 20 Sep 2004 13:12 GMT | 7 |
I have two queries - one to update and one to insert. I am having problems with the insert query. I am trying to insert information from a drop down box into one table. Here is my code for the update:
|
| query question | 20 Sep 2004 12:32 GMT | 9 |
within our Intranet, i have created a query that returns the results of a search (obviously based on search keywords), however there are certain records within this query that i would like to exclude, for example certain category types whereby the date has expired, one example ...
|
| excel dsn works then stops? | 18 Sep 2004 06:30 GMT | 1 |
I created a dsn connection to excel so I could import data into a DB through a file upload. It worked great for a couple of days then just decided to bomb. I'm using MX 6.1 and I've scoured the web for information to correct the problem. I added the ODBC datasource on my machine, ...
|
| Trouble replacing line breaks in code | 18 Sep 2004 02:45 GMT | 1 |
I have a list that I need to change frequently in code. For convenience, I want to represent it like this: <CFSET MyList =" dog,
|
| Session Timeout - Auto-Redirect | 17 Sep 2004 23:06 GMT | 2 |
I' m trying to have my application redirect to a specific page when the session times out. I have the following code as the last thing in my application.cfm. Some users seem to go into a loop when first visiting the site. It seems like the
|
| Session times out too soon | 17 Sep 2004 23:04 GMT | 3 |
I've researched this in the archives and it seems that many people have had a problem with the session timing out at 20 minutes rather than the specified time period but there doesn't seem to be any answers. In my CF Administrator I have the following settings:
|
| True Dynamite SQL query | 17 Sep 2004 21:48 GMT | 1 |
I am trying to create an admin module that will allow the administrator to create ordering forms by entering specific fields and/or dropdowns. For example, a field that would serve for the first name, the administrator would enter the field label (First Name), what form name ...
|