RE: CF's Most Wanted ::

2002-04-23 Thread Shawn Grover
a CFFile tag somehow. Maybe it's just wishful thinking on my part, but, that's the idea of this thread isn't it? Shawn Grover -Original Message- From: Douglas Brown [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2002 9:44 AM To: CF-Talk Subject: Re: CF's Most Wanted :: Hmmm why

RE: CF's Most Wanted ::

2002-04-23 Thread Shawn Grover
have limited the system to one file at a time. My two cents worth. Shawn Grover -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2002 10:25 AM To: CF-Talk Subject: Re: CF's Most Wanted :: Shawn Grover wrote: On the topic of CFFILE

IIS Configuration? (was RE: CF's Most Wanted ::)

2002-04-23 Thread Shawn Grover
With the below messages in mind, is there any way to configure IIS to spool form data to disk, rather than memory? specifically the File Form elements. Thanks Shawn Grover -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2002 11:16 AM To: CF-Talk

RE: IIS Configuration? (was RE: CF's Most Wanted ::)

2002-04-23 Thread Shawn Grover
than memory, then I can eliminate the Out Of Resources errors I've been getting when dealing with large files (in my case 60+ Meg - due to the amount of memory we've put on that server). Shawn Grover -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23

RE: CFLOOP problem with commas

2002-04-23 Thread Shawn Grover
change your delimiter. cfloop index=ListOfURLs list= #URL1#||#URL2# delimiter=|| that should solve the problem. (it's off the top of my head, so could be a little wrong). Shawn Grover -Original Message- From: Tim Claremont [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2002 2:25

RE: CF's Most Wanted ::

2002-04-22 Thread Shawn Grover
most definetly alleviate this issue. But I'm sure care must be taken not to bloat the core functionality of CF with too many goodies. My thoughts, not yours Shawn Grover -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: Monday, April 22, 2002 8:18 AM To: CF-Talk

RE: RecordCount is 0 en Stored Procedure

2002-04-18 Thread Shawn Grover
) immediately after the operation in question - the next command resets these values. Shawn Grover -Original Message- From: Mario Martinez R. [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 10:31 AM To: CF-Talk Subject: RecordCount is 0 en Stored Procedure Hi all: I got this query

CF Studio - Split for two different files?

2002-04-18 Thread Shawn Grover
Is it possible to view two different files at the same time? Without having to use the selection tabs Kinda like the Window Split function Haven't seen any reference to this capability, but I could be wrong Shawn Grover

CFTransaction Rollback on error?

2002-04-16 Thread Shawn Grover
an explicit rollback like this? Any suggestions are appreciated. Thank you. Shawn Grover __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http

RE: INPUT checkboxes

2002-04-16 Thread Shawn Grover
You haven't indicated if the checkboxes are checked. If not, then no value gets passed for them - Only checked boxes get passed when the form is submitted. I would use CFPARAM on the processing page to set default values, then check those values (if needed) before processing. Shawn Grover

RE: CFTransaction Rollback on error?

2002-04-16 Thread Shawn Grover
Nope, got the same error. Thanks though. Any other ideas/insight? Shawn Grover -Original Message- From: Justin Scott [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 10:23 AM To: CF-Talk Subject: Re: CFTransaction Rollback on error? Just before the CFABORT, try placing

RE: CFTransaction Rollback on error?

2002-04-16 Thread Shawn Grover
. Hope that helps some. Shawn Grover -Original Message- From: Justin Scott [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 11:29 AM To: CF-Talk Subject: Re: CFTransaction Rollback on error? You are using action=begin on the opening CFTRANSACTION call right? -Justin Scott, Lead

RE: Looking for fast, reliable and potentially cheap CF Hosting

2002-04-16 Thread Shawn Grover
I agree - you get what you pay for. However, www.readyhosting.com has excellent rates, CF and SQL Support, and a ton of other advantages. I have a client with two sites on there, and have experienced almost no problems that weren't code related. My thoughts, not yours Shawn Grover

RE: Help needed - More client variable weirdness

2002-04-13 Thread Shawn Grover
client variable weirdness Just curious.. are you using SSL? ___ Get the FREE email that has everyone talking at http://www.mail2world.com -Original Message- From: Shawn Grover Sent: 4/12/2002 6:16:18 PM To: [EMAIL PROTECTED

RE: Access table record limit?

2002-04-12 Thread Shawn Grover
application - never had any problems with the table. HTH. Shawn Grover -Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Friday, April 12, 2002 7:40 AM To: CF-Talk Subject: Access table record limit? Does anyone know what a practical limit of records should

RE: Preventing SQL injection attacks...?

2002-04-12 Thread Shawn Grover
... I better go test that to be sure grins Shawn Grover -Original Message- From: Brian Scandale [mailto:[EMAIL PROTECTED]] Sent: Friday, April 12, 2002 10:53 AM To: CF-Talk Subject: Re: Preventing SQL injection attacks...? There is a custom tag... cf_formfilter on the developers

Help needed - More client variable weirdness

2002-04-12 Thread Shawn Grover
variable issue. Any suggestions? Thanks in advance. Shawn Grover __ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http

InTransaction Function?

2002-04-12 Thread Shawn Grover
InTransaction Show Message /cfif /cftransaction I make a call to a custom Error Handler tag in a transaction, and need to know if a RollBack needs to be done or not. I'd rather not have to create a new attribute/flag for the custom tag, if it's not needed. Thanks. Shawn Grover

RE: Help! How can I extract a form from a webpage?

2002-04-11 Thread Shawn Grover
as a list. HTH Shawn Grover -Original Message- From: Ernie Pena [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2002 1:46 PM To: CF-Talk Subject: Help! How can I extract a form from a webpage? I know using the cfhttp I can grab the page but how can I get all the input box field names

DBVARName in CFStoredProcs

2002-04-10 Thread Shawn Grover
in this? Is there a prefered method with regards to this? Thanks In Advance Shawn Grover __ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com

Client Variable Weirdness

2002-04-10 Thread Shawn Grover
are handled is wrong? Thanks for any insight Shawn Grover __ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http

RE: Coldfusion function

2002-04-10 Thread Shawn Grover
Or an include file... if your template makes use of CF Tags and client output. UDFs are good in most cases, and include files are good in others. Look at your needs and make a judgement call Shawn Grover -Original Message- From: Kevin Schmidt [mailto:[EMAIL PROTECTED]] Sent

RE: Concatanation (THANKS)

2002-04-10 Thread Shawn Grover
with multiple records in multiple tables (where a file can be referenced from an image table, and a download table for instance), then you need include a table pointer of some sort: (i.e. FileID, TableName, RecordID) HTH Shawn Grover -Original Message- From: James Taavon [mailto:[EMAIL

RE: Coldfusion function

2002-04-10 Thread Shawn Grover
tag. That's equivalent to making your variables global, and that can lead to all kinds of other headaches. I prefer passing my information to the custom tag as an Attribute. However, that said, there are always exceptions to the rule... My two cents worth Shawn Grover -Original Message

Handle concurrency issues without stored procedures?

2002-04-10 Thread Shawn Grover
updates is troublesome (having to use SET NOCOUNT ON/OFF). So, I'm looking for ideas. I think we have a method to handle it, but want to see what others are doing for this situation. Thanks. Shawn Grover __ Get the mailserver

Where is the best place to put business rules?

2002-04-02 Thread Shawn Grover
Server, or the SQL Server. This is expected to be a high volume site. Thank you for your time and responses. Shawn Grover __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable

RE: best password encryption method

2002-04-02 Thread Shawn Grover
that can email the password to a user - now you need to decrypt the password, which hashing does not support. My 2 cents worth. Shawn Grover -Original Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 02, 2002 9:13 PM To: CF-Talk Subject: Re: best password

RE: Announcement: New Flash MX component

2002-03-28 Thread Shawn Grover
Cool Tool Dave! Showed it to a coworker, and his comment was be nice if you could do something like this for an MPEG file. But, I can see lots of places this can come in handy. Shawn Grover -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 9

RE: Complex List Delimiter

2002-03-28 Thread Shawn Grover
Don't know for sure but it appears the delimiter is acting as a regular expression. Square brakets in a regular expression indicate optional components. So, as a shot in the dark you could try \[pagebreak\] HTH Shawn Grover -Original Message- From: Wallick, Mike [mailto:[EMAIL

RE: Checking an email

2002-03-28 Thread Shawn Grover
/component. hth Shawn Grover -Original Message- From: Tracy Bost [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 2:13 PM To: CF-Talk Subject: Re: Checking an email Depends on the Email Server's Configuration. Its not as common to be able to do that nowadays as it used to be. Most

RE: cfparam vs. cfif/isDefined/cfset

2002-03-26 Thread Shawn Grover
needed. And keep in mind that only YOU know the right answer for your needs. My two cents worth. Shawn Grover -Original Message- From: Chris Norloff [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 1:11 PM To: CF-Talk Subject: Re: cfparam vs. cfif/isDefined/cfset Yes, they MUST

CFCookie vs Javascript cookie vs ASP cookie ??

2002-03-26 Thread Shawn Grover
the cookies are supposed to work. Any insight into this??? Thanks Shawn Grover __ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk

RE: cfparam vs. cfif/isDefined/cfset

2002-03-26 Thread Shawn Grover
it?... grins Shawn Grover -Original Message- From: Chris Norloff [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 11:58 AM To: CF-Talk Subject: RE: cfparam vs. cfif/isDefined/cfset snip For example: we maintain 5 server locations, some secure and some not. Some of the site-specific

RE: CFCookie vs Javascript cookie vs ASP cookie ??

2002-03-26 Thread Shawn Grover
Thanks Dave. Somehow I knew I could count on you. I'm looking into the path issue now (making sure it was declared...), but suspect that's where the problem is. Shawn Grover -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 1:19 PM To: CF

CFGrid Enhancements/Replacement?

2002-03-25 Thread Shawn Grover
grid control we have to meet all of our needs. Thanks in advance. Shawn Grover __ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm

RE: CF JS Menus

2002-03-22 Thread Shawn Grover
The menu system I was thinking about was the Milonic menu http://www.milonic.com/menu/ When I was looking for menus, this one seemed to be the most robust that I could find, and that didn't have any costs involved. Shawn Grover -Original Message- From: Michael Tangorre [mailto:[EMAIL

RE: Multiple File Upload

2002-03-22 Thread Shawn Grover
but do they release their source code to you when you purchase the product? -Original Message- From: Birgit Pauli-Haack [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 6:11 PM To: CF-Talk Subject: Re: Multiple File Upload I found two java applet solutions: both around $200

RE: Password Protected File Downloads

2002-03-21 Thread Shawn Grover
that's how I've done it. Also allows you to log file access and such... -Original Message- From: Haggerty, Michael A. [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 1:14 PM To: CF-Talk Subject: RE: Password Protected File Downloads Use CFCONTENT to serve up the actual

RE: CF JS Menus

2002-03-21 Thread Shawn Grover
around, there are some very good systems out there that are much less (free even), and meet or exceed Hiermenus' capabilities. Unfortunately, I don't have the links with me I'll see if I can dig them out tonight... Shawn Grover -Original Message- From: Chuck McElwee [mailto:[EMAIL

RE: Need Suggestions - Multiple instances of application.

2002-03-20 Thread Shawn Grover
easy - just name our app dynamically based on the Company name/id. Does anyone else have any other suggestions? Thanks in advance. Shawn Grover -Original Message- From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 7:25 PM To: CF-Talk Subject: RE: Need

RE: Need Suggestions - Multiple instances of application.

2002-03-20 Thread Shawn Grover
important than this multi-company issue). Thanks for the input. Shawn Grover -Original Message- From: Jim McAtee [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 7:50 AM To: CF-Talk Subject: Re: Need Suggestions - Multiple instances of application. Do users ever hava a valid

RE: HTML email images?

2002-03-20 Thread Shawn Grover
help. Otherwise, I know there are a few sites out there that have info on this. Sorry I couldn't be more help. Shawn Grover -Original Message- From: Sharon Diorio [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 11:12 AM To: CF-Talk Subject: HTML email images? I've got

Need Suggestions - Multiple instances of application.

2002-03-19 Thread Shawn Grover
. Thanks in advance for any ideas. Shawn Grover __ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http

RE: UDF question

2002-03-18 Thread Shawn Grover
my code very clean when I'm only reading elements (99% of my use of session variables). My 2 cents worth Shawn Grover -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 1:26 PM To: CF-Talk Subject: RE: UDF question (Taking off Macromedia

RE: RE: UDF question

2002-03-18 Thread Shawn Grover
shouldn't handle it. Hence, I think a compromise is in order, and would offer the best solution for everyone involved (see my earlier post on this thread). My observations, not yours. Shawn Grover -Original Message- From: Matthew R. Small [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18

RE: CFLOCK all the time?

2002-03-18 Thread Shawn Grover
read through the thread UDF Question. It is directly related (although, kinda long winded) to this topic, and can offer some insights. -Original Message- From: John Kivus [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 4:29 PM To: CF-Talk Subject: CFLOCK all the time? We're

RE: Conversion help, Centimeters to Feet Inches

2002-03-18 Thread Shawn Grover
Or, check the libraries at CFLIB.ORG - I think I recall seeing conversion functions there Shawn Grover -Original Message- From: Brian Simpson [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 5:54 PM To: CF-Talk Subject: Conversion help, Centimeters to Feet Inches Conversion

RE: Conversion help, Centimeters to Feet Inches

2002-03-18 Thread Shawn Grover
some sleep. Shawn Grover -Original Message- From: Brian Simpson [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 5:54 PM To: CF-Talk Subject: Conversion help, Centimeters to Feet Inches Conversion help, Centimeters to Feet Inches Anyone know how to convert Centimeters to Feet

RE: SQL case insensitive search ???

2002-03-15 Thread Shawn Grover
It isn't case sensitive if the database hasn't been setup that way when the server was installed. This can be changed through the server management interfaces (normally). However, you can get around the issue by casting your field and your parameter to upper or lower case. i.e. Select * from My

Studio 4.5.2 problem?

2002-03-14 Thread Shawn Grover
in advance. Shawn Grover __ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona FAQ: http

RE: CFTransactions and SQL Transactions?

2002-03-12 Thread Shawn Grover
on this from the list. Shawn Grover -Original Message- From: Bill Grover [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 5:48 AM To: CF-Talk Subject: RE: CFTransactions and SQL Transactions? Shawn, I don't have an answer but am anxiously awaiting one. I have a case where

RE: What's wrong with this simple UDF?

2002-03-12 Thread Shawn Grover
You have to do your VAR statements before anything else. Try it this way: function pad(str, length, padChar) { var strLen = len(trim(str)); var difference = length - strLen; str = trim(str); if (strLen GT length) { Shawn Grover -Original Message- From: Jamie Jackson

RE: SQL in a CFIF

2002-03-12 Thread Shawn Grover
the full SQL Statement into a string, using CFIF as needed to build your string, then like so: cfquery name=MyQuery datasource=MyDSN #MySQLString# /cfquery Hopefully that answers what you were asking. Shawn Grover -Original Message- From: LANCASTER, STEVEN M. (JSC-OL) (BAR

RE: Target back to parent.

2002-03-11 Thread Shawn Grover
Yes, the Form object has a Target attribute. (i.e. form action=mypage.cfm target=_top) If needed, I think you can set the target dynamically through JS document.forms[0].target=MainWindow; (I could be wrong on this though... couldn't find confirmation in my JS book.) Hope that helps. Shawn

RE: Target back to parent.

2002-03-11 Thread Shawn Grover
form Target=MainWindow onSubmit=self.close(); Would that do the trick? (haven't had the need to try it out, so no sure) Shawn Grover -Original Message- From: Neil H. [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11, 2002 11:50 AM To: CF-Talk Subject: Re: Target back

CFTransactions and SQL Transactions?

2002-03-11 Thread Shawn Grover
This is a repost cuz I think I got lost in the shuffle on Friday, and no-one has responed yet. TIA. -Original Message- From: Shawn Grover [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 9:54 AM To: CF-Talk Subject: CFTransactions and SQL Transactions? I'm looking for more

RE: Target back to parent.

2002-03-11 Thread Shawn Grover
see how that would work properly, but it DOES take a bit more coding up front... Let me know what you come up with, I can see us needing something like that here right quick Shawn Grover -Original Message- From: Neil H. [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11, 2002 1:12 PM

RE: Target back to parent.

2002-03-11 Thread Shawn Grover
try it out, but I'm tied up with an update query with 180+ parameters right now Shawn Grover -Original Message- From: Neil H. [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11, 2002 1:29 PM To: CF-Talk Subject: Re: Target back to parent. Ok that doesn't seem good. I found a basic

RE: Target back to parent.

2002-03-11 Thread Shawn Grover
to the IFrame. Before we did this (and having proved it again afterwards), we were getting some tough javascript problems to fix (unable to refresh the current page, etc.). Hope that helps. Shawn Grover -Original Message- From: Neil H. [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11

CFTransactions and SQL Transactions?

2002-03-08 Thread Shawn Grover
existing stored procs from within a stored procedure, and check the return codes to determine if a rollback needs to happen before processing is complete). So, any suggestions? Thanks in advance. Shawn Grover __ Why Share

RE: Intranet apps

2002-03-08 Thread Shawn Grover
to choose if they want to see it or not. My two cents worth. Shawn Grover -Original Message- From: Jeffry Houser [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 9:51 AM To: CF-Talk Subject: RE: Intranet apps At 09:49 AM 03/08/2002 -0600, you wrote: Not to ruin the party or be overly

RE: SQL Statement dumping data

2002-03-08 Thread Shawn Grover
site, then you are placing unnecessary load on your servers. My thoughts, not yours Shawn Grover -Original Message- From: Jason Larson [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 10:01 AM To: CF-Talk Subject: RE: SQL Statement dumping data WOW!!, I haven't worked with DTS

RE: Intranet apps

2002-03-08 Thread Shawn Grover
not yours... Shawn Grover __ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona FAQ: http

Recovering CF Admin password?

2002-03-08 Thread Shawn Grover
Network Admin access and physical access to the server). Cold Fusion 5.0 Enterprise, Win2K Any tips? Thanks Shawn Grover __ Why Share? Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant

RE: Forum or threaded app

2002-03-08 Thread Shawn Grover
), and it would seem they are no longer in the forum business.. On the otherhand, check the Developers Exchange, I know there were a few apps like this in there... Shawn Grover -Original Message- From: Wolf, Alan [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 5:18 PM To: CF-Talk

RE: [OT] Re: VTML Builder

2002-03-07 Thread Shawn Grover
Oracle does the same thing in VB applications. We have always had to trim our variables to get rid of the excess spaces Doubt that helped ya any Shawn Grover -Original Message- From: freddy [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 1:25 PM To: CF-Talk Subject

RE: Rotating banners

2002-03-06 Thread Shawn Grover
the list's guidance on this topic. My $0.25 worth. Shawn Grover -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 3:10 AM To: CF-Talk Subject: RE: Rotating banners It all depends really on the level of traffic on the site. The higher

RE: Rotating banners

2002-03-05 Thread Shawn Grover
banners - but I'm normally good at finding holes in solutions (sorry Ben). Shawn Grover -Original Message- From: BEN MORRIS [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 11:35 AM To: CF-Talk Subject: Re: Rotating banners I would think that you would loop through your query

RE: it's finally happened

2002-03-05 Thread Shawn Grover
? Or if it is an option I need to turn on? Thus far, I haven't found any option, but do recall seeing backup files created before (*.bak I think). Thanks in advance. Shawn Grover -Original Message- From: Richard Meredith-Hardy [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 12:49 PM

RE: it's finally happened

2002-03-05 Thread Shawn Grover
Thanks Michael that's what I was looking for Hopefully it helps out Richard as well (the original poster). Shawn Grover -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 1:04 PM To: CF-Talk Subject: Re: it's finally happened

CFGrid Applet Help?

2002-03-05 Thread Shawn Grover
the applet) I'm hoping someone can point me to an online resource on this, and the possible parameters for the applet We'd rather not have to reverse-engineer the java code Thanks in advance Shawn Grover __ Get Your Own Dedicated

RE: Refreshing parent window on close

2002-03-02 Thread Shawn Grover
In the popup window's onClose event (or onUnload... I can never remember which), enter this line: self.opener.refresh(); Or, alternately, self.opener.location='originalPageURL.cfm'; Hope that helps. Shawn Grover -Original Message- From: W Luke [mailto:[EMAIL PROTECTED]] Sent

RE: Regular Expression Help

2002-03-01 Thread Shawn Grover
Going from limited memory of the subject here, but try something like this: [\w the|a|..] (the 'the|a|..' part would be your preposition list...) I think the \w means you are looking for whole words. Or it might be \W... Hope that helps some... Shawn Grover -Original

RE: Fusebox Question

2002-02-28 Thread Shawn Grover
For me, the concept of Fusebox is good, but in practicality it becomes a pain to debug... having to track back through ALL included files to find an error... -Original Message- From: Robert Everland [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 28, 2002 9:54 AM To: CF-Talk

RE: Custom error (cfthrow) question

2002-02-28 Thread Shawn Grover
specifically for database types of errors. Hope that helps. Shawn Grover -Original Message- From: Owens, Howard [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 28, 2002 3:00 PM To: CF-Talk Subject: RE: Custom error (cfthrow) question I tried the nativeerrorcode attribute and I get

Modal Window and Java Applet?

2002-02-28 Thread Shawn Grover
to resolve it? The applet seems to run fine if we use a regular window, but not in the modal window Hope I'm not being to vague Thanks in advance Shawn Grover __ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20

RE: Modal Window and Java Applet?

2002-02-28 Thread Shawn Grover
DOH!!! Nevermind, we did a test and was able to get things working fine in a modal window outside our app. So now it comes down to finding what part of our architecture doesn't agree with this setup Thanks anyway. Shawn Grover -Original Message- From: Shawn Grover [mailto:[EMAIL

RE: Template running more than once?

2002-02-27 Thread Shawn Grover
It is an action page for a form, but the submit button is NOT being double-clicked. I guess I can add this code to see if the browser somehow thinks a double click is being done, but I don't think that is the issue. Thanks though. Shawn Grover -Original Message- From: Chad Gray [mailto

OT: Closing a window from JS without prompt?

2002-02-27 Thread Shawn Grover
I'm looking for ideas on how to close a Parent window from Javascript without getting the confirmation prompt. We don't have an issue with any child windows, but we open an interface to our app then want to close the original window without the prompt. Any tips? Thanks in advance. Shawn Grover

RE:SOLUTION - Closing a window from JS without prompt?

2002-02-27 Thread Shawn Grover
; window.close(); (to be fair, I have to give credit for this to another of our developers...) Shawn Grover -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 12:28 PM To: CF-Talk Subject: RE: Closing a window from JS without prompt

RE: Developer version of CF Server 4.5?

2002-02-27 Thread Shawn Grover
download the Enterprise evaluation version when the 30 days times out, it becomes the developer version. Shawn Grover -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 1:48 PM To: CF-Talk Subject: Developer version of CF

RE: RE: Developer version of CF Server 4.5?

2002-02-27 Thread Shawn Grover
site. - Original Message - From: Shawn Grover [EMAIL PROTECTED] Date: Wednesday, February 27, 2002 1:54 pm Subject: RE: Developer version of CF Server 4.5? download the Enterprise evaluation version when the 30 days times out, it becomes the developer version... . Shawn

RE: Template running more than once?

2002-02-26 Thread Shawn Grover
Thanks. We looked into the dynamic image tags and this doesn't seem to be the problem in our case. Anyone have any other ideas/suggestions? Shawn Grover -Original Message- From: Zac Belado [mailto:[EMAIL PROTECTED]] Sent: Monday, February 25, 2002 5:00 PM To: CF-Talk Subject: RE

Template running more than once?

2002-02-25 Thread Shawn Grover
, then the page seems to be running, updating the data, then running again, and then failing. So, I'm looking for ideas on how this situation could occur, and how to resolve it. We are running CF5 on Win2K with a SQL 2000 back end. Thanks for any input. Shawn Grover (my appologies for the rambling

RE: clean redirection?

2002-02-21 Thread Shawn Grover
, or an error page maybe /cfif This would display the page, without the actual refering link (www.mysite.com/redirect.cfm?q=http://anothersite.com), and would allow you to add logging or anything else before the CFLOCATION call. Hopefully I understood what you are asking correctly. Shawn Grover

OT: intercepting keystrokes??

2002-02-12 Thread Shawn Grover
Is it possible to intercept the keystrokes from anywhere on the web page (i.e. an input text box may or may not have focus). I have a need to simulate the windows behaviour of the Alt-Key combinations (i.e. Alt-F opens a file menu, Alt-S may trigger a button event, etc.) I'm looking for ideas

RE: Future of the internet

2002-02-11 Thread Shawn Grover
in this case would be the I-Net itself... On a different note, I don't see how this discussion has much to do with Cold Fusion anymore grins Shawn Grover -Original Message- From: Andrew Scott [mailto:[EMAIL PROTECTED]] Sent: Monday, February 11, 2002 7:29 AM To: CF-Talk Subject: RE

OT: Java Menu?

2002-02-10 Thread Shawn Grover
I find myself in need for a decent java based menu system. The ones at www.imint.com are a bit large for our purposes (file size). I need something that emulates a Windows menu system, allows check boxes and possibly icons on the menus, and is as small as possible. I thought I'd ask here

Another RegEx question

2002-01-29 Thread Shawn Grover
I find myself needing to find all the HREF values on a given page. Regular Expressions are the answer, but I haven't nailed the pattern yet. Any help??? I've tried the following: \w+:\/\/[^/:]+:\d*?[^# ]* (\w+)://([^/:]+)(:\d+)?/(.*)[\s|] href=\S.*[\S|] They tend to give me more than

RE: Another RegEx question

2002-01-29 Thread Shawn Grover
- From: Shawn Grover [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 1:10 PM To: CF-Talk Subject: Another RegEx question I find myself needing to find all the HREF values on a given page. Regular Expressions are the answer, but I haven't nailed the pattern yet. Any help??? I've tried

RE: Cold Fusion and Visual Source Safe

2002-01-29 Thread Shawn Grover
approach any commercial venture with out version control of some sort. Shawn Grover -Original Message- From: Jaye Morris [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 2:28 PM To: CF-Talk Subject: Cold Fusion and Visual Source Safe Hope this is not too OT. Are there any dev teams

RE: Cold Fusion and Visual Source Safe

2002-01-29 Thread Shawn Grover
snip And, as with any versioning system, your source control is only as good a s long as all users agree to use it consistently. /snip Agree??? I didn't have a choice. I was pretty much told to use it, or go elsewhere. (hmmm that sounds more extreme than it was...)

RE: little OT, getting DataTypeEnum from DAO

2002-01-29 Thread Shawn Grover
to get you started. Shawn Grover -Original Message- From: James Sleeman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 1:26 PM To: CF-Talk Subject: little OT, getting DataTypeEnum from DAO Hi all, I'm doing a little experimentation with getting table field information

RE: extracting data from a huge text file

2002-01-25 Thread Shawn Grover
Another option.. Why not open it as an ODBC data source, and let the ODBC drivers worry about the size of the file? We recently did something like this with VB for a text file, only a few lines/records though. But it should still work well with larger files. -Original Message-

RE: Geographical dispersion

2002-01-25 Thread Shawn Grover
Isn't this the type of thing Akami does?? Hope I got the name right. If I'm remebering right, they mirror a website to multiple geographic locations, and requests for the site are served by the location closest to them (thus improving speed). Shawn Grover -Original Message- From: Paris

RE: msmenu

2002-01-24 Thread Shawn Grover
There is a javascript menu at www.milonic.com/menu that does this for you. And is cross platform compatible. But that may not be an option if you are already developing with the msmenu. Shawn Grover -Original Message- From: Steven Dworman [mailto:[EMAIL PROTECTED]] Sent: Thursday

RE: CFStoredProc vs CFQUERY

2002-01-21 Thread Shawn Grover
reason) for you. Also, with cfstoredproc, you can have multiple recordsets returned, and have access to the Stored Procedures return value. You can't do that with CFQuery. Shawn Grover -Original Message- From: Steven Durette [mailto:[EMAIL PROTECTED]] Sent: Monday, January 21, 2002 6:15 PM

Looking for suggestions for a Virtual Museum

2002-01-16 Thread Shawn Grover
One of the sites I volunteer my time for is considering putting their museum online (a virtual museum). I'm looking for ideas on how to accomplish this. When they say virtual museum they simply mean providing access to some/most/all of the museum resources online. We do not necessarily need a

RE: Phone App Server

2002-01-15 Thread Shawn Grover
, it might be interesting to see how this relates... Shawn Grover -Original Message- From: Duane Boudreau [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 11:36 AM To: CF-Talk Subject: RE: Phone App Server So close. Thx Howie. Duane -Original Message- From: Howie Hamlin

Need clarification on Content Management

2002-01-15 Thread Shawn Grover
To me, Content Management is one of those terms which is used to describe a process, but leaves room for interpretation. If Content Management means what I think it does (web managed system for adding content to a web site), it could be useful. But does this mean the added content is HTML

<    1   2   3   4   5   6   >