RE: CFML/ASP equivalents

2004-02-17 Thread Shawn Regan
In asp it would just be setting a declaring a var Eample: Dim myString As String I have not really seen any site or book with the chart you are seeking. Pick up a cheap ASP 3 book. Shawn Regan -Original Message- From: Lofback, Chris [mailto:[EMAIL PROTECTED] Sent: Tuesday

RE: CFML/ASP equivalents

2004-02-17 Thread Shawn Regan
I just tested this : testVar = Hello World Dim testVar response.write testVar and it still wrote out the value There really isn't anything in asp that works like CFPARAM. Shawn Regan -Original Message- From: Lofback, Chris [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 17

RE: CFML/ASP equivalents

2004-02-17 Thread Shawn Regan
What are you trying to do? Shawn Regan -Original Message- From: Lofback, Chris [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 8:47 AM To: CF-Talk Subject: RE: CFML/ASP equivalents I've got a cheap ASP book but the index is poor and I'm wasting a lot of time hunting

RE: CFML/ASP equivalents

2004-02-17 Thread Shawn Regan
I'm surprised that there isn't a site out there already. Shawn Regan -Original Message- From: Ryan Kime [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 9:42 AM To: CF-Talk Subject: RE: CFML/ASP equivalents Someone set up a wiki, and we'll get started. -Original Message

RE: CFML/ASP equivalents

2004-02-17 Thread Shawn Regan
seems like someone would have this somewhere but I sure couldn't find it.That's why I asked... And what's a wiki anyway? Chris -Original Message- From: Shawn Regan [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 12:49 PM To: CF-Talk Subject: RE: CFML/ASP equivalents I'm surprised

RE: VB6 Application, Cold Fusion Coral

2004-01-29 Thread Shawn Regan
Sorry, Never heard of Coral. What is Coral and where can you find it? TIA Shawn Regan -Original Message- From: Andrew S. Peterson [mailto:[EMAIL PROTECTED] Sent: Thursday, January 29, 2004 8:34 AM To: CF-Talk Subject: RE: VB6 Application, Cold Fusion Coral Hi Ben, I've been

RE: VB6 Application, Cold Fusion Coral

2004-01-29 Thread Shawn Regan
Yes, there has been some projects that we could of used Coral. We just ended up doing the application in VB with SOAP. Shawn Regan Head Applications Developer pacifictechnologysolutions -Original Message- From: Shawn Regan Sent: Thursday, January 29, 2004 9:16 AM To: CF-Talk Subject

RE: Could someone notify the proper people...

2004-01-19 Thread Shawn Regan
I spoke with my friend that hosts the site. He knows and is looking into it. Shawn Regan -Original Message- From: Mike Brunt [mailto:[EMAIL PROTECTED] Sent: Monday, January 19, 2004 12:09 PM To: CF-Talk Subject: RE: Could someone notify the proper people... I have done that. Kind

RE: DTS from SP

2004-01-14 Thread Shawn Regan
Are you just trying to run a DTS package? If so you can use SQL Agent to run it or you can run it from a cfm page. Shawn Regan -Original Message- From: Dan O'Keefe [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 6:30 AM To: CF-Talk Subject: DTS from SP I have combed

RE: DTS from SP

2004-01-14 Thread Shawn Regan
CFCATCH CFSET error_message = The DTS Package Could Not Be Loaded From the SQL Server at this time. /CFCATCH /CFTRY CFIF IsDefined(error_message) CFOUTPUT#error_message#/CFOUTPUT /CFIF CFSET p = objDTS.Execute() This is what i use. Shawn Regan -Original Message- From: Daniel O'

RE: DTS from SP

2004-01-14 Thread Shawn Regan
CF and SQL on the same box right? I do not. I am aware of the COM method and might resort to that since it is an INTRANET only. Dan -Original Message- From: Shawn Regan [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 12:06 PM To: CF-Talk Subject: RE: DTS from SP no problem

RE: Mind Mapping Programs

2004-01-06 Thread Shawn Regan
How about Visio? Shawn -Original Message- From: Daniel O'Keefe [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 06, 2004 7:11 AM To: CF-Talk Subject: OT: Mind Mapping Programs I am looking into mind mapping software once again. A couple years ago I used Visual Mind and Ynguis a

RE: Visual basic/ActiveX

2003-11-03 Thread Shawn Regan
I would learn VB.NET no reason to learn any of the bad VB programming methods since the new VB.NET is SO much better. Depending on your learning curve pick VB.NET or C# Shawn Regan -Original Message- From: Samuel R. Neff [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 8:50 AM

RE: How do I tell what fields are in my tables...

2003-10-02 Thread Shawn Regan
you can use this: cfoutput#yourQuery.columnlist#/cfouput that will dump a list of your fields. Shawn Regan Head Applications Developer pacifictechnologysolutions -Original Message- From: cf talk [mailto:[EMAIL PROTECTED] Sent: Thursday, October 02, 2003 7:10 AM To: CF-Talk Subject

RE: Settle an argument for me

2003-10-01 Thread Shawn Regan
gathering emails. Shawn Regan Head Applications Developer pacifictechnologysolutions -Original Message- From: Mark Leder [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 01, 2003 7:37 AM To: CF-Talk Subject: Settle an argument for me I've been using a UDF called emailAntiSpam, which

RE: debugging - query and includes

2003-09-26 Thread Shawn Regan
but the cfinclude collection and query/sqlcollection is not exposed outside away from CFs own debugging. But, someone may have written a com object by now. Shawn Regan-Original Message-From: Stephenie Hamilton [mailto:[EMAIL PROTECTED]Sent: Friday, September 26, 2003 6:50 AMTo: CF-TalkSubject: debugging

RE: development environments

2003-09-08 Thread Shawn Regan
with each milestone and keep the snapshots on the dev machine and archive the other dev folders that are no longer needed. We archive stuff to CD. Shawn Regan Head Applications Developer pacifictechnologysolutions -Original Message- From: Deanna Schneider [mailto:[EMAIL PROTECTED

RE: Cons to Fusebox

2003-07-16 Thread Shawn Regan
I have a question. Can you use cftree in FB4? I know the FB3 core files had a problem with cftree, I had to make a change to them to get it to work. Shawn Regan -Original Message- From: Brian Kotek [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 16, 2003 11:59 AM To: CF-Talk Subject

RE: placing program logic away from web server?

2003-07-08 Thread Shawn Regan
. Shawn Regan PTS -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 2:43 PM To: CF-Talk Subject: RE: placing program logic away from web server? With the ever increasing predictability, this topic came up here. We are finally upgrading our

RE: Force download of file

2003-06-13 Thread Shawn Regan
Instead of: value=attachment;#variables.filename# shouldn't it be value=attachment;#variables.fullpath # Not sure without testing. Shawn -Original Message- From: Matt Kornguth [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2003 7:12 AM To: CF-Talk Subject: Force download of file

RE: SQLXML

2003-06-09 Thread Shawn Regan
As far as I know you don't even need Soap, At least with MS SQL2000. I believe it has a built in function that returns XML Shawn Regan -Original Message- From: jon hall [mailto:[EMAIL PROTECTED] Sent: Monday, June 09, 2003 11:35 AM To: CF-Talk Subject: Re: SQLXML Shouldn't matter

RE: CFID and CFTOKEN in URL

2003-05-31 Thread Shawn Regan
I know when you use cflocation it can automatically append CFID and CFTOKEN. Anything else you have to include them yourself. If I'm wrong someone please correct me :) Shawn Regan -Original Message- From: Ben Doom [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 8:15 AM To: CF

RE: MS Outlook Calendar - Pulling Data

2003-01-14 Thread Shawn Regan
check out http://www.cfcomet.com/ they have some articles on outlook Shawn Regan pacifictechnologysolutions 15530-B Rockfield Blvd. Suite 4 Irvine, CA 92618 949.830.1623 w w w . p t s 1 . c o m -Original Message- From: Kennerly, Rick H CIV [mailto:[EMAIL PROTECTED]] Sent: Tuesday

RE: IIS on WinXP Pro

2002-12-12 Thread Shawn Regan
What I have done is this: I have one drive with all the development projects. I map that drive as the default website, that way eveything under it becomes part of the default website. This is good enough for development! Shawn Regan pacifictechnologysolutions 15530-B Rockfield Blvd. Suite 4

What is this???

2002-11-26 Thread Shawn Regan
: Normal Page-Completion-Status: Normal Set-Cookie: CFID=50195; path=/; Set-Cookie: CFTOKEN=39140289; path=/; Any have any ideas? TIA Shawn Regan pacifictechnologysolutions 15530-B Rockfield Blvd. Suite 4 Irvine, CA 92618 949.830.1623 w w w . p t s 1 . c o m

RE: Gif Pipes

2002-11-20 Thread Shawn Regan
What is it you achieve in doing this to display images? :) Shawn Regan pacifictechnologysolutions 15530-B Rockfield Blvd. Suite 4 Irvine, CA 92618 949.830.1623 w w w . p t s 1 . c o m -Original Message- From: Thane Sherrington [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 20

RE: Gif Pipes

2002-11-20 Thread Shawn Regan
Thanks for explaining this method. Shawn Regan pacifictechnologysolutions 15530-B Rockfield Blvd. Suite 4 Irvine, CA 92618 949.830.1623 w w w . p t s 1 . c o m -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 20, 2002 10:41 AM To: CF-Talk

Requery of a query in CF 4.5?

2002-11-14 Thread Shawn Regan
Hello, Can you requery a query in Cf 4.5? I can't seem to find anything in the Docs about it. Any help would be great :) TIA Shawn Regan pacifictechnologysolutions 15530-B Rockfield Blvd. Suite 4 Irvine, CA 92618 949.830.1623 w w w . p t s 1 . c o m

RE: Requery of a query in CF 4.5?

2002-11-14 Thread Shawn Regan
I have a query that I run which is dumping out in a grouped query. But I have one group that I need to only display the most recent recordset, but the other two groups need to display all recordsets. SO I cannot apply my logic in the SQL because it would affect all three groups. Shawn Regan

RE: Requery of a query in CF 4.5?

2002-11-14 Thread Shawn Regan
I guess I could dump the recordset into a structure and then pull out only the lastest recordset that way. Shawn Regan pacifictechnologysolutions 15530-B Rockfield Blvd. Suite 4 Irvine, CA 92618 949.830.1623 w w w . p t s 1 . c o m -Original Message- From: Stephen Moretti

RE: Requery of a query in CF 4.5?

2002-11-14 Thread Shawn Regan
Yes, thanks I did one more group output and used maxrows and it worked fine. Thanks Shawn Regan pacifictechnologysolutions 15530-B Rockfield Blvd. Suite 4 Irvine, CA 92618 949.830.1623 w w w . p t s 1 . c o m -Original Message- From: Rick Root [mailto:rroot;wakeinternet.com] Sent

OT: Uploading more than one file at a time?

2002-11-01 Thread Shawn Regan
Hello, Does anyone know of a component or anything that will allow a user to upload more than one file at a time within the browser? TIA Shawn Regan pacifictechnologysolutions 15530-B Rockfield Blvd. Suite 4 Irvine, CA 92618 949.830.1623 w w w . p t s 1 . c o m

RE: OT: Uploading more than one file at a time?

2002-11-01 Thread Shawn Regan
Yeah, I wanted to stay away from using multi input type=file. I have seen sites with drag and drop uploads. I have developed a drag drop app with Sash. But I wanted to find something else for now. Thanks Shawn Regan pacifictechnologysolutions 15530-B Rockfield Blvd. Suite 4 Irvine, CA 92618

RE: CFHTTP error

2002-10-31 Thread Shawn Regan
If that is a copy/paste of the code then, you mistyped http cfhttp url=htpp://127.0.0.1/of/in/testfile.txt method=GET Shawn Regan pacifictechnologysolutions 15530-B Rockfield Blvd. Suite 4 Irvine, CA 92618 949.830.1623 w w w . p t s 1 . c o m -Original Message- From: [EMAIL PROTECTED

RE: Running Everypage

2002-10-04 Thread Shawn Regan
You could download a website spider program. It will follow every HTML link in a website. HTH Shawn Regan pacifictechnologysolutions 15530-B Rockfield Blvd. Suite 4 Irvine, CA 92618 949.830.1623 w w w . p t s 1 . c o m -Original Message- From: Shahzad.Butt [mailto:[EMAIL PROTECTED

RE: Urgent - Muliple CF Applications with common sessions?

2002-09-24 Thread Shawn Regan
One way I have heard of it done is to store the common session vars in a database, which all the applications can access. HTH Shawn Regan pacifictechnologysolutions 15530-B Rockfield Blvd. Suite 4 Irvine, CA 92618 949.830.1623 w w w . p t s 1 . c o m -Original Message- From: Shawn

RE: Urgent - Muliple CF Applications with common sessions?

2002-09-24 Thread Shawn Regan
yeah, your going to be better off not having to hit the database every page. I have not meet this issue yet myself. Shawn Regan pacifictechnologysolutions 15530-B Rockfield Blvd. Suite 4 Irvine, CA 92618 949.830.1623 w w w . p t s 1 . c o m -Original Message- From: Shawn Grover

RE: Returning columns with null values when specific columns are unknown at runtime

2002-09-18 Thread Shawn Regan
the fieldnames also. Shawn Regan pacifictechnologysolutions 15530-B Rockfield Blvd. Suite 4 Irvine, CA 92618 949.830.1623 w w w . p t s 1 . c o m -Original Message- From: Patti G. L. Hall [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 8:58 AM To: CF-Talk Subject: Re

RE: Returning columns with null values when specific columns are unknown at runtime

2002-09-18 Thread Shawn Regan
Ok, I think I get it :) duh. Ahh your right it will return all columns. Shawn Regan pacifictechnologysolutions 15530-B Rockfield Blvd. Suite 4 Irvine, CA 92618 949.830.1623 w w w . p t s 1 . c o m -Original Message- From: Simon Horwith [mailto:[EMAIL PROTECTED]] Sent: Wednesday

RE: Returning columns with null values when specific columns are unknown at runtime

2002-09-18 Thread Shawn Regan
Do you know the fieldnames? Or is this something that has to be figured out also? Shawn Regan pacifictechnologysolutions 15530-B Rockfield Blvd. Suite 4 Irvine, CA 92618 949.830.1623 w w w . p t s 1 . c o m -Original Message- From: Patti G. L. Hall [mailto:[EMAIL PROTECTED]] Sent

RE: Returning columns with null values when specific columns are unknown at runtime

2002-09-18 Thread Shawn Regan
if this is still even close to the results your trying to get. Shawn Regan pacifictechnologysolutions 15530-B Rockfield Blvd. Suite 4 Irvine, CA 92618 949.830.1623 w w w . p t s 1 . c o m -Original Message- From: Patti G. L. Hall [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 8

RE: Search string pasing?

2002-09-11 Thread Shawn Regan
You could grab the string and put it into an array using the space between each keyword as your delimiter to break the string apart. Then do a loop to run a query on each array element. Shawn Regan pacifictechnologysolutions 15530-B Rockfield Blvd. Suite 4 Irvine, CA 92618 949.830.1623 w w w

RE: CF vs. ASP

2002-08-26 Thread Shawn Regan
I have found myself doing projects in VB, VBScript, ASP, Cold Fusion, PHP, Perl etc... It doesn't hurt to know. It came in handy for me. Some I learned while using them :) Shawn Regan pacifictechnologysolutions 15530-B Rockfield Blvd. Suite 4 Irvine, CA 92618 949.830.1623 w w w . p t s 1 . c o

RE: refresh and back buttom

2002-08-22 Thread Shawn Regan
this make sense? Shawn Regan pacifictechnologysolutions 15530-B Rockfield Blvd. Suite 4 Irvine, CA 92618 949.830.1623 w w w . p t s 1 . c o m -Original Message- From: Everett, Al [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 22, 2002 5:37 AM To: CF-Talk Subject: RE: refresh and back

OT: SQL SERVER Encryption

2002-08-16 Thread Shawn Regan
that creates a stored proc to use for decrypting the encrypted triggers and store procs. You can get the SQL script file from here: http://www.mssqlcity.com/FAQ/Devel/DecryptSP.htm Shawn Regan __ Signup for the Fusion Authority news

OT: SQL SERVER

2002-08-15 Thread Shawn Regan
Has anyone seen this before when viewing a trigger in SQL server? exec(decrypt( and a bunch of byte code )) TIA Shawn Regan __ Your ad could be here. Monies from ads go to support these lists and provide more resources

RE: Redirect from ASP to CF

2002-08-08 Thread Shawn Regan
Also instead of response.redirect, try: server.redirect Shawn Regan -Original Message- From: Scott Van Vliet [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 08, 2002 2:41 PM To: CF-Talk Subject: RE: Redirect from ASP to CF Have you tried setting the URL to a variable and outputting

RE: multifunction anchor

2002-07-18 Thread Shawn Regan
It should work with IE and Netcrap. That is standard HTML 1.0 Shawn Regan -Original Message- From: Ray Bujarski [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 2:17 PM To: CF-Talk Subject: multifunction anchor In IE you can do something like this a href=announcements.cfm

CFMX Server

2002-07-10 Thread Shawn Regan
Does anyone know, if CF MX server still does cfremote? I remember setting this up once on cf 3 or 4. But I wanted to see if CF MX still has this feature. Shawn Regan __ Get the mailserver that powers this list at http

RE: CFMX Server

2002-07-10 Thread Shawn Regan
Ok thanks guys! Shawn Regan -Original Message- From: Debbie Dickerson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 2:11 PM To: CF-Talk Subject: RE: CFMX Server Yes, it does. There's an article in the DesDev center on how to get it working: http://www.macromedia.com

RE: What is the best variable scope?

2002-06-26 Thread Shawn Regan
Why do you need to lock it? Shawn Regan -Original Message- From: Jeffry Houser [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 6:24 AM To: CF-Talk Subject: RE: What is the best variable scope? At 03:18 AM 6/26/2002 -0400, you wrote: However, many people use

RE: CFTree and IE6 - broken - an update

2002-06-24 Thread Shawn Regan
I am using cftree and cfgrid for two different applications. This was done for our project management site. We are using IE6 it works fine for us. We are still using CF4.5 Shawn Regan -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 6:52 AM

RE: Getting to an Access DB on a remote machine

2002-06-18 Thread Shawn Regan
You can create a DSN on the CF machine that points the access file on the remote machine. Shawn Regan -Original Message- From: Timothy Heald [mailto:[EMAIL PROTECTED]] Sent: Monday, June 17, 2002 10:02 PM To: CF-Talk Subject: Getting to an Access DB on a remote machine Hey, I

RE: Hack Attempt?????

2002-06-14 Thread Shawn Regan
That is someone that knows that those example apps had security issues. I would not worry about it if you don't have the example applications installed on the server. You shouldn't have them installed if you do. My guess is you don't since your log file reports the request as not found. Shawn

RE: Does cfcookie depend on cfapplication

2002-06-12 Thread Shawn Regan
Try storing your need information in a central database that all the application can share. Shawn Regan -Original Message- From: Brian Eckerman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 12, 2002 1:05 PM To: CF-Talk Subject: Does cfcookie depend on cfapplication Hello

RE: DIV question

2002-06-10 Thread Shawn Regan
Make you subs not in div tags but in a table. It will hide them. But not sub div tags. I messed with this once, and didn't want to waste time so I used divtable/table/div Shawn Regan -Original Message- From: Bruce, Rodney S HQISEC/SIGNAL [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10

RE: MAC file upload

2002-06-10 Thread Shawn Regan
If you upload files from a MAC which usually have no extensions the CF server will choke on files with no extension. Shawn Regan -Original Message- From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 1:40 PM To: CF-Talk Subject: MAC file upload It seems

RE: dbm vs cfm (tds)

2002-06-06 Thread Shawn Regan
It use to be the old extension name I believe way back... 1.0 I think. But you can have any extension you want just as long that the CF server understands to parse it. So you would need to associate it in your web server admin with the cold fusion dll. Shawn Regan -Original Message

RE: Ridiculous Problem!

2002-06-05 Thread Shawn Regan
It sounds like you still don't have your CFIDE mapping correct. Shawn Regan -Original Message- From: UXB Internet [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 1:03 PM To: CF-Talk Subject: RE: Ridiculous Problem! And people ask me why I don't rush to upgrade all the time

RE: Ridiculous Problem!

2002-06-05 Thread Shawn Regan
Well.. if this is the case for this person, I don't know. But you will have this problem if the CFIDE directory is not located in the root of the site, which is also set in the CF admin under mappings not sure how it does in MX. I have not messed with it yet. Shawn Regan -Original Message

OT: Access SQL stored procs

2002-05-24 Thread Shawn Regan
Hey CF people, Happy Friday!! Well I have a question about access. I thought I saw something or read something about use the access query objects as stored procs. Has anyone done this and if so can you share? TIA Shawn Regan

RE: Access SQL stored procs

2002-05-24 Thread Shawn Regan
Ok thanks Do you know of any place I can find docs on the syntax? Shawn Regan -Original Message- From: Ian Lurie [mailto:[EMAIL PROTECTED]] Sent: Friday, May 24, 2002 10:12 AM To: CF-Talk Subject: RE: Access SQL stored procs Yes, we have. It works quite well: You write your query

RE: Access SQL stored procs

2002-05-24 Thread Shawn Regan
ok thanks Shawn Regan -Original Message- From: Shawn Grover [mailto:[EMAIL PROTECTED]] Sent: Friday, May 24, 2002 10:47 AM To: CF-Talk Subject: RE: Access SQL stored procs Ben Forta did an article on this some time ago (think it was him). Check out his site at www.forta.com

RE: Windows - pesky folders

2002-05-17 Thread Shawn Regan
It could be that they installed something that is using those directories and that is why you cannot delete them if your logged in with the admin account. -Shawn Regan -Original Message- From: Van Vliet, Scott [mailto:[EMAIL PROTECTED]] Sent: Friday, May 17, 2002 11:37 AM To: CF-Talk

GetTickCount()

2002-05-16 Thread Shawn Regan
Is the GetTickCount() accurate to use for processing time? It appears to be a little of from the debug process time you can turn on in cfserver admin debug information. Shawn Regan __ Get the mailserver that powers this list

RE: GetTickCount()

2002-05-16 Thread Shawn Regan
I noticed when testing it last night. My call with getTickCount was different then the cfserver process time that I enabled in the cfserver admin. -Shawn Regan -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 8:35 AM To: CF-Talk Subject: RE

RE: GetTickCount()

2002-05-16 Thread Shawn Regan
Ok thanks, Dave! -Shawn Regan -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 8:57 AM To: CF-Talk Subject: RE: GetTickCount() One caveat to gettickcount( ). It does NOT return any values below 10 miliseconds. I surmise

RE: OT : js submit into new window...

2002-05-16 Thread Shawn Regan
you could always just use the attribute target=_blank inyour form tag. That is if your not trying to control the type of new window, size and tec.. -Shawn Regan -Original Message- From: Van Vliet, Scott [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 9:45 AM To: CF-Talk Subject

RE: CFMX = Neo ?

2002-04-30 Thread Shawn Regan
I miss the Close All function :( -Shawn Regan -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 30, 2002 9:44 AM To: CF-Talk Subject: RE: CFMX = Neo ? And actually, right click on the tab itself (beneath the document) and you can close, save, etc

RE: Auto logout when leaving the application

2002-04-03 Thread Shawn Regan
the client/session variables when the browser closes because it has taken the cookies set by the cfapplication and resets them to expire when the browser closes. Shawn Regan Applications Developer Pacific Technology Solutions -Original Message- From: VAN VLIET, SCOTT E (SBCSI) [mailto:[EMAIL

query loop error

2002-04-02 Thread Shawn Regan
/cfloop TIA Shawn Regan Applications Developer Pacific Technology Solutions __ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com

RE: query loop error

2002-04-02 Thread Shawn Regan
Yes, Thanks I just figured it out also. It was the problem with my query being the same name as the field name #lesson# duh! Thanks guys Shawn Regan Applications Developer Pacific Technology Solutions -Original Message- From: Jerry Johnson [mailto:[EMAIL PROTECTED]] Sent: Tuesday

RE: Distributing MS Access

2002-03-27 Thread Shawn Regan
Yes, it is fine to do. MS even has a Access viewer only program that is ok distribute. Shawn Regan Applications Developer Pacific Technology Solutions -Original Message- From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 7:52 AM To: CF-Talk Subject

RE: CFFILE reads whole file into 1 var?

2002-03-27 Thread Shawn Regan
You could always read the file into a temp var then put it into an array by linefeed and return carriage. There you go no java custom tag. Shawn Regan Applications Developer Pacific Technology Solutions -Original Message- From: Jille Floridor [mailto:[EMAIL PROTECTED]] Sent: Wednesday

RE: CFFILE reads whole file into 1 var?

2002-03-27 Thread Shawn Regan
Yes you have to open the file before you can do anything with it. Shawn Regan Applications Developer Pacific Technology Solutions -Original Message- From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 8:08 AM To: CF-Talk Subject: Re: CFFILE reads whole

RE: Distributing MS Access

2002-03-27 Thread Shawn Regan
Do a search at the MS website for viewers. They have them for power point, word, access and excel. Shawn Regan Applications Developer Pacific Technology Solutions -Original Message- From: Thane Sherrington [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 8:24 AM To: CF-Talk

RE: two SUBMIT buttons on a form?

2002-03-21 Thread Shawn Regan
Yeah the name of the button is in the form scope. -Shawn Regan -Original Message- From: Scott Van Vliet [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 5:04 PM To: CF-Talk Subject: RE: two SUBMIT buttons on a form? Does that work in Netscape? -Original Message

RE: two SUBMIT buttons on a form?

2002-03-21 Thread Shawn Regan
on the Mac, and NN 4.x (both Mac and PC) are giving me problems as I am testing this right now. Has anyone else had success with NN (or IE on the Mac) and naming buttons? Thoughts? -Original Message- From: Shawn Regan [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 7:26 AM To: CF

RE: two SUBMIT buttons on a form?

2002-03-21 Thread Shawn Regan
. If the form is submitted via the enter key (in IE), then the button was not pressed and the name of it will be undefined. Make sure you check for that, or include a hidden field with the same name. Yeah the name of the button is in the form scope. -Shawn Regan -Original Message- From: Scott

RE: deleting session variables when browser is closed

2002-03-20 Thread Shawn Regan
cfif IsDefined(Cookie.CFID) AND IsDefined(Cookie.CFTOKEN) cfset cfid_local = Cookie.CFID cfset cftoken_local = Cookie.CFTOKEN cfcookie name=CFID value=#cfid_local# cfcookie name=CFTOKEN value=#cftoken_local# /cfif -Shawn Regan -Original Message- From: Douglas Jordon [mailto

RE: Convert Dynamic web to static

2002-03-05 Thread Shawn Regan
There are some web spider programs you can us to spider a site and save it to your hard drive. Shawn Regan Applications Developer pacifictechnologysolutions -Original Message- From: Rick Eidson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 7:44 AM To: CF-Talk Subject: RE

RE: Palm/Handspring Apps

2002-02-15 Thread Shawn Regan
If you already know how to build applications with Visual Basic. try AppForge www.appforge.com they have a add on that lets you use VB to build palm and pocket pc applications. Shawn Regan Applications Developer pacifictechnologysolutions -Original Message- From: Stephen M Aylor

RE: Does file upload work with MAC clients?

2002-02-15 Thread Shawn Regan
If you upload a file without a file extention cfserver will throw an error. It does not allow a file with no extention. rename a file on the mac to have an extention and then try. Shawn Regan Applications Developer pacifictechnologysolutions -Original Message- From: Zac Belado

cfselect and required=yes

2002-02-04 Thread Shawn Regan
not selected anything. Shawn Regan Applications Developer pacifictechnologysolutions __ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free Setup http

Hash()

2002-01-25 Thread Shawn Regan
What version of CF server introduced the function hash()? Shawn Regan Applications Developer pacifictechnologysolutions __ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation

the encrypt() and decrypt() functions

2002-01-24 Thread Shawn Regan
the database to compare with the password supplied. It there a trick to uses these functions? Shawn Regan Applications Developer pacifictechnologysolutions __ Why Share? Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB

CF sessions still having a problem.

2002-01-22 Thread Shawn Regan
) to (266:73). Now as you can see I have sessionmanagement set to yes above in my cfapplication tag. I have checked in the admin too and session and client vars are enabled. I have never had this problem before. Anyone have any ideas please help :) Shawn Regan Applications Developer

sessions

2002-01-21 Thread Shawn Regan
Does anyone know what this is? session.mytype=CFTempOnlyForSetVariableNeverUseThisNameInYourCFMLCode1223334 4445654321 Shawn Regan Applications Developer pacifictechnologysolutions __ Why Share? Dedicated Win 2000

RE: sessions

2002-01-21 Thread Shawn Regan
Yeah, I have it enabled in my cfapplication tag. Shawn Regan Applications Developer pacifictechnologysolutions -Original Message- From: Brendan Avery [mailto:[EMAIL PROTECTED]] Sent: Monday, January 21, 2002 12:45 PM To: CF-Talk Subject: RE: sessions you can make it happen any time

RE: sessions

2002-01-21 Thread Shawn Regan
cfif session.type EQ user cflocation url=#self#?Fuseaction=course.feeApproval addtoken=Yes cfelse cflocation url=#self#?Fuseaction=applicationCore.ProjectTeam addtoken=Yes /cfif --- /cfcase Shawn Regan Applications Developer

Giving CF network access?

2002-01-17 Thread Shawn Regan
What are; if any, the best practices for giving the CF server access to files on networked computers? Shawn Regan Applications Developer pacifictechnologysolutions __ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256

CFDirectory

2002-01-15 Thread Shawn Regan
Hello cf friends, Is there a way to force cfdirectory to delete a directory even if it is not empty? Shawn Regan Applications Developer pacifictechnologysolutions __ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256

formating in database?

2001-12-12 Thread Shawn Regan
What are some good products that people are using to give the user the ability to do html formating on text and then submit it to a database? Shawn Regan Applications Developer pacifictechnologysolutions ~~ Structure your ColdFusion code

CF single user

2001-12-10 Thread Shawn Regan
Does CF 5 have the single user still? and if so what tags and features are not open on this licence? I remember the older versions CFMAIL did not work. How about verity? Shawn Regan Applications Developer pacifictechnologysolutions ~~ Your ad

RE: CF single user

2001-12-10 Thread Shawn Regan
The off the cfstudio cd and what are the restrictions? Shawn Regan Applications Developer pacifictechnologysolutions -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 9:07 AM To: CF-Talk Subject: RE: CF single user You are probably

RE: case sensitive sql query

2001-08-30 Thread Shawn Regan
Try using the function compare() maybe? there may be more to it. Shawn Regan Applications Developer Pacific Technology Solutions -Original Message- From: Bernd VanSkiver [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 30, 2001 2:00 PM To: CF-Talk Subject: case sensitive sql query

RE: case sensitive sql query

2001-08-30 Thread Shawn Regan
Use compare() Shawn Regan Applications Developer Pacific Technology Solutions -Original Message- From: Nilufer Basagaoglu [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 30, 2001 3:08 PM To: CF-Talk Subject: RE: case sensitive sql query This depends on the database you use

RE: CF and PDAs

2001-08-23 Thread Shawn Regan
I bought AppForge and it is great. Lets you build apps for the palm OS in the VB IDE using the VB language. Shawn Regan Applications Developer Pacific Technology Solutions -Original Message- From: John Quarto-vonTivadar [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 22, 2001 3:13

RE: CF and PDAs

2001-08-23 Thread Shawn Regan
I just looked at the demo of NS basic for the palm. I would stick with AppForge, you can buy the personial version of AppForge for $20. NS Basic is $100. It took me 10 mintues to shoot NS basic down. Its lacking a bit of things that AppForge has. Shawn Regan Applications Developer Pacific

RE: CF and PDAs

2001-08-23 Thread Shawn Regan
Your not talking about running CF sever on winCE are you scott? :) Shawn Regan Applications Developer Pacific Technology Solutions -Original Message- From: Scott Van Vliet [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 7:58 AM To: CF-Talk Subject: Re: CF and PDAs You can

  1   2   >