Setting Current row for query object???

2002-04-25 Thread Shawn Grover
acket notation i.e. MyQuery[3].FieldName. it would take hours to change them all even with search and replace). Can the native query variable CurrentRow be used to SET the current row? (instead of just reporting the current row). Thanks in advance. Shawn G

RE: 2 Zip or Not 2 Zip

2002-04-24 Thread Shawn Grover
overrides any individual developer's desires (as I've found out the hard way). My two cents worth. Shawn Grover -Original Message- From: Owens, Howard [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 2:28 PM To: CF-Talk Subject: RE: 2 Zip or Not 2 Zip My concern is that u

RE: CFLOOP problem with commas

2002-04-23 Thread Shawn Grover
change your 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 PM To: CF-Talk Subject: CFLOOP problem with comma

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

2002-04-23 Thread Shawn Grover
ather 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]

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: CF's Most Wanted ::

2002-04-23 Thread Shawn Grover
result, we 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

RE: CF's Most Wanted ::

2002-04-23 Thread Shawn Grover
rom 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 Wan

RE: CF's Most Wanted ::

2002-04-22 Thread Shawn Grover
would 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 T

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 G

RE: RecordCount is 0 en Stored Procedure

2002-04-18 Thread Shawn Grover
Error) 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 que

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 G

RE: CFTransaction & Rollback on error?

2002-04-16 Thread Shawn Grover
for this discussion... ): But, I get the error I initially reported on the Rollback line. 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

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:

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 G

CFTransaction & Rollback on error?

2002-04-16 Thread Shawn Grover
error occurs (after displaying appropriate messages). Is that where the problem is? If so, do I need to do an explicit rollback like this? Any suggestions are appreciated. Thank you. Shawn Grover __ This list and all House of

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

InTransaction Function?

2002-04-12 Thread Shawn Grover
ge 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 neede

Help needed - More client variable weirdness

2002-04-12 Thread Shawn Grover
o a client 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

RE: Preventing SQL injection attacks...?

2002-04-12 Thread Shawn Grover
s attack. hmmm... I better go test that to be sure 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... on the developers exc

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 be in an

RE: Odd can't log in behavior

2002-04-11 Thread Shawn Grover
If it's a caching issue, then why not just turn off the caching? These lines of code will do it: They will prevent caching (in most cases) at the client browser, and at any intervening proxies. HTH Shawn Grover -Original Message- From: Brendan Avery [mailto:[EMAIL PROT

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

2002-04-11 Thread Shawn Grover
eters 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 f

Handle concurrency issues without stored procedures?

2002-04-10 Thread Shawn Grover
g multiple 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

RE: Coldfusion function

2002-04-10 Thread Shawn Grover
riable is available in a custom 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 wo

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
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

Client Variable Weirdness

2002-04-10 Thread Shawn Grover
ables 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:

DBVARName in CFStoredProcs

2002-04-10 Thread Shawn Grover
I wrong 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.fusi

RE: best password encryption method

2002-04-02 Thread Shawn Grover
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

Where is the best place to put business rules?

2002-04-02 Thread Shawn Grover
ng - the Web/CF 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

RE: Checking an email

2002-03-28 Thread Shawn Grover
tool/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 t

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

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, Marc

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

RE: cfparam vs. cfif/isDefined/cfset

2002-03-26 Thread Shawn Grover
't it?... 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 For example: we maintain 5 server locations, some secure and some not. Some of the sit

CFCookie vs Javascript cookie vs ASP cookie ??

2002-03-26 Thread Shawn Grover
ding of how 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.then

RE: cfparam vs. cfif/isDefined/cfset

2002-03-26 Thread Shawn Grover
eclare the structure in the application or session scope, and only create it once. Just be sure to lock where 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:

CFGrid Enhancements/Replacement?

2002-03-25 Thread Shawn Grover
he current 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.c

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 if

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:[

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

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 docume

RE: HTML email images?

2002-03-20 Thread Shawn Grover
ives might 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 image

RE: Need Suggestions - Multiple instances of application.

2002-03-20 Thread Shawn Grover
least more 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 ha

RE: Need Suggestions - Multiple instances of application.

2002-03-20 Thread Shawn Grover
life 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 Suggestions - Multiple instances of application.

2002-03-19 Thread Shawn Grover
uld be a large issue. 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.c

RE: Conversion help, Centimeters to Feet Inches

2002-03-18 Thread Shawn Grover
eed to get 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 Centimete

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: 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 c

RE: RE: UDF question

2002-03-18 Thread Shawn Grover
uments why the developers 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 PROT

RE: UDF question

2002-03-18 Thread Shawn Grover
ents (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 cap and speaking as just one of yall...) The q

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: SQL in a CFIF

2002-03-12 Thread Shawn Grover
that answers what you were asking. Shawn Grover -Original Message- From: LANCASTER, STEVEN M. (JSC-OL) (BAR) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 2:30 PM To: CF-Talk Subject: SQL in a CFIF How would write a select statement within a CFIF statement. 1. Can it be done

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: CFTransactions and SQL Transactions?

2002-03-12 Thread Shawn Grover
n that I'll see lots 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 awaitin

RE: Target back to parent.

2002-03-11 Thread Shawn Grover
target 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

RE: Target back to parent.

2002-03-11 Thread Shawn Grover
. I'd 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

RE: Target back to parent.

2002-03-11 Thread Shawn Grover
I can 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:

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

RE: Target back to parent.

2002-03-11 Thread Shawn Grover
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 to parent. Correct so what would I use to submi

RE: Target back to parent.

2002-03-11 Thread Shawn Grover
Yes, the Form object has a Target attribute. (i.e. ) 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 Grover -O

RE: Forum or threaded app

2002-03-08 Thread Shawn Grover
embering right), 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

Recovering CF Admin password?

2002-03-08 Thread Shawn Grover
in password. (He has 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

RE: Intranet apps

2002-03-08 Thread Shawn Grover
me, so I don't need the tool... My thoughts 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.pe

RE: SQL Statement dumping data

2002-03-08 Thread Shawn Grover
igh volume 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

RE: Intranet apps

2002-03-08 Thread Shawn Grover
er 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 b

CFTransactions and SQL Transactions?

2002-03-08 Thread Shawn Grover
ing is complete). So, any suggestions? Thanks in advance. Shawn Grover __ Why Share? Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free Setup http://ww

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
ollow 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.

CFGrid Applet Help?

2002-03-05 Thread Shawn Grover
luck. (we know the first number of GridDescription is the column count, but changing it seems to break 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

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 hap

RE: it's finally happened

2002-03-05 Thread Shawn Grover
files? 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

RE: Rotating banners

2002-03-05 Thread Shawn Grover
e never had to worry about rotating 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 tha

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 P

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 ---

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:[

Modal Window and Java Applet?

2002-02-28 Thread Shawn Grover
ow 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 R

RE: Custom error (cfthrow) question

2002-02-28 Thread Shawn Grover
atch block 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"

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 Subject

RE: RE: Developer version of CF Server 4.5?

2002-02-27 Thread Shawn Grover
e no versions of CF Server 4.5 on MM's 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

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:SOLUTION - Closing a window from JS without prompt?

2002-02-27 Thread Shawn Grover
, 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? that snippet didn't work

RE: Closing a window from JS without prompt?

2002-02-27 Thread Shawn Grover
out a prompt. Shawn Grover -Original Message- From: Justin Waldrip [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 12:18 PM To: CF-Talk Subject: RE: Closing a window from JS without prompt? I have an app that opens up a window full screen and then I need to close the p

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. Sh

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 [m

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 Subjec

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 f

RE: "clean" redirection?

2002-02-21 Thread Shawn Grover
ering 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 -Original Message- From: Jason Davis [mailto:[EMAIL PROTECTED]] Sent: Thursday

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 on

RE: Future of the internet

2002-02-11 Thread Shawn Grover
THE killer app 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 Shawn Grover -Original Message- From: Andrew Scott [mailto:[EMAIL PROTECTED]] Sent: Monday, February 11, 2002 7:29 AM To:

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 before

RE: little OT, getting DataTypeEnum from DAO

2002-01-29 Thread Shawn Grover
nough 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 & fiel

RE: Cold Fusion and Visual Source Safe

2002-01-29 Thread Shawn Grover
And, as with any versioning system, your source control is only as good a s long as all users agree to use it consistently. 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: Cold Fusion and Visual Source Safe

2002-01-29 Thread Shawn Grover
ldn't 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

RE: Another RegEx question

2002-01-29 Thread Shawn Grover
p://www.crescotech.com -Original Message- 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 have

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 mo

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- F

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- From:

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

<    1   2   3   4   5   6   >