Re: CF 7.02 won't install ond Windows Server Enterprise 2003, Service Pack

2006-12-30 Thread Claude Schneegans
Hi, Did you find the problem ? I just tried to install 7.02 on a Windows XP Pro machine on which I already had CF5, CF6 and CF7.0.0 running fine. I used directory CFMX702 to make sure. After install, the directory only contains about 5 files, among them is the install log file. According to the

Gift Certificate/Shopping cart question

2006-12-30 Thread Will Tomlinson
I need to add gift certificate functionality to my store app. What's the best way to do this? I'm guessing I need a tblGiftCertificates. It contains a certificatecode, amount, message, datepurch, receiveremail, etc. The user buys and actually pays for the certificate like it was any item in

JavaScript not working with CFFOFM Checkbox

2006-12-30 Thread Bruce Sorge
I have this piece of JavaScript http://forums.devshed.com/ that works fine with a regular HTML form checkbox: script language=javascript !-- Begin function checkChoice(field, i) { if (i == 0) { // All checkbox selected. if (field[0].checked == true) { for (i = 1; i field.length; i++)

Re: JavaScript not working with CFFOFM Checkbox

2006-12-30 Thread Jacob Munson
I've just barely started using Flash forms this month, and I had to jump through some real hoops to get JS to work with them. It doesn't work like normal, because the form elements are in a swf, they aren't accessible to the page like normal form elements. But if you do some googling for using

Problem with latin characters in CFFTP version 5 7

2006-12-30 Thread Claude Schneegans
Hi, I'm having a problem with CFFTP with higher characters in ISO-8859-1 like éè, etc. in file names. It happens with CF 5 and CF7, but not with CF6. I use CFFTP to get a list of files in a server. This list is then converted to XML in some AJAX process. When there is an accented letter in the

Re: Problem with latin characters in CFFTP version 5 at least

2006-12-30 Thread Claude Schneegans
Well, I think I have found the problem, at least with CF 5: I added an alert in the JS to show the HTTP headers returned by my CF template. This template starts with: CFHEADER NAME=Content-type VALUE=text/xml; charset=iso-8859-1 ?xml version='1.0' encoding='iso-8859-1'? With CF 6, the header

Re: Problem with latin characters in CFFTP SOLVED!

2006-12-30 Thread Claude Schneegans
Ok, I replaced the CFHEADER tag by CFCONTENT, and now it works! I don't know why, but I thought that CFCONTENT was new with CFMX :-( Even If I found the problem by myself, this community really helps! Would it be just by taking the time to describe what the problem is ;-) --

Re: Problem with latin characters in CFFTP version 5 SOLVED!

2006-12-30 Thread Claude Schneegans
Ok, I replaced the CFHEADER tag by CFCONTENT, and now it works! I don't know why, but I thought that CFCONTENT was new with CFMX :-( Even If I found the problem by myself, this community really helps! Would it be just by taking the time to describe what the problem is ;-) --

Re: Gift Certificate/Shopping cart question

2006-12-30 Thread Mary Jo Sminkey
The user buys and actually pays for the certificate like it was any item in the store? Would I set it up as an item for sale like that? Generally yes. You can create a function to generate them automatically if you want, but you'd have to ensure that it is only done if you're using some

RE: Gift Certificate/Shopping cart question

2006-12-30 Thread Dave Francis
I don't know where you are, geographically, but don't forget that you may not pay sales tax on gift certs themselves, so it might NOT be like any item in the store. -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Saturday, December 30, 2006 8:47 AM To: CF-Talk

Re: Gift Certificate/Shopping cart question

2006-12-30 Thread Mary Jo Sminkey
I don't know where you are, geographically, but don't forget that you may not pay sales tax on gift certs themselves, so it might NOT be like any item in the store. True. My software has the ability to set any product as not taxed, so this is easily handled. It's a good idea to have that

RE: JavaScript not working with CFFOFM Checkbox

2006-12-30 Thread Bruce Sorge
That is a good site. I found another useful tag for two selects related for Flash Forms. Anyway, back to my checkbox issue. I found that I can make it so that if I check one checkbox, I can check others using some action script in the Value attribute of the CFINPUT. However, what I want to do is,

first project wooos

2006-12-30 Thread Marc Hilt
Hi, I am very new to cold fusion and just finished my first and somewhat basic project. But something is amiss. The data pages show up then disapear when the site is viewed in explorer, but works fine in firefox. An example page is this: http://www.bambu-u.com/mountain_boo.cfm would any body

CF and OOP - Controller

2006-12-30 Thread Matt Quackenbush
I do not come from a programming background. I, like many in the 90s, picked up CF (v. 4) because of its tag-based ease of use. I was pretty damn good with HTML, and said: cool! tags! I can learn this and not pay someone else to do it for me. Within the last 12 months or so I've been

Re: first project wooos

2006-12-30 Thread Jerry Johnson
First things first, validate your html to make sure that is not your problem. http://validator.w3.org/check?verbose=1uri=http%3A%2F%2Fwww.bambu-u.com%2Fmountain_boo.cfm Then see how it looks (make sure to fix the extra /div) Jerry On 12/30/06, Marc Hilt [EMAIL PROTECTED] wrote: Hi, I am very

Installation of CF 7 fails

2006-12-30 Thread Claude Schneegans
Hi, Something weird is happening here: I'm trying to install CFMX 702. Everything seems to go well, I can see the CFMX7 directory being populated with CFIDE etc. But at the end, poof! Everything but 5 files, all disappear, no error message, Install seceeded bye bye :-(. One the the files left

Re: first project wooos

2006-12-30 Thread Doug Brown
H. Everythings looks good here. Viewed in IE/FF/NS and everything looked ok. Are you viewing from your dev machine only? Doug B. ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7 with Flex 2

Re: first project wooos

2006-12-30 Thread Marc Hilt
Hi, I am very new to cold fusion and just finished my first and somewhat basic project. But something is amiss. The data pages show up then disapear when the site is viewed in explorer, but works fine in firefox. An example page is this: http://www.bambu-u.com/mountain_boo. cfm would any

Re: first project wooos

2006-12-30 Thread Jerry Johnson
Good to know. Yell if you need more help, and welcome. Stuck in PHP hell today, Jerry Johnson On 12/30/06, Marc Hilt [EMAIL PROTECTED] wrote: Hi, I am very new to cold fusion and just finished my first and somewhat basic project. But something is amiss. The data pages show up then

Re: CF and OOP - Controller

2006-12-30 Thread Jon Clausen
Matt, I'm not going to claim to be an OO guru. If you haven't yet, I highly suggest picking up the Fall issue of the Fusion Authority Quarterly Update, which is basically all OOP stuff. I had so many ah- ha's going through that cover to cover that I literally felt embarrassed at times

Re: CF and OOP - Controller

2006-12-30 Thread Doug Brown
Well Matt, I think you are stepping outside the realm of Coldfusion when you are talking about objects and controllers. Sure CF is going a little more towards the OO methods of programming, but in a very lose sorta fashion. your CFC is in most ways a controller in that you do not write any display

Re: CF and OOP - Controller

2006-12-30 Thread Matt Quackenbush
Jon, Thanks for the FAQU tip; it sounds like I definitely need to read the article(s). I keep meaning to subscribe, but I keep forgetting to. Hopefully I'll remember to do so when the next check comes in (before it's all spent!) :-) You've definitely helped clear the muck a bit. I'm pretty

Re: CF and OOP - Controller

2006-12-30 Thread Matt Quackenbush
Doug, I understand your point that CF is not a true OO language, but since it is now possible to quickly and efficiently apply so many great OO principles to CF, I want to learn every bit of it that I can as it relates specifically to CF. There are three main reasons for that: 1) from a

Re: Gift Certificate/Shopping cart question

2006-12-30 Thread Will Tomlinson
Thanks for all the advice. I'll be workin on it... Will ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7 with Flex 2

Re: CF and OOP - Controller

2006-12-30 Thread Dave Merrill
Question # 1: Am I correctly understanding what a 'controller' is? As I understand it, in an MVC environment, the controller is what handles all the various tasks required prior to rendering the requested page. I think of the controller as the orchestrator, the one who examines the context,

Re: CF and OOP - Controller

2006-12-30 Thread Matt Quackenbush
On 12/30/06, Dave Merrill [EMAIL PROTECTED] wrote: I think of the controller as the orchestrator, the one who examines the context, calls the models needed to get any data required, then passes that to the view for rendering. He's the traffic cop, kinda. Precisely. That's a much better way

Re: CF and OOP - Controller

2006-12-30 Thread Nicholas M Tunney
If you are building a framework, your framework core should be the one to convert the form and url scope into a struct within the framework's datastore object. At that point, you can pass the datastore into each controller upon instantiation. Since the object will be passed by reference, it

Re: CF and OOP - Controller

2006-12-30 Thread Matt Quackenbush
Nic, Thank you for that. I actually just finished reading a couple of articles on your blog that I thought cleared that up for me, and your reply here verified that your articles actually DID get thru my thick skull. :-) Matt

RE: CFID and CFToken

2006-12-30 Thread Dave Watts
Here's the issue: Shared code base utilized by 1400+ sites and we're tracking stats (users to sessions, etc). To properly track sessions among those who do not have cookies enabled (and there are many) we would need to pass CFID/CFToken to each page request. This requires us to change

RE: CD Storage and Read Device

2006-12-30 Thread Dave Watts
I thought perhaps one of you might know of a device like this. I've searched the Internet many times looking for one and can't locate one.not even sure one exists. I'm looking for a CD/DVD storage unit that hooks into a computer and not only allows info to be entered into a database