| Thread | Last Post | Replies |
|
| Import Text File to Database | 31 Aug 2004 19:44 GMT | 2 |
I need to write a routine that will import information a comma-d text file into a database. Text file should be something like RS-1203, Black, Steve, Sales
|
| ASP to CFM and Setting Variables | 31 Aug 2004 19:36 GMT | 1 |
Thank you in advance for any help you can provide in this mattter: I have two sites that are really acting as one - a ASP shopping cart system hosted monstercommerce.com and the other site I wrote in CF. I am trying to figure out a way use Monstercommerce.com's ASP page set cf ...
|
| Printing Multiple Orders | 31 Aug 2004 15:27 GMT | 1 |
Ok heres the deal. We have an online store built with CF. Every morning we open up our backend application and go to the orders page which consists of a list of the orders. From there we click on the order and then print out that order detail. Is there a way to click a button or ...
|
| CFCHART on oracle9i | 31 Aug 2004 09:59 GMT | 1 |
We've developed a CFCHART which displays multiple chart series on weeknumber. (i.e. 200425 etc) When de queries used are dumped the itemcolumns, the weeknr, are both displayed as YYYYWW, but when used in cfchart they seem to differ. These queries do work correct on an 8i
|
| Variables in URL | 31 Aug 2004 09:00 GMT | 2 |
Anyone know how to pass variables in the url that look like directories? instead of this http://www.yoursite.com/yourpage.cfm?v1=X&v2=Y maybe something like this?
|
| best way to create threaded conversation | 31 Aug 2004 08:03 GMT | 1 |
my client has a question/answer application. he has asked for the structure to reflect a threaded message board. any ideas on how to acheive this, or the best start/ i was looking at cftree??
|
| Bread Crumbs | 31 Aug 2004 04:04 GMT | 1 |
I am going to implement Breadcrumbs for our site so that on every page the user knows where he is and how to go back to the previous pages. This is what has come to my mind: On every template I will have two variables (array members actually)
|
| Dynamic List menus | 31 Aug 2004 03:55 GMT | 2 |
Hey Folks!!! I hope someone can help me out here. I'm trying to create Dynamic list menus. I know it sounds easy so far. What I have so far is 6 menus populated by tables in the DB. The first one
|
| query help please | 31 Aug 2004 00:47 GMT | 1 |
I need a query that pulls the customer(cust_id) and for that customer all of their accounts(accountid) and all of the invoices for each account. Thanks for any help!! Output would be like: Jims water co.
|
| dynamic cfmail body evaluation | 30 Aug 2004 08:55 GMT | 4 |
This has been covered periodically several times in the past. It will be nice to get a thread with a definitive answer. Is it possible to do a 'double evaluation' within a CFMAIL tag eg. <cfmail to = "#toEmaiFieldl#" from = "me@email.com" subject = "test email"
|
| ColdFusion login component | 29 Aug 2004 02:36 GMT | 1 |
I'm trying to write a ColdFusion login component that takes username and password parameters from Flash, but I can't seem to get it to work right. The code I've been using is... <cfcomponent>
|
| Designing a site for a University | 28 Aug 2004 23:44 GMT | 8 |
Hey guys, I just got a job as the webmaster for the university i just graduated from. I have created sites before but never one this vast and complicated. Would anyone have any links or suggestions for where I can find information
|
| Yet another query error :( | 28 Aug 2004 13:16 GMT | 3 |
<cfquery name="seleccart" datasource="#datasourcename#" blockfactor="100"> SELECT shoppingcart.itemid, shoppingcart.ID AS SCID, shoppingcart.quantity, shoppingcart.size, shoppingcart.color, colors.color, colors.ID AS CID, sizes.size, sizes.ID AS SID
|
| Sharing files for e-commerce application | 28 Aug 2004 05:59 GMT | 2 |
I would like to do something, but i don't really know which way to take. I want to create an application, with many files like a forum or e-commerce application, and putting it somewhere on the server. Each client will have a domain name, like that :
|
| cfmail- from attribute | 28 Aug 2004 05:23 GMT | 1 |
Hi, I'm wondering if there is any way of specifying the name that will appear in the users inbox instead of my email address with CFMAIL. For example, when I receive an email from Forums, it says this: Forums Mailer <forumname@website.com>
|