| Thread | Last Post | Replies |
|
| creating a multidimensional array | 28 Feb 2005 06:46 GMT | 2 |
How can I combine two arrays in cfscript to form one multidimensional array? For example, I have two arrays: firstarray[1]=fred; firstarray[2]=jim;
|
| Using an XSL with <img> tag | 27 Feb 2005 05:04 GMT | 1 |
I'm using XSL to transform my XML. In my XSL I want to display an image using the <img> tag. I can not figure how to get the image to display. The code makes the image missing icon be displayed. When I do a right click|Properties on the image icon I see: Thumbnail, or I get an ...
|
| Parse text files based on login | 27 Feb 2005 04:26 GMT | 3 |
I am creating an article datebase and I would like to limit the amount of text seen based on login. I am calling the articles in .txt form using cfinclude. Is it possible to just pull the first 300 characters of a text or html file. This will give a guest just a glimpse of the ...
|
| MX 7 VSAM Gateway? | 25 Feb 2005 21:17 GMT | 3 |
Does anyone know if there are any examples of creating a MX 7 gateway to VSAM files on a mainframe? Thanks for any info. ...Brad
|
| Javascript variables | 25 Feb 2005 20:23 GMT | 4 |
How can I pass a javascript variable to coldfusion before submitting a form ? Basically, I need to know the value of a drop down box selection, and based on that value, when the user clicks submit, I launch a one of 2 possible pages.
|
| Splitting a CSV list | 25 Feb 2005 19:42 GMT | 7 |
I have the following type of data in a page and I need to be able to pull each and every CN value without the CN or anything behind it. CN=CompStaff,OU=MyOU,DC=MyDC,DC=com, Is there a way to do this in CF 4.5? I know we are behind times but we are
|
| CF7 Report Writer | 25 Feb 2005 15:24 GMT | 1 |
I'm heavily into developing reports with the new report writer as a convert from Crystal Reports. I'd like to report any bugs/problems I find with the tool but I'm at a loss as to whom I should send these items. So far I love the report writer. It really is a breath of fresh ...
|
| Client Variables in different case | 25 Feb 2005 13:48 GMT | 2 |
We are using ColdFusion 5 and ColdFusion MX 6.1 in production use where 5 are the main server and version 6.1 are used for very specific events. Anyways we use client variables to manage are state and login information. We are noticing that once 6.1 uses the variables it ...
|
| need help with cfdocument | 25 Feb 2005 13:26 GMT | 1 |
hi all.. i want to generate pdf files with cfdocument in cf7 it works fine with my local web server. but while trying it live it throws following error..
|
| Discussion: Attributes Vs Request variables and Custom Tags | 25 Feb 2005 07:48 GMT | 2 |
Two methods (that I am interested in) to pass variables into a custom tag are
:- 1. Setting a request variable 2. Passing a 'local' variable in the custom tag To me there doesn't appear to be any advantage of one method over the other (in terms of speed, memory, availability) ...
|
| 10K Record Query Best Practice Question | 25 Feb 2005 05:08 GMT | 1 |
We have an issue in which we are trying to come up with the best solution to a problem. The problem is that we have up to 10,000 records that need to be displayed in such a manner that they can be grouped and sub grouped much like a file system, but with the ability to easily ...
|
| Encrypting CF Code | 25 Feb 2005 04:01 GMT | 1 |
Hello all, I have to deploy an application on a server at a hosting company that is known for stealing CF applications from their client?s sites and then repurposing them into new products to sell to other customers. Pretty slimy stuff. Is there some way I can securely ...
|
| Javascript variables to cold fusion | 25 Feb 2005 03:53 GMT | 1 |
I created variables in javascript and would like to have them available to me in cold fusion code. Does anyone know how I can do this? In the accompaning code I retrieved data from one frame into another using javascript. I then want to use that data as a datasource in the ...
|
| CFFORM, CFMX7, Linux | 24 Feb 2005 23:13 GMT | 3 |
I'm using CFMX 7 on SUSE LES 8. when I specify cfform format="flash", the form doesn't render. it seems to create a transparent block to whater size i specify. Even when using examples from Forta's Intro to CFMX 7 and this article
|
| Problem w/ calendar help!! | 24 Feb 2005 21:41 GMT | 7 |
this code works for every month BUT December. What's the problem please HELP THX <script language="JavaScript" type="text/JavaScript"> <!--
|