| Thread | Last Post | Replies |
|
| Creating screens with a background | 14 Jan 2005 18:03 GMT | 1 |
Does anybody have a sample of creating a regular (multiframe) screen with a (pale) background behind. What are the approaches to create these in ColdFusion ? Thanks a lot !!! Gary.
|
| Displaying multiple items for a single record | 14 Jan 2005 14:41 GMT | 5 |
I am stumped and need some help. I have an application that is a plant catalog and associated prices, which are by size. Plant information is in 1 table and pricing is in another. Plants may have multiple prices /sizes. I want to display a plant with it's descriptions and then ...
|
| passing over user details | 14 Jan 2005 14:31 GMT | 1 |
hey guys I?m trying to set up an e-commerce site and I wanted this to happen: - user enters their personal details and press's submit - that data is automatically sent to me by email
|
| An exception occurred when instantiating a Com object | 14 Jan 2005 03:46 GMT | 2 |
I'm trying to create a Word document using a com object with the following code: <CFOBJECT ACTION='CONNECT' CLASS='Word.Application' NAME='objWord' TYPE='COM'> I get the error message: 'An exception occurred when instantiating a Com object' I've applied the hotfix as described
|
| stored prodecure question | 13 Jan 2005 23:02 GMT | 1 |
I for the first time have thought about using stored procedures. I built some reports for my app and the user can select daily weekly monthly or yearly... the mon and yearly components take like 10-20 minutes to generate with simple queries, and tons of loops. Would it really ...
|
| 6.1 CFPROCPARAM TYPE="OUT" Unicode data showing up as ????? | 13 Jan 2005 18:45 GMT | 9 |
1. ODBC connection has string format = unicode option checked in both 6.0 and 6.1 servers. 2. CF parameter is like this <cfprocparam cfsqltype='cf_sql_varchar' variable='var1' type='out'> 3. SQL stored procedure parameter is like this CREATE PROCEDURE sp1 @e NVARCHAR(4000) OUT ...
|
| Overhead of using FileExists() | 13 Jan 2005 17:04 GMT | 2 |
1. The FileExists() function is a great way to test for the existence of files (cfml templates, images, etc) before you use them. Just in case there's a chance they may 'accidentally' have been moved around or deleted. The question is... what sort of overhead is involved with ...
|
| Why Does This Code Work? I'm stumped. | 13 Jan 2005 15:53 GMT | 3 |
I know this is more of an HTML or IIS thing, but I thought this was interesting enough to ask about in this forum. I have taken over programming of a site and I am baffled as to the path the original developer used when inserting an image into the code using an img tag. For some ...
|
| efficient components using SQL without lots of <cfif> statements | 13 Jan 2005 15:52 GMT | 4 |
Could you tell me if there is a way round re-using a component without having to write lots of <cfif> statments. For example writing an SQL update statement when not all arguments are always defined. Using default argument values obviously updates the fields with the default ...
|
| setting HTML to a variable | 13 Jan 2005 15:26 GMT | 2 |
I'm building a page , call it BuildForm.cfm, that constructs many of the common form fields that I use, ie Country select fields, Date fields and so on. I'm going to call this page from any number of other pages where I need to display a form. I'm going to call it via cfinclude ...
|
| Convert PERL to CF. please help. | 13 Jan 2005 15:17 GMT | 12 |
I'm trying to convert a Perl script to cold fusion to validate purchases. Basically an alphanumeric seed variable is passed to a third party merchant order form (e.g. seed=41FLZ9FJJ). After payment has been approved, the merchant encrypts the passed seed using a pre-defined ...
|
| summing a query column | 13 Jan 2005 15:08 GMT | 4 |
Isn't there a function to total the values of a query column? I have looked through the liveDocs and cannot find it. :confused;
|
| Typing in a <SELECT> Field | 13 Jan 2005 14:55 GMT | 5 |
I was wondering if anyone had ever seen this done before using ColdFusion: I have a scenario where I have a <SELECT> with the potential to display around 700 values. This will be operating like your typical <SELECT> field, with no multiple attribute. This field will be ...
|
| Cfmail Dynamic Attachment | 13 Jan 2005 07:29 GMT | 3 |
Hi All, I can dynamically create a word document from my database, but I want to be able to cfmail it to the users email. My goal is to dynamically create a word document that is emailed to a list of members with each attachment being personalized. Example if I email to joe@blah ...
|
| Easy Variable Submission | 13 Jan 2005 01:54 GMT | 3 |
Right now I have an online survey in HTML format. Once the page is submitted I take each and every FORM variable and change it into a SESSION variable. From there I can verify the user?s entries and submit them into the database. I then have a separate "administration" page where ...
|