| Thread | Last Post | Replies |
|
| Can I call a CFR in a CFC | 11 May 2005 16:50 GMT | 1 |
I am understand I can easily call a cfc in a cfm file and then use the cfreport tag in the cfm file to call teh template and use the query returned by the cfc for my report. However what I want to do is a bit different. I would like to have a function in my cfc that does the ...
|
| Multiple forms | 11 May 2005 15:04 GMT | 5 |
Is it possible to tell the name of a form being submitted? I have 2 forms on a page and want to choose an action depending on which one is submitted...
|
| variable contents problem | 11 May 2005 14:56 GMT | 2 |
Does sombody knows how can I do to do this : <cfset var = "<cfinclude template="file"> <cfoutput> Hi </cfoutput> "> In other words to store cfml code and instructions into a cf variable. Thx
|
| ftp text file to Variable | 11 May 2005 14:34 GMT | 2 |
hi guys, i am currently using this piece of code for a support program i am developing , the client side on flash and the server side on coldfusion 6.0 : <cfftp action="GetFile" transfermode="Auto" stoponerror="yes" remotefile=#archivo# localfile="c:\Temp.txt" ...
|
| Server Side Processing Help | 11 May 2005 13:03 GMT | 3 |
Looking for help resolving a problem on a website we wrote. The submit page actually generates an XML packet which is submitted to an internal server for processing by an asp page to an ERP system's database. The internal server is running IIS and has a submit.asp ready to ...
|
| session variable lost | 11 May 2005 12:24 GMT | 2 |
Some time ago I started losing session variables. Tried lots of stuff, but the only thing that worked was to restore my cfm files from a backup. I thought at the time that the cfm files were somehow getting munged... The frequency with which this started happening has been ...
|
| How to get the name of an Excel sheet? | 11 May 2005 06:36 GMT | 3 |
I'd be grateful if someone could please help me solve this little problem. I have an Excel file having only 1 sheet on my C drive. (e.g. C:\myExel.xls) I want to programmatically connect to this excel file and obtain the name of the sheet.
|
| Use CF variables in flash form? | 11 May 2005 00:52 GMT | 1 |
how can i use a coldfusion varible wich saves a query in flash forms? i've seen a solution yesterday but lost the link thanks k
|
| CFMail again | 10 May 2005 22:14 GMT | 4 |
Man this Mail tag has been giving me big kahoonas lately Can anyone see why this doesn't work?? here's what I have <cfcase value="text">
|
| Ideas for sharing same code with 2 web sites | 10 May 2005 22:07 GMT | 6 |
I'm working on a project where 2 web sites will each have a distinct look and feel, but I'd like to have them share the same code base, rather than just duplicating (and maintaining) two sets of .cfm files. I can put some application variables in application.cfm to define ...
|
| Problem with Structures | 10 May 2005 18:59 GMT | 2 |
I am having trouble with structures. First, I can't find a decent example of how these things are created. Second, I can't seem to get my example to work. Following is the scenario: I have a query that is getting records, based on the user's search criteria.
|
| If something EQ to value then apply a style | 10 May 2005 18:25 GMT | 2 |
There is probably a simple solution to this, but after much searching I haven't found much info... I have a table with rows where values can be either 'Goal' or a 'Strategy'. If the record returned is 'Goal', then I want to apply a bold style to those
|
| Need syntax for conditional | 10 May 2005 17:39 GMT | 6 |
I need to test with a conditional whether a number is within a specified range. <cfif #booth# is between 1245 and 4567>Do this<cfif> Not sure of the syntax to do this. I'm pretty sure BETWEEN can only be used
|
| Session variables forgotten on refresh | 10 May 2005 17:04 GMT | 1 |
Hello everyone, i got a bit of a problem. I have a login page in my site, but if a user refreshed the site at any time all the session variables that are set in it, get forgotten. I think i could fix this by setting something in the application.cfm, just not sure how I would ...
|
| CFMail Urgg | 10 May 2005 15:25 GMT | 4 |
Can one see what the heck is wrong with this. It runs through the process and gives the Thank you message but doesn't send the email. <cfparam name="cmd" default="none"> <link href="/assets/styles/global.css" rel="stylesheet" type="text/css">
|