RE: Can't create Verity collections

2008-06-11 Thread Aaron Wolfe
> > Is the verity engine enabled? By default it is not enabled in CF8 and > > you have to run a command line utility. > It should be, when I run a cfcollection tag or ask verity to create > the collection via the CF admin, it tries, but it presents me with an > error. So I assume the error pre-

RE: Can't create Verity collections

2008-06-09 Thread Aaron Wolfe
Is the verity engine enabled? By default it is not enabled in CF8 and you have to run a command line utility. I don't know if you are going to be able to use the verity collections from CF7 with CF8. I was unable to get CF8 to recognize CF6 verity collections. -Aaron -Original Message

RE: alternatives to cfcontent to allow large downloads

2008-06-09 Thread Aaron Wolfe
What I did was created a CRUD editor and gave every downloadable file an ID in a database table. So, when the end user clicks the link with the file description, they are using an ID instead of the file name and specific directory. The link then opens up a licensing agreement page within a pop-

RE: coldfusion ecommerce software used at footlocker.com

2007-08-10 Thread Aaron Wolfe
Just go to the main page and view the source and look for .cfm. It is all over the place. Without looking at the source html it hard to see that it is CF because the site was written to be so SEO friendly. -Aaron -Original Message- From: John Beynon [mailto:[EMAIL PROTECTED] Sent: Frida

RE: CFMX 7 / Vista

2007-08-08 Thread Aaron Wolfe
Randy, This is what finally got my install of CFMX 7 and Vista to work together. http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=1&c atid=3&threadid=1257380&highlight_key=y&keyword1=vista -Aaron Wolfe -Original Message- From: Adkins, Randy [mailto:

RE: Forcing a session to end...

2007-08-02 Thread Aaron Wolfe
I agree with J.J. Just a note, the key for the session will still exist in the application's session struct until the session completely times out from the tag's timeout. But, the key will have no cfid or cftoken, so therefore the session is effectively ended. (This applies to non-J2EE sessions.

Re: Clearing the Cookie that gets set when using Client variables.

2007-07-25 Thread Aaron Wolfe
It should have been (removed the Not): or if you want to clear the whole session struct for that user: -Aaron ~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers an

Re: Clearing the Cookie that gets set when using Client variables.

2007-07-25 Thread Aaron Wolfe
It should have been (removed the Not): or if you want to clear the whole session struct for that user: -Aaron ~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with Adobe Flex http://w

RE: Clearing the Cookie that gets set when using Client variables.

2007-07-25 Thread Aaron Wolfe
Che, You should also run this code to clear out the session for that user: -Aaron -Original Message- From: Aaron Wolfe [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 25, 2007 3:09 PM To: CF-Talk Subject: RE: Clearing the Cookie that gets set when

RE: Clearing the Cookie that gets set when using Client variables.

2007-07-25 Thread Aaron Wolfe
Che, Here is one way to do it. Use the code within this tag to expire the login: If you want it to be more robust, you can read the cookie variables in and then loop over the vari

RE: Amazon WebStore API or Exporting?

2007-07-06 Thread Aaron Wolfe
Rey, I know when I worked with Amazon's Merchant API, they had a webservice method to get orders through a general get documents method. Also they had web based admin that allowed you to download a flat file of orders and orderdetails. -Aaron -Original Message- From: Rey Bango [mailto

RE: Problem read IIS log files

2007-07-06 Thread Aaron Wolfe
Claude, I know when I was using WebTrends the newest file was always locked by IIS and could not be processed until the predetermine time period per file was over. However, the file was viewable with notepad and etc. Have you tried opening any older files? Also, I know from my experience, it

RE: Flash Forms CF7 Design help?

2007-07-06 Thread Aaron Wolfe
http://www.asfusion.com/blog/archives/category/cfform is a good place to start. -Aaron -Original Message- From: Jeff Small [mailto:[EMAIL PROTECTED] Sent: Thursday, July 05, 2007 5:04 PM To: CF-Talk Subject: Flash Forms CF7 Design help? Hey, anybody got a good tutorial on Flash Forms *de

RE: CFQUERY where id = #valuelist(values from form scope)#

2007-07-06 Thread Aaron Wolfe
Use () instead of the '' and the query should work fine. -Aaron update dbo.tbl_contest_2007 SET cb_vote1 = 1 WHERE cbcont_id IN (#FORM.vote#)> -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, July 06, 2007 11:09 AM To: CF-Talk Subject: CFQUERY where i

Re: CF7.02 IIS7 & Vista

2007-06-26 Thread Aaron Wolfe
If that installation guide doesn't work, use this one. http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=1&catid=3&threadid=1257380 This was the only way that I could get Vista and CF7 to work for me. -Aaron > Hi there > > I started a thread on this yesterday but cant locate