RE: How do I flush cached queries?

2003-10-10 Thread Jeff Lucido
cfobjectcache action=""> Good luck, -JSLucido -Original Message- From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 8:03 AM To: CF-Talk Subject: How do I flush cached queries? I have tried using the undocumented cfset CFUSION_DBCONNECTIONS_FLUSH()but it

RE: How do I flush cached queries?

2003-10-10 Thread Jeff Lucido
, onTap. Good luck, -JSLucido -Original Message- From: Jeff Lucido [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 8:20 AM To: CF-Talk Subject: RE: How do I flush cached queries? cfobjectcache action=""> Good luck, -JSLucido -Original Message- From: Pet

RE: passing sessions between 2 sites on the same domain

2003-10-10 Thread Jeff Lucido
Lari: I have had the same problem in the past. One thing I did was when I was ready to move to the SSL side of the site I had my form post to a CF page where I check values, etc. and then do a CFLOCATION to the secure address while using the attribute addtoken set to yes. Another way I got

RE: Image manipulation

2003-09-10 Thread Jeff Lucido
Rick: I resize JPEG, GIF and BMP's daily with ease on two productions websites using CFX_image: http://www.kolumbus.fi/jukka.manner/ It automatically scales proportionally based on which dimension you give it, unless you specify both height and width values. Good luck, -JSLucido -Original

RE: Image manipulation

2003-09-10 Thread Jeff Lucido
Rick: I have used Efflare's CFX tag in the past (CFX_imageCR not the CFX_ImageFlare) and it bogged down when we started to throw hundreds of images at it pretty quickly. Their ImageFlare tag does far more than just resize your images, it allows a pixel level editing ability used to create bar

RE: Regex find

2003-09-09 Thread Jeff Lucido
It is for sale, $15. Watch for the wrap: http://www.contentbox.com/claude/customtags/tagStore.cfm?p=g -Original Message- From: Ryan Mitchell [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2003 8:43 AM To: CF-Talk Subject: Re: Regex find I cant find a link to download the tag!

RE: RE: MS SQL Server vs. MySQL

2003-08-25 Thread Jeff Lucido
Bryan: 1. Yes, I use Enterprise Manager to connect to several MSDE databases running at client locations. 2. Yes, MSDE can be found on both the Office 2K and XP Professional CD's. You can also download a new instance by downloading MSDE SP3 from Microsoft. I just did it as a test this past week

RE: RE: MS SQL Server vs. MySQL

2003-08-25 Thread Jeff Lucido
Founder Director www.cfug-vancouverisland.com - Original Message - From: Jeff Lucido [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, August 25, 2003 9:02 AM Subject: RE: RE: MS SQL Server vs. MySQL Bryan: 1. Yes, I use Enterprise Manager to connect to several MSDE

RE: Banner Ads

2003-08-20 Thread Jeff Lucido
Yep. Try FuseAds from the same folks who brought us FuseTalk. http://www.fuseads.com/ Good luck, -JSLucido -Original Message- From: Greg Luce [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 20, 2003 2:06 PM To: CF-Talk Subject: Banner Ads Anyone have any experience with a good CF

Erratic CF/IIS issues

2003-08-14 Thread Jeff Lucido
I am experiencing the strangest problem I have ever seen with hosting CF apps. on an IIS box. Specifically, I have several virtual websites configured in IIS (not virtual directories). The erratic issue is occasionally one of the virtual websites will be displayed on top of the virtual website a

CFLOGIN and isUserInRole issues

2003-08-14 Thread Jeff Lucido
I am pretty sure I have the world's easiest problem, however I having fits using the function isUserInRole. Specifically, when I authenticate a user I pull all of their group ID privileges and turn them into a list. I assign this list to the roles attribute of cfloginuser. Now, when I

RE: Roles in CFMX

2003-08-14 Thread Jeff Lucido
Ryan: I was working on the same issue earlier this week and was helped a great deal by Ray Camden. isUserInRole will treat what you pass it as a AND comparison, therefore if you pass G,U then the user must possess both roles. Note, what you pass is case-sensitive and there must be no spaces. So,

RE: CFLOGIN and isUserInRole issues

2003-08-14 Thread Jeff Lucido
PROTECTED] Blog : www.camdenfamily.com/morpheus/blog Yahoo IM : morpheus My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: Jeff Lucido [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 1:13 PM To: CF-Talk Subject: CFLOGIN and isUserInRole

RE: Adalon experience

2003-08-14 Thread Jeff Lucido
Walter: I have been using Adalon for most of my larger projects for almost two years. I really have gotten to rely on the ease of use of creating application layouts and the mapping of the application process. I recently started using the MX version and I am pretty impressed. I would highly

Erratic CF/IIS issues

2003-08-04 Thread Jeff Lucido
I am experiencing the strangest problem I have ever seen with hosting CF apps. on an IIS box. Specifically, I have several virtual websites configured in IIS (not virtual directories). The erratic issue is occasionally one of the virtual websites will be displayed on top of the virtual website a

Multiple occurrences of CF_TwoSelectsRelated

2003-07-18 Thread Jeff Lucido
Hello all: I am not having a happing programming day. I am pretty frustrated with a problem I am having and I am now crying uncle. Specifically, I have an array of elements where I am looping through the recordset and inputting data for each item in the array. Part of this input process is using