| Thread | Last Post | Replies |
|
| How can I find currently active cfids and cftokens? | 31 Oct 2005 22:30 GMT | 2 |
Does anyone know if there is a way to find all the active CFIDs and CFTOKENs? Or a solution to my issue.... There is no login on this application. I have a form that anyone of 100o's of people can work on and save in a
|
| Cfdocument type="PDF" | 31 Oct 2005 19:54 GMT | 3 |
Everything was going along fine until today. I am getting an error that says "File does not begin with '%PDF-" I added filename="%PDF-ff" to the cfdocument tag and I didn't get any errors I also didn't get any output. As I said all was going smoothly, then today my world is ...
|
| Insert into Outlook Calendar | 31 Oct 2005 14:13 GMT | 3 |
We have an application that generates ICS files and emails them out to our staff, the problem we have is that the majority of our staff either forget or won't access the ICS file to import the calendar setting into their outlook. What we want to do is create an application that ...
|
| Include into the Index Page. | 30 Oct 2005 06:49 GMT | 3 |
I have come from a PHP background - can anyone help me translate this code snippet into Coldfusion? $_GET['page']; if(!$page || $page == "index")
|
| how to show the user is online and logged in? | 29 Oct 2005 23:34 GMT | 2 |
i am making a community page, in the member browsing page, i want to show the surfer that whether the user is online and logged in, i am using #Session.Memberid# to memorized the member's id, can anyone help me?
|
| Updating Multiple Form Values at once | 29 Oct 2005 23:16 GMT | 11 |
Hey everyone, I have a looping query that gets all the votes for a project from a database and puts a dropdown list next to each project for voteing. You can see the page here at http://www.digitalswordsmen.com/Digital%20Swordsmen/prod/Site_Projects.cfm
|
| Paypal Direct Payment | 29 Oct 2005 22:44 GMT | 4 |
As the Summary says, here's my error: ; nested exception is: java.lang.ClassCastException The test code of theirs works just fine. I've figured out that four files are required -- paypal.cfc, paypal-util.cfm, log4j.xml and sdk-seller.p12. These
|
| XML and ColdFusion | 29 Oct 2005 14:46 GMT | 1 |
I know ColdFusion but I'm not completely immersed in it, ActionScript 2.0 is my main developing language. However, I need to find a way to get ColdFusion to write to an XML file from a form. I have found no good tutorials or anything on the web that relates to this subject, can ...
|
| Portal Integration (JSR-168) | 29 Oct 2005 04:02 GMT | 1 |
Hi - How well ColdFusion support for portal integartion? Can we implement JSR 168 standard using ColdFusion? Thank you SKR
|
| Paypal Express Checkout | 29 Oct 2005 02:27 GMT | 17 |
Hi I have been trying to get paypals new express checkout working with Coldfusion, I have tried several aproaches eg. Java CFX , and inline java code both with the same result. The CFX aproach
|
| Weighted Random Record???? | 28 Oct 2005 22:18 GMT | 3 |
Guys, Good morning.... I have a random script I am using to pull a random row.... <cfset displayRow = randrange(1,randompic.recordCount)> <cfoutput>#randompic.mlocation[displayRow]#</cfoutput>
|
| make cffile optional? | 28 Oct 2005 21:31 GMT | 4 |
I have created a page where people can upload screen shots of error messages.. now how can I make the field optional (i.e. Saving empty (zero-length) files) as it's not mandatory? code is below:
|
| Date quiry by month. | 28 Oct 2005 20:45 GMT | 3 |
On my access data base, i've got date in "01-Jan-05" format. Now i do need to quiry that sort the data by month, i'.e Jan-05 Feb-05 ect. I hope that some one can help me with ssuth a quiry
|
| Search results display problem | 28 Oct 2005 20:10 GMT | 3 |
Hi, I am working on a dynamic results page that uses a form variable in the recordset. When I test the recordset it comes back with the correct results but when I check it using the results page I get no records returned. When I remove the form variable from the recordset the ...
|
| Advanced sorting with multiple tables | 28 Oct 2005 17:49 GMT | 2 |
I have 3 separate tables with the same ID corresponding to what matches to what. What I would like to do is create a simple output where I can sort, but between the three tables. Currently, I just have one select query and then in the loop I have selects for the 2 other queries ...
|