MX 6.1 update issue - inconsistent stack height?

2004-07-09 Thread Seth Petry-Johnson
stripped a page down to nothing more than a call to this query module, no cftry tags whatsoever, and even pulled out every cftry.../cftry block in the query file itself, and still get the error. Can ANYONE out there shed some light on this? Thanks in advance, Seth Petry-Johnson [Todays Threads

Re: MX 6.1 update issue - inconsistent stack height?

2004-07-09 Thread Seth Petry-Johnson
I think this may be caused by a limitation in the maximum file size for CF files under CFMX. I should have mentioned that I read about that also, and tried splitting the file up into seperate includes, but that didn't work either. However, I finally figured this out just a few minutes ago.I

Re:ListFind() weirdness

2003-11-24 Thread Seth Petry-Johnson
According to my help, the syntax for Listfind is ListFind(List,string,delemiters) (banging head on keyboard, wall, and anything else hard) I am such an idiot.You're completely right.What a rookie mistake to make, and I've been at this game WAY to long to be making rookie mistakes.Doh! Thanks

Replace within selection in Dreamweaver MX

2002-11-15 Thread Seth Petry-Johnson
I've started using Dreamweaver recently, and for the most part I like it as much as, or more than, Studio. However, there is one feature that I *REALLY* miss. Iw studio I was able to select a block of text and run a search and replace just within that selection. In DWMX, however, I don't seem

Intermittent 500 Internal Server Error

2002-11-14 Thread Seth Petry-Johnson
haven't yet been able to determine if there is a relationship between the amount of form data or querystring params and the chance of getting the error. Anyone have any suggestions? Thanks in advance, Seth Petry-Johnson ~| Archives

Re: Recurring events in database driven calendar

2002-08-18 Thread Seth Petry-Johnson
specified, how many records did you create? A year's worth? Two? Thanks again for everyone's input, Seth Petry-Johnson Argo Enterprise and Associates __ Structure your ColdFusion code with Fusebox. Get the official book at http

Recurring events in database driven calendar

2002-08-14 Thread Seth Petry-Johnson
will fall on any given day. Thanks in advance, Seth Petry-Johnson Argo Enterprise and Associates __ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http

Re: Recurring events in database driven calendar

2002-08-14 Thread Seth Petry-Johnson
Look at the demo calendar at geonorth and there geocalendar program. Thanks, but I already have the interface I need, I was wondering about the best way to lay out the database tables. I didn't see a downloadable demo of the geocalendar application so it won't be of much use to me. Thanks

Re: Recurring events in database driven calendar

2002-08-14 Thread Seth Petry-Johnson
Server... I hear that. Thanks, Seth Petry-Johnson Argo Enterprise and Associates __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail

Re: Weird problem with CFEXECUTE not releasing file

2002-06-27 Thread Seth Petry-Johnson
FYI. There's also it's successor, CFX_Execute. Which I also wrote. It's more like CFEXECUTE, except for the bugs. :) I was unable to find CFX_Execute on the MM developer exchange... could you email me a copy off list at [EMAIL PROTECTED] or even just send me a link that I can download from?

Weird problem with CFEXECUTE not releasing file

2002-06-26 Thread Seth Petry-Johnson
. I'm grasping at straws and hoping that someone has seen this behaviour before... any suggestions? Thanks in advance, Seth Petry-Johnson Argo Enterprise and Associates __ Signup for the Fusion Authority news alert and keep up

Re: What is the best variable scope?

2002-06-26 Thread Seth Petry-Johnson
Theoretically, the attributes scope is only available in custom tags. However, if in the application.cfm you create a variable like this: cfset attributes.myvar = myvalue I am not sure how ColdFusion reacts. I haven't worked with anything later than CF 4.51 yet, but in both 4.0 and

Re: Weird problem with CFEXECUTE not releasing file

2002-06-26 Thread Seth Petry-Johnson
Are you using the timeout option? If you don't specify one then the file will be locked. I have seen this problem when a command takes too long. I just moved on to CFX_consolecommand. Yes, I have specified a timeout on the CFEXECUTE call. Still, the weird thing is that it isn't UNTIL my

Re: DNS Havoc!!

2002-06-13 Thread Seth Petry-Johnson
Hey guys i just switched to a new host for the website www.entelligence.com But for some reason it still pings to the old host IP address Can you guys Ping the site and tell me (directly to my email) what address you get? Check out www.tracert.com - you can request a ping or traceroute

Re: Create dropdown selection from external files

2002-06-03 Thread Seth Petry-Johnson
. You should be able to copy and paste the code directly into your application. Hope this helps, Seth Petry-Johnson Argo Enterprise and Associates __ This list and all House of Fusion resources hosted by CFHosting.com. The place

Re: Create dropdown selection from external files

2002-06-03 Thread Seth Petry-Johnson
cfset temp = listGetAt(sin,i, delimiter) cfif ListLen(temp, ) EQ 2 !--- make sure the line is well-formed --- cfset arPages[i] = listGetAt(temp, 1, /cfif cfloop Regards, Seth Petry-Johnson Argo Enterprise and Associates

Re: File selection...is this possible?

2002-05-31 Thread Seth Petry-Johnson
numbers (arPages) from which you can populate your select box --- Hope this helps, Seth Petry-Johnson Argo Enterprise and Associates __ Your ad could be here. Monies from ads go to support these lists and provide more resources

Re: Tab order

2002-05-29 Thread Seth Petry-Johnson
dug this up from my list of reference bookmarks: http://www.siteexperts.com/tips/html/ts19/page1.asp Regards, Seth Petry-Johnson Argo Enterprise and Associates __ Structure your ColdFusion code with Fusebox. Get the official book

Re: page security using cfabort

2002-05-23 Thread Seth Petry-Johnson
CFLOCATION URL=not_authorized.cfm CFABORT /CFIF Regards, Seth Petry-Johnson Argo Enterprise and Associates __ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community

Help with regular expression

2001-11-12 Thread Seth Petry-Johnson
--- CFSET reCFSET = (CFSET [a-zA-Z0-9_]+( )?=( )?([[:Graph:]]|( ))+) Can anyone give me some pointers as to how I can modify this to support the sign if it appears inside single or double quotes on the right hand side of the equals sign? Thanks in advance, Seth Petry-Johnson Argo Enterprise

Re: Help with regular expression

2001-11-12 Thread Seth Petry-Johnson
Personally I don't think this is possible with regexs, but I'd love to be corrected. It would need to be able to look for an even number of quotes followed by a greater than sign. What I'm going to try now is to modify the regexp to distinguish between string data (anything enclosed in

Re: CFLOCK: Aliasing Session application variables at the top of the page

2000-08-23 Thread Seth Petry-Johnson
complex object or sprinkling a few locks through your code. Hope this helps, Seth Petry-Johnson Argo Enterprise and Associates -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http:/

Re: Understanding verity search...

2000-08-17 Thread Seth Petry-Johnson
Precisely that's what is happening now, one better solution is to declare your criteria to search for CF_TITLE, CF_CUSTOM1 and CF_CUSTOM2 one after another, but as far as efficiency is concerned, this is not so good. I didn't think you could search on the custom fields. How would you do

Re: Understanding verity search...

2000-08-17 Thread Seth Petry-Johnson
You could use Verity to search the text fields. But all you want from Verity is a list of record IDs of those records that match your Text Field(s) Search Criteria, I'll call it "VerityQuery.ID" Then you could use SQL to search on the Non-Text Field(s) of only the records that match your

CFFORM and GET

2000-08-17 Thread Seth Petry-Johnson
Has anyone else noticed that when you use CFFORM you always get the form data POSTED, even if you specify GET as the form method? I found some threads on the Allaire forums that mentioned this, but I didn't see any mention of a fix. Is this still an issue with 4.5? Regards, Seth Petry-Johnson

Need help planning product search system

2000-08-16 Thread Seth Petry-Johnson
manually looping through a 15,000 record query to pull out 2 records. I know I could use the MAXROWS parameter to limit the results, but I'd like to know of other approaches. Thanks in advance for any ideas, Seth Petry-Johnson Argo Enterprise and Associates

Re: Understanding verity search...

2000-08-16 Thread Seth Petry-Johnson
I'm currently building a rather comprehensive search engine using CF. But I have a doubt all along regarding Verity Search.. I had some fields in my search form for user to key in to faciliate their search and I specify all these fields inside my CFINDEX snip After which I do a CFSEARCH

Re: randrange() function

2000-08-11 Thread Seth Petry-Johnson
as expected. Regards, Seth Petry-Johnson Argo Enterprise and Associates 2,147,483,648 and 2,147,483,647 1,736,483,927 9,039,930,393 I remember reading somewhere that CF had -- Archives: http://www.mail-archive.com/cf-talk

CFLOCK and CFINCLUDE

2000-08-10 Thread Seth Petry-Johnson
he code in file2.cfm WILL be locked, due to the nature of CFINCLUDE. How about for CFMODULE? Thanks in advance, Seth Petry-Johnson Argo Enterprise and Associates --=_NextPart_000_0303_01C0030D.97C80460 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfe

Re: Afraid of long CFOUTPUT...

2000-08-06 Thread Seth Petry-Johnson
ge actually uses any variables, then only wrap that one section in the CFOUTPUT. It will make code maintenance much easier. Regards, Seth Petry-Johnson Argo Enterprise and Associates -- Archives: http://www.mail

Re: Security gotchas with dynamic SQL statements?

2000-08-04 Thread Seth Petry-Johnson
It looks to me like a malicious user could stick damned near anything in there, unfortunately. If you're only going to put a single condition in there, I reckon the easiest way to solve the problem would be to strip all spaces out of their string. No can do, since there is already a

Dynamically passing parameters to CFMODULE

2000-08-01 Thread Seth Petry-Johnson
uot; (obviously this exact approach won't work) Exactly WHY I need this is a little complicated. I *could* move the logic for this into the module itself, but I'd like to do it like I outlined above if at all possible. Does anyone have any ideas? Thanks in advance, Seth Petry-Johnson Argo Ente

Re: Mac File uploads

2000-08-01 Thread Seth Petry-Johnson
/faqs/macieuploads.htm (Thanks to Ron at Humankind Systems, Inc for pointing this out earlier this month) Regards, Seth Petry-Johnson Argo Enterprise and Associates -- Archives: http://www.mail-archive.com/cf-talk

Re: More CFLOCK

2000-08-01 Thread Seth Petry-Johnson
y" TIMEOUT="30" CFSET localUserID = Session.UserID /CFLOCK !--- now write the application param --- CFLOCK NAME="#Application.ApplicationName#" TYPE="readonly" TIMEOUT="30" CFSET UsersLoggedIn[localUserID].TimeCreated = Now

Security gotchas with dynamic SQL statements?

2000-08-01 Thread Seth Petry-Johnson
quot;qryName" SELECT SKU,DeptID,ShortDesc,LongDesc FROM Products WHERE CFIF Len(Attributes.BaseWhere) #Attributes.BaseWhere# AND /CFIF DeptID = #Attributes.DeptID# AND ProductSKU = '#Attributes.ProductSKU#' /CFQUERY I don't know enough advanced SQL to know if this allows a malicious user

Re: More CFLOCK

2000-08-01 Thread Seth Petry-Johnson
The problem with this answer is that you're referencing memory variables in your NAMEs without locking those references! Yes, I know. Unfortunately, I still use CF 4.01 and have gotten used to this approach. I wasn't sure which version the poster was using, so I included the comment about

Re: Dynamically passing parameters to CFMODULE

2000-08-01 Thread Seth Petry-Johnson
John, this can be done using the formurl2attributes tag (for what its worth, I *AM* using the FormURL2Attributes tag) Perhaps you misunderstood my question. I want to run a CFMODULE where the parameter NAMES provided to the module are themselves dynamic (not just the value that is passed). To

Re: Dynamically passing parameters to CFMODULE

2000-08-01 Thread Seth Petry-Johnson
not the only one trying to hack OO into CF and not going the Fusebox route. :) I don't think Fusebox makes any attempts to be object oriented either, it simply goes for a modular approach. Not to delve too much OT for the thread, but have you looked at cfobjects.com? Regards, Seth Petry

Re: CFLOCKs.... is this really necessary? - hold on a sec

2000-07-29 Thread Seth Petry-Johnson
at you're doing, you can afford to bend it from time to time. That's true, but I still don't see how doing so has any benefits, given that readonly locks by themselves don't really harm an application. Best regards, Seth Petry-Johnson Argo Enter

WAT: need some quick Java help

2000-07-26 Thread Seth Petry-Johnson
much in advance, Seth Petry-Johnson Argo Enterprise and Associates -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists

Re: Image not appearing - just place holder

2000-07-26 Thread Seth Petry-Johnson
don't use absolute paths (i.e. D:\inetpub\yoursite\image.gif). Perhaps you can post a URL so that we may take a look at the site? Regards, Seth Petry-Johnson Argo Enterprise and Associates -- Archives: http://www.mail

Re: Can someone explain this?

2000-07-14 Thread Seth Petry-Johnson
requests made through "CF_BrowserCheck". In other words, the first file will occlude the second. Regards, Seth Petry-Johnson Argo Enterprise and Associates -- Archives: http://www.mail-archi

Re: Thumbnail tags

2000-07-11 Thread Seth Petry-Johnson
rogressive JPEG! put some sort of error message here --- CFELSE !--- image can be safely resized --- CFX_GIFGD ACTION="resize" blah blah /CFIF Just a little workaround I discovered. Hope it helps. Regards, Seth Petry-Johnson

Re: What are you using instead of IDENTITY?

2000-07-11 Thread Seth Petry-Johnson
of thread is part of what makes this list so great. Regards, Seth Petry-Johnson Argo Enterprise and Associates -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com

Re: When should I use CFLOCK?

2000-07-10 Thread Seth Petry-Johnson
to acquire the lock itself, not a maximum execution time of the locked code. Regards, Seth Petry-Johnson Argo Enterprise and Associates -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe

Re: Using ReplaceNoCase with a quote in the string

2000-07-09 Thread Seth Petry-Johnson
ng them up. Try CFSET PAGE= REPLACENOCASE(CFHTTP.FILECONTENT, "A HREF=""http://www.blah.com"", "go to A HREF=""http://www.blah.com"", "all") Regards, Seth Petry-Johnson Argo Enterprise and Associates --

Re: Allaire Certification Program

2000-07-08 Thread Seth Petry-Johnson
programming language certification exam should be somewhat similar. Seth Petry-Johnson Argo Enterprise and Associates -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http

Re: A String of CFHTTPs

2000-07-08 Thread Seth Petry-Johnson
using ASP that is). Regards, Seth Petry-Johnson Argo Enterprise and Associates -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lis

Re: SLightly OT : Addition in JAVA

2000-07-04 Thread Seth Petry-Johnson
the addition and it will work great. If you're not worried about decimal precision, you can simply use Number(). For example: var intVal = Number(document.MyForm.MyField.value); Regards, Seth Petry-Johnson Argo Enterprise and Associates

Re: my pre-selected select box - why won't this work?

2000-07-03 Thread Seth Petry-Johnson
e same as "MD". Take a close look at the data in your database... my guess is your problem lies there. You could try changing the SELECTED parameter of the CFSELECT to read SELECTED="#Trim(GetCompanyAddress.State)#" but the best solution really is to fix up the data

Content management

2000-07-03 Thread Seth Petry-Johnson
nyone out there have any pointers for me? Either links to prewritten applications or ideas on "rolling my own" system are welcome. Thanks in advance, Seth Petry-Johnson Argo Enterprise and Associates -- Archives:

Re: Content management

2000-07-03 Thread Seth Petry-Johnson
than doing a database query. For sites where the content isn't changing more than a few times a month, it seems rather inefficient to keep hitting the database over and over. Thanks for the thoughts, Seth Petry-Johnson Argo Enterprise and Associates

Re: limiting upload file size

2000-07-02 Thread Seth Petry-Johnson
into it... I'll post a follow up if I find anything useful. Regards, Seth Petry-Johnson Argo Enterprise and Associates -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm

Re: limiting upload file size

2000-07-02 Thread Seth Petry-Johnson
if there is a solution or not, but its almost certainly going to have to be client-based. Anyone else have any ideas? Regards, Seth Petry-Johnson Argo Enterprise and Associates -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe

Re: Is it possible to have a preview of records before going live??

2000-06-29 Thread Seth Petry-Johnson
pull data where the status value is "active". Also, if you ever want to prevent a record from displaying, but you don't want to delete it, just change the status back to "inactive" and it will stop

Re: How to do multiple updates in one submit click

2000-06-25 Thread Seth Petry-Johnson
/CFLOOP Hope that makes some sense. I'm REALLY tired, so I may be overstating the obvious... I'm also beginning to see things that aren't thereg. Anyways, if you need anything clarified just let me know. I've used this approach on a number of different applications, and it seems to work pretty da

Re: Credit Card Number Parameters

2000-06-23 Thread Seth Petry-Johnson
ady passed. You may want to head over to Javascripts.com or SiteExperts.com and see if you can find one... no sense in re-inventing the wheel, as they say. Regards, Seth Petry-Johnson Argo Enterprise and Associates -- Arch

Re: cfscript

2000-06-22 Thread Seth Petry-Johnson
functions or variables. Regards, Seth Petry-Johnson Argo Enterprise and Associates -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk

Re: Need help with a SQL query

2000-06-21 Thread Seth Petry-Johnson
from item table .Desc - simply pulled from item table .CategoryIDs - "1,2,4" I've looked through a couple of my SQL books and haven't found an answer, so maybe this isn't possible (using SQL 6.5, BTW). Its not THAT big of a deal to run two queries. Thanks for the help, Seth Petry-Jo

Re: How to escape a - in a form post

2000-06-21 Thread Seth Petry-Johnson
The FORM scope (along with URL and cookie scopes) was created as a structure starting in 4.5. Regards, Seth Petry-Johnson Argo Enterprise and Associates -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe v

Re: How to stop an infinite CF loop?

2000-06-19 Thread Seth Petry-Johnson
) for even marginally complex loops I don't see how this could be efficiently included in the CF engine. The best solution is to hire programmers that don't write infinite loops g. Regards, Seth Petry-Johnson Argo Enterprise and Associates

Re: REGEX validating email

2000-06-19 Thread Seth Petry-Johnson
all of the help. Best Regards, Seth Petry-Johnson Argo Enterprise and Associates -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_tal

Re: REGEX validating email

2000-06-18 Thread Seth Petry-Johnson
expressions. What exactly does this character do? Regards, Seth Petry-Johnson Argo Enterprise and Associates -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?

Re: selecting random record from a database

2000-06-17 Thread Seth Petry-Johnson
- cfquery datasource="application.dsn" name="finalrecord" SELECT * FROM tblMembers WHERE ID = #intID# /cfquery If you need further clarification just let me know. Regards, Seth Petry-Johnson Argo Enterprise and Associates -

Problem with Studio's display of directory names

2000-06-06 Thread Seth Petry-Johnson
location work fine. Does anyone have ANY ideas as to what might be going on? Thanks in advance, Seth Petry-Johnson Argo Enterprise and Associates -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http

Re: Dynamically populating a CFINCLUDE

2000-06-04 Thread Seth Petry-Johnson
frames in such a way that each time the user makes a selection a frame updates to show the info for that selection. This will work in all frame aware browsers and is better than option 1 because only a small portion of the page reloads each time the user makes a selection. Hope this helps, Set

Re: List question?

2000-06-04 Thread Seth Petry-Johnson
need to type is your message. Regards, Seth Petry-Johnson Argo Enterprise and Associates -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=listsbody=

Re: Another question on performance -- better than lists?

2000-06-01 Thread Seth Petry-Johnson
know if this applies 100% to CF or not. Regards, Seth Petry-Johnson Argo Enterprise and Associates -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar

Re: CFLOCK Confusing Appication, client, session usage.

2000-05-22 Thread Seth Petry-Johnson
ed in memory once and everyone can access it. Also, it makes updating the query easier. However, if the query results are dependant upon user specific data (CustID, last time the user was at the store, etc, etc) then you need to use the Sess

Re: Sum

2000-05-22 Thread Seth Petry-Johnson
---. CFSET arVals = ListToArray(lstVals) !--- now sum the array --- CFSET intYourSum = ArraySum(arVals) Of course, you're better off letting the DB engine do this for you if that is at all possible. Regards, Seth Petry-Johnson Argo Enterprise and Associates

Re: Variable Scope??

2000-05-19 Thread Seth Petry-Johnson
because then you're not forcing CF to loop through scopes looking for your variable: a time consuming and potentially error causing process. Regards, Seth Petry-Johnson Argo Enterprise and Associates -- Archives: http://www.e

Re: Could request alleviate locking concerns?

2000-05-18 Thread Seth Petry-Johnson
EXCLUSIVE locks, you might see a *slight* benefit from using the request scope. Otherwise you should be OK just using READONLY locks throughout your pages. Regards, Seth Petry-Johnson Argo Enterprise and Associates -- Arch

Re: Will the last person leaving Cold Fusion please turn out the lights?

2000-05-17 Thread Seth Petry-Johnson
on a thousand other loosely related topics. Not to sound TOO terribly pissy, but I'm trying to fight the 200+ emails I get a day from this list. Regards, Seth Petry-Johnson Argo Enterprise and Associates -- Archives: http

Re: Slightly OT: Lighten things up a little

2000-05-15 Thread Seth Petry-Johnson
time g. Thanks, Seth Petry-Johnson Argo Enterprise and Associates -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send

Re: Simple CFSET and loop question.

2000-05-08 Thread Seth Petry-Johnson
uated as such within CF tags --- cfset "person#i#" = form.person /cfloop or, you can use the SetVariable function, which is probably the best way to go: cfloop index="i" from="1" to="52" cfset temp = SetVa

Re: very basic IF problems - newbie

2000-05-06 Thread Seth Petry-Johnson
CFIF check_email.RecordCount !--- this evaluates RecordCount as a boolean value: any non-zero value will cause this block to execute --- CFELSE !--- this will run if RecordCount is 0 (and thus evaluates to the boolean value of FALSE) --- /CFIF Hope this helps, Seth Petry-Johnson

Re: MSIE Debug is a PIMA

2000-05-05 Thread Seth Petry-Johnson
I turn off this debugging "feature"? That I don't know. Regards, Seth Petry-Johnson Argo Enterprise and Associates -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseof

Re: Firewalls

2000-05-05 Thread Seth Petry-Johnson
80) through the firewall you'll be good to go. Regards, Seth Petry-Johnson Argo Enterprise and Associates -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm

Email viruses, and why they work on plain text lists

2000-05-04 Thread Seth Petry-Johnson
I would ask that everyone wait for a short while before alerting the list about the virus, since in all likelihood someone else has already done so. Just a simple plea. Regards, Seth Petry-Johnson Argo Enterprise and Associates ---

Re: Get Next Saturday command? (HOW TO?)

2000-05-04 Thread Seth Petry-Johnson
rday and Sunday fall in different months. Regards, Seth Petry-Johnson Argo Enterprise and Associates -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=listsbody=l

Re: cfloop-Please answer

2000-05-01 Thread Seth Petry-Johnson
ot the end, so if there are no records then the loop code doesn't run. Regards, Seth Petry-Johnson Argo Enterprise and Associates -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseof

Re: AOL uses CF!

2000-04-30 Thread Seth Petry-Johnson
help speed things along, however g. Now, to switch topics, what exactly is this "SQL Server exposed URL parameter hack"? This term doesn't ring any bells. Is this a CF specific issue? Regards, Seth Petry-Johnson Argo Enterprise and

Re: Inserting the Date in Access????

2000-04-29 Thread Seth Petry-Johnson
() or Date(), depending on if you want an exact timestamp or just the date. This way you leave the task of retrieving and formatting the current date to the DB, thereby taking that task away from CF. Regards, Seth Petry-Johnson Argo Enterprise and Associates

Re: Application locking

2000-04-28 Thread Seth Petry-Johnson
this corruption. For example: Say there is a variable in the Application (or session or server) scope called Application.SomeVar. If user A begins to write data to this variable at the same time that user B is reading the data then the data could become corrupted. Make sense? Regards, Seth Petry-Johnson

Re: dynamic form field names

2000-04-26 Thread Seth Petry-Johnson
using two one-dimensional arrays so that I know I'm not just screwing up the array structure.) cfset catarray[i] = "evaluate(form.cat_id#i#)" Try cfset catarray[i] = Evaluate("form.cat_id" i) Regards, Seth Petry-Johnson

Re: HEY! Have I been swindled?

2000-04-26 Thread Seth Petry-Johnson
. Hmmm... that wasn't real helpful, was it? Sorry, its late. Regards, Seth Petry-Johnson Argo Enterprise and Associates -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com

test

2000-04-22 Thread Seth Petry-Johnson
Sorry to do this, but I haven't received any CF talk mail in two days. Seth Petry-Johnson Argo Enterprise and Associates -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http

Re: memory variables cflock

2000-04-19 Thread Seth Petry-Johnson
check the archives. Since this fact is so often overlooked by those new to CF I personally feel like Emily's message (or something similar g) should be reposted to the list every month or so. Just my humble opinion. Regards, Seth Petry-Johnson Argo Enterprise and Associates

Re: CFTREE or Javascript?

2000-04-18 Thread Seth Petry-Johnson
cape, just that I had not investigated it (and that my solution was IE only). Regards, Seth Petry-Johnson Argo Enterprise and Associates -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseof

Re: What's the difference between...

2000-04-17 Thread Seth Petry-Johnson
en writing portable "modules" this is a big plus. I place very generic tags that might be used across numerous sites in the CustomTags directory and call them with the CF_ syntax. Regards, Seth Petry-Johnson Argo Enter

Re: Reading the Type of a Row?

2000-04-17 Thread Seth Petry-Johnson
about any site. Regards, Seth Petry-Johnson Argo Enterprise and Associates -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_ta

Re: Dynamic Image Display, Tables

2000-04-17 Thread Seth Petry-Johnson
her than HTML formatted email? Not only does the HTML encoding result in the mess you see above but it also wastes bandwidth. Regards, Seth Petry-Johnson Argo Enterprise and Associates -- Archives: http://www.eGroups.com/lis

Re: UNSUBSCRIBE

2000-04-17 Thread Seth Petry-Johnson
to an existing message and change the subject line. Regards, Seth Petry-Johnson Argo Enterprise and Associates -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar

Products in multiple categories

2000-04-10 Thread Seth Petry-Johnson
provide a better solution? Many thanks in advance, Seth Petry-Johnson Argo Enterprise and Associates -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar

Re: Pick Colors

2000-04-10 Thread Seth Petry-Johnson
e and lets the user select a color. I don't have a URL handy, but it shouldn't be too hard to find. Regards, Seth Petry-Johnson Argo Enterprise and Associates -- Archives: http://www.eGroups.com/list/cf-talk To Unsubsc

Re: Detect if JS is Enabled

2000-04-10 Thread Seth Petry-Johnson
bug is a REAL pain. Does it still exist in the newer (~4.8) versions of Navigator? Regards, Seth Petry-Johnson Argo Enterprise and Associates -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http

Re: Stock ticker

2000-04-10 Thread Seth Petry-Johnson
cents, Seth Petry-Johnson Argo Enterprise and Associates -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a message

Re: Security holes revisited -- reward offered

2000-04-10 Thread Seth Petry-Johnson
of a security precaution, would it g? You might want to look into signed scripts... I don't know much about the subject, except that there are a number of security precautions in JS that can only be bypassed with signed scripts. Other than that you may be out of luck. Regards, Seth Petry-Johnson Argo

Re: Extraneous end tag error message--corrected version of message

2000-04-10 Thread Seth Petry-Johnson
ithout issue, so I really don't think that is your problem (sorry Jordon g). I think your problem is from order that you used the tags in... I believe that any block elements (such as CFFORMs) that are opened inside a CFOUTPUT loop block

Re: CFLOCK revisited, part 2

2000-04-08 Thread Seth Petry-Johnson
ure. Unfortunately for us, we need to know things that the functional model just doesn't tell us. In the absence of that knowledge, your best bet is to write your code conservatively; prepare for the worst. I guess that's the road I will take. Again, thank your for your comments. Regards,

  1   2   >