| Thread | Last Post | Replies |
|
| CFCs -- using variables from other CFC's in queries | 31 Aug 2007 18:59 GMT | 7 |
I am working on a click tracking program for emailings, well I want to exclude our IP address, and the clients IP address to show up in the click details, and I want to omit them from being counted when the number of hits are displayed, these are shown on 2 different pages, here ...
|
| Grab image from the web | 31 Aug 2007 09:36 GMT | 3 |
How would I grab (with CF) an image from the web. For example I have an URL http://www.domain.com/images/image.jpg I would like to grab this image and save it to my own server. Any ideas how I could or must do this?
|
| array time out? | 31 Aug 2007 05:40 GMT | 7 |
Hi i have a system task that runs every 60 seconds. this processes a piece of code, this code downloads emails with csv attachments and saves the attachment to my server then my code goes through the csv file and inserts each row into an array.
|
| CFFTP Issues | 31 Aug 2007 03:07 GMT | 7 |
I am trying to get a file from an ftp server and bring it down to my hosting web site. What am I doing wrong? I keep getting an error. <cfftp connection="RealComp" server="ftp.realcomponline.com" username="******" password="******" action="Open" stoponerror="Yes"
|
| Activation e-mail | 30 Aug 2007 23:09 GMT | 1 |
I need to implement the classic activation via e-mail, you register and receive an e-mail at the e-mail address provided, in the e-mail there is a link you hvae to click on it to activate your account. How do I best implement this? I know about sned the mail using the CFMAIl tag ...
|
| (Please help) ColdFusion Client Scope into JSP | 30 Aug 2007 20:14 GMT | 2 |
I have a requirement where i need to access the Data from Client Scope in Coldfusion in a JSP. I don't see the data in Session, Request and application scope of JSP. Can anybody help me in how do i access the information which is declared in
|
| Group 2 Tables Together | 30 Aug 2007 18:11 GMT | 2 |
I have two tables, almost identical with the exception of a couple fields for two separate departments. The fields I am querying are fields present in both tables. I am wanting to group the two tables together, and output their results
|
| CFContent fails with output from CFPDF??? | 30 Aug 2007 05:26 GMT | 1 |
I had a situation where I had to create a PDF containing a dynamic cover sheet and supporting documents, which are in pdf format. I used CFDocument to create the cover sheet, stored it in a variable, then used cfpdf with cfpdfparam to specify that cover sheet variable, then ...
|
| dynamic return from a function based on an argument | 30 Aug 2007 03:05 GMT | 7 |
I have a function that I am using to output a nested list of child/parent relationships the function works wonderfully except that i want to be able to change the way the list is displayed depending on an argument being passed
|
| How control multiple users to access same page? | 30 Aug 2007 02:06 GMT | 18 |
I am working on a public page where the data pull from database base on different UUID. Where this page doesn't required login account. It differential by UUID where it send via email. What I affaird in the email that contain UUID that might forward to multiple
|
| How do I pass a variable to a constructor? | 29 Aug 2007 15:46 GMT | 3 |
If I have a CFC like the one below: <cfcomponent> <!--- call init() automatically when the CFC is instantiated ---> <cfset init()>
|
| Can I pass complex data using wddx via a URL? | 28 Aug 2007 22:43 GMT | 8 |
I would like to pass complex structures via the URL. I know this can be done using hidden fields in forms but sometimes, I need to pass data from a file that is not a form. I'm having problems getting this to work. I have a really simple file that sets up a structure, serializes ...
|
| NoClassDefFoundError from sun.misc.Unsafe.ensureClassInitialized | 28 Aug 2007 22:13 GMT | 1 |
I've been receiving an error when I try to access a Java object, more specifically a constant in a Java object. What's frustrating is that this error occurs on one ColdFusion server but not on another. As far as I can tell there is no major difference between these two CF servers ...
|
| GetPageContext fails on CF 7 | 28 Aug 2007 19:32 GMT | 3 |
I have this bit of code that looks like this: <cfscript> GetPageContext().include("login.jsp?OPEID=#OPEID#&Role=#Role#&APURL=#APURL#&SSN= #SSN#");
|
| ColdFusion Portlet Toolkit | 28 Aug 2007 19:04 GMT | 5 |
Hi all, we are about to be switching to websphere portal and I have been messing around with the coldfusion portlet toolkit. Anyhow I had a question that I hope I can get an answer to how can I link from one page to the next, while staying in the portlet?
|