| Thread | Last Post | Replies |
|
| Deleting or Modifying Session Variables in another session | 31 Jul 2005 11:44 GMT | 3 |
Is it possible to delete or clear session variable from another session? Here's my scenario. A user opens the public part of a web site which uses an application.cfc and the application name "abc".
|
| Bind Attribute in CheckBox -->Help | 31 Jul 2005 05:40 GMT | 2 |
I attented a great presentation yesterday by Macromedia Canada. I need a little help regarding the BIND attribute. I am doing a query from two seperate tables. The first query retrieves all the user names.
|
| query1[query2.field] is incorrect | 31 Jul 2005 03:30 GMT | 4 |
I'm trying to reference one query by the output of another. For example: The output of query1.field is "first_name" I want to somehow use this output of "query1.field" and use it in a reference, like so:
|
| Reference Column Name by string... | 31 Jul 2005 00:34 GMT | 1 |
If you read half way through my question and think to yourself, "Huh?" you will know exactly how I feel right now. I am dynamically creating a form from a database table named "form_fields." form_fields has many column, among which are "form_fields.field_name,"
|
| Using SES Converter on CF Server | 30 Jul 2005 22:40 GMT | 1 |
I got Fusium's SES Converter to work on my Windows XP computer running CF's built-in server. However, I am having a problem using some code that I made to do paging correctly with SES. The code I have included at the bottom works perfectly on my actual server, which is run by ...
|
| javascript, coldfusion expression | 30 Jul 2005 20:10 GMT | 2 |
is there a way to embed a expression using javascript and coldfusion values? this variable is getting nut... <a href="#CGI.SCRIPT_NAME#?pagina=#URL.pagina#&modificarCantidad=dameNumero(F_iCant
|
| What can cause a session to end? | 30 Jul 2005 19:25 GMT | 3 |
What can cause a session to end? Mi sessions are ending without a timeout or the browser being closed. I haven't analyzed the situation fully, but I've definitely established that it's happening, in predictable ways. And it's causing me grief. I've got
|
| CFHTTP: Imitating a Browser | 30 Jul 2005 12:49 GMT | 3 |
I want to send a cfhttp request whose header contains the following fields AND ONLY the following fields: Host User-Agent
|
| NOAA Weather Web Service | 30 Jul 2005 00:54 GMT | 1 |
I'm having a tough time getting the NDFDgen method to work for the NOAA web serivice. Here is the documentation on the service itself: http://weather.gov/xml/ The calling code is below:
|
| Am I wasting my time? I seek council. | 29 Jul 2005 23:20 GMT | 3 |
My page has <cfinclude> to create the top menu, which includes text input fields for search parameters. Another <cfinclude> sets a page to below and left, which displays names and record info read from a database. I would like the search field to pop up the find in the left area ...
|
| How to make now() and different timezones get along | 29 Jul 2005 20:29 GMT | 8 |
As my title and summary suggest, I just started using the now function, mainly for keeping track of when users last logged in. The question is, how can I make now work with different timezones. I know that I should have a field that users specify what one they are in, then how do ...
|
| finding extension | 29 Jul 2005 20:27 GMT | 1 |
How do you find an extension (either doc or pdf) of a file by querying a database that gives you the ID of the record when you don't know which extension it is? I know how to get this info when uploading a file, but I want to get this info when checking my records on a cfm page. ...
|
| Coldfsuion + Java Instantiation Exception | 29 Jul 2005 19:35 GMT | 4 |
This is the error I am getting: An exception occurred when instantiating a java object. The cause of this exception was that: . when I try to create the following java object:
|
| No Pcase? how do I capitolize the first letter of a word, with the rest of the word lower case? | 29 Jul 2005 18:44 GMT | 2 |
I know I can go one way or another, Ucase(var) all upppercase, or Lcase(var) all lowercase, but how can I get a Propercase? I've seen this in VB, does Cold Fusion have a function like this, or can you tell me how to perform this in Cold Fusion? I have a user who wants this and ...
|
| Is there a way to orient text vertically? | 29 Jul 2005 18:14 GMT | 4 |
Is there a way to orient text vertically? (As in rotating normal text 90 degrees). I have an html table populated by narrow columns and need vertical headings to fit inside the columns. Can coldfusion, html, or java script orient text vertically?
|