^_^ meay-meay!

2004-03-15 Thread bruce . holm
I don't bite, weah! 06375-- archive password [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: CF 5 - CFMX upgrade on Solaris

2002-10-28 Thread Bruce Holm
Thanks Kevin for the report. It was I who asked about Solaris upgrade to MX. We may be asking you some questions directly in email as we have still not migrated up yet, we had to back out and go back to 5 for now. Bruce Holm -Original Message- From: Kevin Gilchrist [mailto:kgilchrist

RE: Hello

2002-10-24 Thread Bruce Holm
OK, thanks for the responses. I guess it's the topic. I didn't think Solaris users were that rare on this list. Bruce -Original Message- From: Dave Watts [mailto:dwatts;figleaf.com] Sent: Thursday, October 24, 2002 9:07 AM To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: RE:

CFMX Installation Help Needed

2002-10-23 Thread Bruce Holm
throws Java errors trying to configure the server. Are these known issues? What's the workaround? Is there documentation of what to do/not do in installing CFMX successfully on Unix? -- Bruce Holm Web Developer Lattice Semiconductor [EMAIL PROTECTED

Comma-Space as delimiter

2002-10-07 Thread Bruce Holm
. -- Bruce Holm Web Developer Lattice Semiconductor [EMAIL PROTECTED] -- ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http

RE: Comma-Space as delimiter

2002-10-07 Thread Bruce Holm
Thanks for the help! Bruce Holm -Original Message- From: Joseph Thompson [mailto:[EMAIL PROTECTED]] Sent: Monday, October 07, 2002 10:58 AM To: CF-Talk Subject: Re: Comma-Space as delimiter sub-optimal but Replace(String,', ',chr(07),'all') would leave you a bell delimited list

CFX_FILE unknown action

2002-10-01 Thread Bruce Holm
: cfset MemFilePath = #ExpandPath(.)# \#lcase(MemName)#.txt cfoutput#MemFilePath#/cfoutputbr CFX_FILE ACTION=Read USERNAME=x PASSWORD=x FILE=#MemFilePath# VARIABLE=MemBio cfoutput#CFXFError#/cfoutput - Bruce Holm - Web

Domain Name to Company Name Map

2002-09-27 Thread Bruce Holm
the idea. Then there's the domain on the email email address. This works if they haven't entered their hotmail account or yahoo account email address. But given a real domain name, I'd like a table to do a lookup. What do you suggest? - Bruce Holm

Re: Domain Name to Company Name Map

2002-09-27 Thread Bruce Holm
be a starting point. http://www.netiq.com/support/was/geotrends.asp Mitko -- Original Message -- From: Bruce Holm [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Fri, 27 Sep 2002 12:05:48 -0700 Does anyone have ideas on how to accurately obtain

Re: List Length

2002-08-28 Thread Bruce Holm
: List Length Bruce Holm wrote: The lists in my application are either ID numbers or usernames. I don't believe there will ever be more than several hundred and never more than 1200. Arrays won't work well because I'm using lists to determine duplicates...searching for a duplicate

List Length

2002-08-27 Thread Bruce Holm
What is the upper limit of a CF list variable...i.e. max. number of items that can be contained in a list variable? - Bruce Holm - Web Programmer Lattice Semiconductor Corp. [EMAIL PROTECTED

Re: List Length

2002-08-27 Thread Bruce Holm
(). Arrays are not great for searching since you have to loop through the entire array. But then maybe that's faster? Bruce - Original Message - From: Jochem van Dieten [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, August 27, 2002 4:41 PM Subject: Re: List Length Bruce Holm

CFFILE READ and line delimiter

2002-08-26 Thread Bruce Holm
the CFFILE variable as a List. Any ideas how to deal with this glaring deficiency in CF? - Bruce Holm - Web Programmer Lattice Semiconductor Corp. [EMAIL PROTECTED

Re: CFFILE READ and line delimiter

2002-08-26 Thread Bruce Holm
Thanks! That works. I should have thought of that. And I retract my comment about CF deficiency. - Original Message - From: Jochem van Dieten [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, August 26, 2002 4:46 PM Subject: Re: CFFILE READ and line delimiter Bruce Holm

Re: application.cfm?

2002-08-26 Thread Bruce Holm
If you need a crumb trail, putting a Application.cfm in every directory is a slick way to do it, setting a variable containing the hierarchy name (in case you want it to be lest cryptic than the physical directory name). - Original Message - From: Phillip Perry [EMAIL PROTECTED] To:

Retrieving Time in a Query

2002-07-09 Thread Bruce Holm
only gets the date portion. It appears to be getting the default Oracle db value of the date portion combined with 0:00 for time. - Bruce Holm - Web Programmer Lattice Semiconductor Corp. [EMAIL PROTECTED

ADDENDUM Retrieving Time in a Query

2002-07-09 Thread Bruce Holm
format it using multiple masks in CF using TimeFormat function. - Bruce Holm - Web Programmer Lattice Semiconductor Corp. [EMAIL PROTECTED

Re: Retrieving Time in a Query

2002-07-09 Thread Bruce Holm
: Retrieving Time in a Query Cant you do dateFormat(date,dd-mm-) timeFormat(date, hh:mm:ss) What happens when you do this? Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Bruce Holm [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, July 09

Re: Retrieving Time in a Query

2002-07-09 Thread Bruce Holm
happens when you do this? Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Bruce Holm [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, July 09, 2002 9:32 AM Subject: Retrieving Time in a Query How do you get the time portion of a DateTime object

Re: Retrieving Time in a Query

2002-07-09 Thread Bruce Holm
PROTECTED] - Original Message - From: Bruce Holm [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, July 09, 2002 10:01 AM Subject: Re: Retrieving Time in a Query This does work, but is there a more efficient (direct) way of doing this without using a SQL function and a CF

Re: Retrieving Time in a Query

2002-07-09 Thread Bruce Holm
function first to get the desired result. all I did was a regular select and use parseDateTime() Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Bruce Holm [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, July 09, 2002 10:01 AM Subject: Re

Timeout on Oracle statement lock error

2002-06-05 Thread Bruce Holm
addresses. It would appear 3 simultaneous users are conflicting with each other. Any suggestions on what to check, where to look? - Bruce Holm - Web Programmer Lattice Semiconductor Corp. [EMAIL PROTECTED

Cancel button with CFINPUT Requires=Yes

2002-05-14 Thread Bruce Holm
on how to deal with this (other than not to use CFINPUT, etc.) THanks - Bruce Holm - Web Programmer Lattice Semiconductor Corp. [EMAIL PROTECTED

Re: Cancel button with CFINPUT Requires=Yes

2002-05-14 Thread Bruce Holm
with CFINPUT Requires=Yes Is there any reason why your cancel button is a submit button? why not use: button onclick=Cancel/button - Original Message - From: Bruce Holm [EMAIL PROTECTED] Date: Tuesday, May 14, 2002 5:16 pm Subject: Cancel button with CFINPUT Requires=Yes I am

Re: Cancel button with CFINPUT Requires=Yes

2002-05-14 Thread Bruce Holm
Dave, Thanks for that heads-up! I assume your suggested useage (location.href=...) will work in all browser types that support JS. Bruce - Original Message - From: Dave Watts [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, May 14, 2002 5:05 PM Subject: RE: Cancel button

Website Error

2002-05-06 Thread Bruce Holm
Over the weekend we got the following email msg generated thousands of times by our CF Server. We have errors that are generated on the CF server (as part of the site error handling) send an email to the webmaster. We have never seen this error before. It makes no sense. We have no clue what

Re: Website Error

2002-05-06 Thread Bruce Holm
exist but the value is NULL, which cannot be evaulated as boolean. Try dumping the vars to see what's really there. Just a thought, Chris Lofback Sr. Web Developer TRX Integration 28051 US 19 N., Ste. C Clearwater, FL 33761 www.trxi.com -Original Message- From: Bruce Holm

Web Hosting Sites and CFSCHEDULE

2002-05-06 Thread Bruce Holm
stupid to disable this tag. - Bruce Holm - Web Programmer Lattice Semiconductor Corp. [EMAIL PROTECTED] - __ This list and all House

Re: Web Hosting Sites and CFSCHEDULE

2002-05-06 Thread Bruce Holm
, 2002 2:53 PM Subject: RE: Web Hosting Sites and CFSCHEDULE You can use CFSchedule to hit other sites. Plus, you could DoS a box by scheduling a task that loops from 1 to 1 billion that runs every minute. -Original Message- From: Bruce Holm [mailto:[EMAIL PROTECTED]] Sent: Monday

File access permissions and CF Server on UNIX

2002-03-20 Thread Bruce Holm
, so that owner and group have writable permission, but instead it is using 022. Any light on this subject would be helpful! - Bruce Holm - Web Programmer Lattice Semiconductor Corp. [EMAIL PROTECTED

Re: Intranet apps

2002-03-08 Thread Bruce Holm
I agree with Jeffry's observation. We plan to make it relevant to the user's location. It will be small and non-intrusive, and a motivator for employees to make the Intranet their browser Home. Company stock quote is also planned for displaying the company stock price thru-out the day. I still

Re: Intranet apps

2002-03-08 Thread Bruce Holm
III Dixon Ticonderoga Web Developer Extraordinaire -Original Message- From: Bruce Holm [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 12:02 PM To: CF-Talk Subject: Re: Intranet apps .. I still can't get CFHTTP using proxyserver to get a page outside our firewall. Anyone

Re: Intranet apps

2002-03-08 Thread Bruce Holm
not try this, http://www.intrafoundation.com/tcpclient.html maybe that will work better for you. I haven't had much expereience using it though. Robert Everland III Dixon Ticonderoga Web Developer Extraordinaire -Original Message- From: Bruce Holm [mailto:[EMAIL PROTECTED]] Sent

Re: Intranet apps

2002-03-08 Thread Bruce Holm
out CFX_JSocket it's Java so it will run on Solaris... http://www.cfdev.com/products -Original Message- From: Bruce Holm [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 2:19 PM To: CF-Talk Subject: Re: Intranet apps THis is a COM object for NT or 2000. Our CF server runs

Intranet apps

2002-03-07 Thread Bruce Holm
that can be configured to only display our company stock price movement (delayed quotes is fine) during the day. Any help would be appreciated. - Bruce Holm - Web Programmer Lattice Semiconductor Corp. [EMAIL PROTECTED

Re: Intranet apps

2002-03-07 Thread Bruce Holm
Message- From: Bruce Holm [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 2:30 PM To: CF-Talk Subject: Intranet apps Does anyone know of a source for applications that can be integrated into an Intranet? I'm looking for: * a conference room scheduler application * a weather

Re: Intranet apps

2002-03-07 Thread Bruce Holm
://www.weather.com/;, ALL) CFOUTPUT#OutPut#/CFOUTPUT Robert Everland III Dixon Ticonderoga Web Developer Extraordinaire -Original Message- From: Bruce Holm [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 3:00 PM To: CF-Talk Subject: Re: Intranet apps I was looking

CFHTTP and proxy servers

2002-03-07 Thread Bruce Holm
web server) proxyport=8080 - Bruce Holm - Web Programmer Lattice Semiconductor Corp. [EMAIL PROTECTED] - __ Dedicated Windows

Re: Intranet apps

2002-03-07 Thread Bruce Holm
I'm getting a Connection Timeout. In checking the web logs, the server I'm on (and CF is on) never triggers a proxy request to the outside thru the firewall. It instead tries to get the page using regular Port 80. It's like the CFHTTP tag is not working as f ar as proxy parameter goes. I

Upgrading to CF5 Server on Sun Solaris

2002-02-11 Thread Bruce Holm
! - Bruce Holm - Web Programmer Lattice Semiconductor Corp. [EMAIL PROTECTED] - __ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256

Formatting a Date in MS SQL Access Query

2002-02-06 Thread Bruce Holm
on the same day. - Bruce Holm - Web Programmer Lattice Semiconductor Corp. [EMAIL PROTECTED] - __ Get Your Own Dedicated Windows 2000

Formatting a Date in MS SQL Access Query...Try Again

2002-02-06 Thread Bruce Holm
on the same day. - Bruce Holm - Web Programmer Lattice Semiconductor Corp. [EMAIL PROTECTED] - __ Why Share? Dedicated Win 2000

Re: Formatting a Date in MS SQL Access Query...Try Again

2002-02-06 Thread Bruce Holm
- Original Message - From: Bruce Holm To: CF-Talk Sent: Wednesday, February 06, 2002 11:57 AM Subject: Formatting a Date in MS SQL Access Query...Try Again I'm trying to format a date within a SQL query against an Access database. In Oracle you can say TO_DATE(date,mask

Re: Formatting a Date in MS SQL Access Query...Try Again

2002-02-06 Thread Bruce Holm
- Original Message - From: Bud [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, February 06, 2002 2:58 PM Subject: Re: Formatting a Date in MS SQL Access Query...Try Again On 2/6/02, Bruce Holm penned: You missed some key info I mentioned. Access stores dates as date and ti

Re: Formatting a Date in MS SQL Access Query...Try Again

2002-02-06 Thread Bruce Holm
with the same date (ignoring the time element) for all classes on any given day. Bruce - Original Message - From: Bud [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, February 06, 2002 3:08 PM Subject: Re: Formatting a Date in MS SQL Access Query...Try Again On 2/6/02, Bruce

Re: Formatting a Date in MS SQL Access Query...Try Again

2002-02-06 Thread Bruce Holm
and make a view/query breaking out the separate parts into 2 new fields.. - j -Original Message- From: Bruce Holm [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 6:32 PM To: CF-Talk Subject: Re: Formatting a Date in MS SQL Access Query...Try Again Thanks

Access Db Query Date Syntax

2002-02-01 Thread Bruce Holm
, although copied and modified slightly from the others, does not work. Your help would be appreciated! - Bruce Holm - Web Programmer Lattice Semiconductor Corp. [EMAIL PROTECTED

Re: Access Db Query Date Syntax

2002-02-01 Thread Bruce Holm
Kevin gets the prize... 8) Date is apparently some sort of reserved word. When I changed it to 'classdate', it worked fine as I show the code below. The CreateODBCDateTime function was not needed. Access is good and bad in that respect. Unlike Oracle which is extremely finicky about how you

Re: Access Db Query Date Syntax

2002-02-01 Thread Bruce Holm
? You may need to break these into pieces and create a proper datetime object in CF befor e you submit them to the database. - Matt Small -Original Message- From: Bruce Holm [mailto:[EMAIL PROTECTED]] Sent: Friday, February 01, 2002 2:07 PM To: CF-Talk Subject: Access Db Query Date

Re: Access Db Query Date Syntax

2002-02-01 Thread Bruce Holm
-Original Message- From: Bruce Holm [mailto:[EMAIL PROTECTED]] Sent: Friday, February 01, 2002 2:07 PM To: CF-Talk Subject: Access Db Query Date Syntax I have more trouble with trying to write INSERT and UPDATE querys for an Access Db. I need help with what is wrong here. My insert query

Re: Access Db Query Date Syntax

2002-02-01 Thread Bruce Holm
) __ steve oliver atnet solutions, inc. http://www.atnetsolutions.com -Original Message- From: Bruce Holm [mailto:[EMAIL PROTECTED]] Sent: Friday, February 01, 2002 2:07 PM To: CF-Talk Subject: Access Db Query Date Syntax I have more trouble with trying to write INSERT

Multiple Instances of CF Server 4.5.1?

2002-01-30 Thread Bruce Holm
machine, one for each web site environment so that INCLUDE mappings work correctly for absolute paths as files are moved from environment to environment. If you know if this can be done and how and can help, I'd appreciate it! - Bruce Holm - Web

Re: Multiple Instances of CF Server 4.5.1?

2002-01-30 Thread Bruce Holm
What is VMWare? Using multiple mappings doesn't work. There can be only one web root /. This means the other web server has to change paths for every INCLUDE. Bruce - Original Message - From: Billy Cravens [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, January 30,

Re: Multiple Instances of CF Server 4.5.1?

2002-01-30 Thread Bruce Holm
So setting up multiple virtual web servers can be done without VMWare? Assuming I do get multiple virtual web servers set up, this allows a CF server per web server and therefore multiple CF servers per machine? Has anyone done this? As for CF mapping, as I stated...we do use absolute paths in

Re: Multiple Instances of CF Server 4.5.1?

2002-01-30 Thread Bruce Holm
It doesn't appear their product is for Sun Unix machines. And if our dept. had the money they'd probably opt for a new machine anyway. - Original Message - From: Pete Freitag [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, January 30, 2002 4:23 PM Subject: RE: Multiple

Re: Multiple Instances of CF Server 4.5.1?

2002-01-30 Thread Bruce Holm
What does this s/w cost (approx.)? - Original Message - From: Pete Freitag [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, January 30, 2002 5:18 PM Subject: RE: Multiple Instances of CF Server 4.5.1? No, no one has done this, because I don't think it can be done. You

CF50 Server CF45 Server on same machine?

2001-12-19 Thread Bruce Holm
. Thanks - Bruce Holm - Web Programmer Lattice Semiconductor Corp. [EMAIL PROTECTED] - __ Get Your Own Dedicated Windows 2000 Server

Where does bounced email go?

2001-11-09 Thread Bruce Holm
If you send email out to a list using CFMAIL, where does bounces return to? To the FROM field or the REPLY_TO field if both are present in the outgoing header? - Bruce Holm - Web Programmer [EMAIL PROTECTED

CFPOP and attachments

2001-11-08 Thread Bruce Holm
name=qGetMail startrow=1275 maxrows=1 generateuniquefilenames=Yes attachmentpath=/tmp cfoutput query=qGetMail #messagenumber# - #attachments#br /cfoutput - Bruce Holm - Web Programmer [EMAIL PROTECTED

$$embeddedcodestring

2001-10-18 Thread Bruce Holm
?) Thanks in advance. - Bruce Holm - Web Programmer Lattice Semiconductor Corp. [EMAIL PROTECTED] - ~~ Get the mailserver that powers this list at http

Re: Protecting, a, images/pics, directory?

2001-09-26 Thread Bruce Holm
Can you explain the difference between using CFFILE and others suggesting using CFCONTENT to display pictures in a window? Bruce - Original Message - From: Dave Hannum [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, September 25, 2001 11:03 AM Subject: Re: Protecting, a,

Re: Absolute Path Usage

2001-09-26 Thread Bruce Holm
for your help! Bruce Holm - Original Message - From: Owens, Howard [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, September 25, 2001 10:04 AM Subject: RE: Absolute Path Usage If I was hosting with a company (and I've worked with many shared hosts and I use mappings

CFDIRECTORY replacements

2001-09-26 Thread Bruce Holm
CFX_DIRECTORY and CFX_FILE (both version 1) and they don't work, either because they were installed wrong on the host server or because the tags don't actually work. - Bruce Holm - Web Programmer Lattice Semiconductor Corp. [EMAIL PROTECTED

Re: Passing the results from the CFDIRECTORY to another template?

2001-09-26 Thread Bruce Holm
Using the session-scoped structure gives you the ability to transfer the CFDIRECTORY results to the other template. What you ask about now is how to use the selection made to index into this structure. I would have to see the code you use to create the menus. As I recall, those menus you pop

Re: Absolute Path Usage

2001-09-25 Thread Bruce Holm
What I am wanting is a relative path but relative to the web root...for portability. I have an include file that I want to include by specifying the same path every time in all files in the hierarchy. So I put this include file in /global directory and want to reference it by /global/foo.cfm,

Re: Absolute Path Usage

2001-09-25 Thread Bruce Holm
See below... - Original Message - From: Jeffry Houser [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, September 25, 2001 11:30 AM Subject: Re: Absolute Path Usage I didn't see the original post, so I'm jumping in the middle. .. The way I do this is by setting a

Re: Absolute Path Usage

2001-09-25 Thread Bruce Holm
My hosting company controls the CF Server administration mapping. SInce they share the CF server with many other website domains, they won't be creating mappings like / to my web root. If my domain was the only one on their server (dedicated server) then I could have them do this. Thanks for

Re: Passing the results from the CFDIRECTORY to another template?

2001-09-25 Thread Bruce Holm
You didn't scope these two variables to be Session variables... Change them to be: cfset Session.stDirFileName[RecNo] = Name cfset Session.stDirFileSize[RecNo] = Size - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, September 25, 2001 10:11 AM

Re: Absolute Path Usage

2001-09-25 Thread Bruce Holm
Hi Shawn, Would you be willing to post or send me directly a small example of this method? Thanks Bruce - Original Message - From: Shawn Grover [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, September 25, 2001 11:51 AM Subject: RE: Absolute Path Usage cfinclude can

Absolute Path Usage

2001-09-24 Thread Bruce Holm
but it returns a path from the machine root d:\html\users\...\html\... which when used as an absolute path doesn't seem to work either. - Bruce Holm - Web Programmer Lattice Semiconductor Corp. [EMAIL PROTECTED

Re: Passing the results from the CFDIRECTORY to another template?

2001-09-24 Thread Bruce Holm
There are multiple ways to pass it. What directory info are you wanting to pass? You can pass info from one template to another via: Session vars Client vars Application vars Form fields URL parameters etc You may want to store the directory info you want into a

Re: Ways to pass variables

2001-09-24 Thread Bruce Holm
Hidden form fields can be views in the HTML page source view...so not ideal for security reasons either. It's less blatantly obvious but still viewable to prying eyes. Bruce [EMAIL PROTECTED] - Original Message - From: Mike Tangorre [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent:

Re: Passing the results from the CFDIRECTORY to another template?

2001-09-24 Thread Bruce Holm
Make sure you have session management activated...then cfdirectory name=queryName ... !--- Create a new structure for each column of info you want --- cfset Session.stDirFileName = StructNew() cfset Session.stDirFileSize = StructNew() cfset RecNo=1!--- set an index counter --- cfoutput

Re: CFSILENT

2001-09-21 Thread Bruce Holm
Thanks for the response, Colin, Your email was helpful. But it appears that given the restrictions you state, it's not possible in some situations to get rid of all white space. The example I gave was a simplistic one. I've decided to grad a chunk of the real file I was wrestling with and pasted

CFSILENT

2001-09-20 Thread Bruce Holm
. - Bruce Holm - Web Programmer Lattice Semiconductor Corp. [EMAIL PROTECTED] - ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ

Re: Terrorism

2001-09-11 Thread Bruce Holm
Where does Satan fit into this picture?? Why do you assume God is responsible? I think your view of God needs recalibrating. A loving God would never cause this to happen. I believe in the existence of Satan and is responsible for filling people's hearts with anger and hatred enough to commit

Re: Terrorism

2001-09-11 Thread Bruce Holm
I disagree. Put yourself in the shoes of a criminal looking for a house to break in and rob. Before you are two neighborhoods...one who has few or no laws against gun ownership by residents...the other has tough laws that ban gun ownership. Which neighborhood would you choose to go into and rob?

Re: Terrorism

2001-09-11 Thread Bruce Holm
You have been listening too long to the trash liberal media and gun control nuts spew forth. You talk about having LOTs of faith in the average civilian...are you not aware of permits to carry that thousands and maybe millions of American have already? You don't go outside and fear for your life

CFLOOP inside CFMAIL query

2001-09-11 Thread Bruce Holm
Can a CFLOOP be placed between CFMAIL and /CFMAIL tags that are looping over a query and group? cfmail query=... group=... cfloop list=... index=... /cfmail - Bruce Holm - Web Programmer Lattice Semiconductor Corp. [EMAIL PROTECTED

CFSCHEDULE

2001-08-01 Thread Bruce Holm
. I could get neither to do as he describes. To top it all off, the CF Reference manual doesn't even have CFSCHEDULE tag in it!!! Any comments, experiences that would enlighten me more on this strange semi-documented tag? - Bruce Holm - Web

Re: Client Variables NOT expiring

2001-07-12 Thread Bruce Holm
- Original Message - From: Dave Watts [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, July 12, 2001 9:31 AM Subject: RE: Client Variables NOT expiring Do you set this tag (cfapplication) on the fly in the middle of your code somewhere or is this located

Re: Client Variables NOT expiring

2001-07-12 Thread Bruce Holm
Dave, Do you set this tag (cfapplication) on the fly in the middle of your code somewhere or is this located in the Application.cfm file? Is it safe to set the Session.CFID and Session.CFTOKEN to to knock them out? Do they get regenerated and set to a new value if you do? In my situation, I

Re: Client Variables NOT expiring

2001-07-12 Thread Bruce Holm
I think this technique assumes the entire site is protected and the user must be logged in to see any of it. What if part of the site is unprotected and part is? This is the situation I'm in. How do you let the user log out of the protected area and still browse the unprotected area as

CF-TALK

2001-07-10 Thread Bruce Holm
This list is acting strange... I am seeing some duplicate msgs posted. When I post, it doesn't show up (at least not after about an hour.) I didn't get any error msgs. What's up? ~~ Structure your ColdFusion code with Fusebox. Get the official

Turn off double-spacing on rds xfer

2001-07-10 Thread Bruce Holm
) for this problem??? - Bruce Holm - Web Programmer Lattice Semiconductor Corp. [EMAIL PROTECTED] - ~~ Structure your ColdFusion code with Fusebox. Get the official

Re: CF-TALK

2001-07-10 Thread Bruce Holm
This msg showed up right away...my earlier post finally showed up, nearly 2 hrs after posting it. Strange... - Original Message - From: Bruce Holm [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, July 10, 2001 10:26 AM Subject: CF-TALK This list is acting strange... I

Re: Turn off double-spacing on rds xfer

2001-07-10 Thread Bruce Holm
When Saving = Unix HTH, Jeff Garza Lead Developer/Webmaster Spectrum Astro, Inc. 480.892.8200 [EMAIL PROTECTED] http://www.spectrumastro.com -Original Message- From: Bruce Holm [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 10, 2001 8:53 AM To: CF-Talk Subject: Turn off double

CF Studio Preference File

2001-07-10 Thread Bruce Holm
Does anyone know where the CF Studio preference file is located? I'm guessing that maybe it needs to be thrown away and recreated. I'm specifically looking for the one the contains OptionsSettings... for RDS or file transfers. Bruce - Original Message - From: Bruce Holm [EMAIL PROTECTED

Re: IIF vs if,else

2001-06-26 Thread Bruce Holm
My understand, based on what an expert (seminar instructor) said was that yes, IIF is significantly slower than using CFIF and should be avoided if possible. But there are cases where IIF can be used where CFIF can't. For example, one way of alternating the highlight background color on table

Re: CF Using 90-100% of processor time (911!)

2001-04-16 Thread Bruce Holm
This sounds like a similar problem we had but on a Unix server. The culprit was Client Variables. We were not using them but had them "enabled". It filled up our registry file (8Mb). So check your registry file located in the coldfusion directory. If it's big that's a clue. To clean it out,

Re: Viewing PDFs

2001-04-12 Thread Bruce Holm
l Message----- From: Bruce Holm [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 11, 2001 6:27 PM To: CF-Talk Subject: Viewing PDFs I'm new to this list so if this has been beat to death already, please forgive... For viewing a .pdf file, we store the URL in a db table. When someone clicks

Re: Viewing PDFs

2001-04-12 Thread Bruce Holm
Thanks, Adrian! How do you allow users to use the Back button to get "out" of the PDF doc? It seems to just redirect you back into the PDF. How did you get around that? Bruce - Original Message - From: "Adrian Cesana" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday,

Viewing PDFs

2001-04-11 Thread Bruce Holm
. Netscape 4.7 works. Any ideas on this one - Bruce Holm - Web Programmer Lattice Semiconductor Corp. [EMAIL PROTECTED] - ~~ Structure your