| Thread | Last Post | Replies |
|
| print sticker | 25 May 2005 13:28 GMT | 1 |
i have a record set of 9000 entries i would like to display them in a table of 8 rows and 3 columns. Actually i like to make a layout that can print on A4 size sticker paper of 3 columns x 8 rows.
|
| ' & insert problem | 25 May 2005 13:17 GMT | 1 |
Whats the best way to handle clients submitting ' in form fields i.e. richard's would throw an error when using sql to insert into the database like this '#FORM.thisField#'
|
| Writing a comma delimted text file using CFFILE | 25 May 2005 09:02 GMT | 2 |
Can someone please tell me what is the proper syntac for writing a comma delimited text file. In the CFSET tag when I name the variable for the output attribute of the CFFILE tag I get an error saying this is the wrong syntac. Here is my code.
|
| Securing credit card data | 24 May 2005 23:49 GMT | 15 |
Hi, I am quite experienced with colfdusion e.t.c but not so much with all the security implications. I am currently redesigning a site for a company who have online ordering.
|
| Form validation using CFCs | 24 May 2005 20:55 GMT | 3 |
I have a pretty nice method for coding forms using server side validation. One <label /><input /> pair might look like so: <label for="foo">Foo!</label> <input type="text" name="foo" id="foo" value="<CFif
|
| Complex Dynamic Form Calc? | 24 May 2005 20:29 GMT | 1 |
This question is so obscure I'm not sure how to pose it. I have a shopping cart site, apparel that comes in several sizes will dynamically create formfields for each size for quantity per size to be entered (IE style D456 has SM, L, XL, so the cart page has 3 fields to input how ...
|
| CFChart Problem in ColdFusion MX 7 | 24 May 2005 18:45 GMT | 18 |
Macromedia, We just recently upgraded to CFMX 7 and some cfcharts that we are using are not displaying like they used to. In reading through the notes it sounds like there have been some modifications made to where if you enter a scaleTo value that is going to 'crop' ...
|
| CFMX 7 - java.lang.NullPointerException occurred when accessing a Com object | 24 May 2005 18:38 GMT | 3 |
I tested the CFMX 7 (developer edition) with an application running in CF MX 6.1. I found that CFMX 7 is thowing the below error while accessing few of the COM methods. Not all the COM calls are failling. An exception occurred when accessing a Com object field.
|
| how to display checked checkboxes from comma separated list? | 24 May 2005 17:27 GMT | 3 |
I have a conference registration page that displays information from a database: -Membership info comes from a members table. -Conference info comes from a conferences table. -Session info comes from a sessions table.
|
| Precache a Dynamic CF Page | 24 May 2005 17:23 GMT | 1 |
I have a CF page that takes a lot of processing power to create. I would like to "precache" this page once a day instead of everytime the page is viewed. I am sure I can figured out how to create a static page once a night using the CFFile function, but I am wondering if there ...
|
| In serious need of a 2 dimensional quicksort | 24 May 2005 17:10 GMT | 1 |
Hi, My website used to just have 200 or so records to sort, now it's got like more than 2000. I'm in serious need of a 2 dimensional array quicksort.
|
| Using #cgi.HTTP_USER_AGENT# | 24 May 2005 09:35 GMT | 1 |
I was curious if anyone could help me out on this. I've been doing CF for about 2 months now, and understand it pretty well now. I was curious if it is possible to break apart the information returned with #cgi.HTTP_USER_AGENT# so it enters it into different fields in my ...
|
| cfchart and the x axis | 24 May 2005 06:38 GMT | 6 |
I'm working on a weight loss application and am trying out the CFCHART tag for the first time. I'm charting weight over time. In working with the chart, I've noticed 2 things with regards to the x axis. 1. I need to format the date items so the format is "5-16-2005" rather than
|
| HTML to RTF | 24 May 2005 04:53 GMT | 1 |
I'm looking for an application that can convert HTML to RTF - thanks -t
|
| Using CFFILE to write ColdFusion files | 23 May 2005 23:54 GMT | 1 |
I want to use CFFILE to write out ColdFusion files instead of just text files. I can't find this in the documentation anywhere. I can get it to create a .cfm file and write to it, as long as I don't have any # signs. Which of course does me no good.
|