RE: MDAC Question

2001-05-03 Thread Stephen Moretti
I believe that Access2000 uses the SQL Server database engine, so theoretically you should see some performance improvement. I haven't tested this, so I can't prove it. If anyone has done any testing it would interesting to see. Regards Stephen -Original Message- From: Bud

RE: CF Studio and UltraDev Merging!

2001-05-03 Thread Stephen Moretti
I'll say what I just said on the UK CFUG dev/chat list. Read This: http://www.allaire.com/products/ColdFusion/productinformation/tools.cfm No where in that article does it say that it is one product. They are just packaged together in one box. Regards Stephen

RE: Post-Spectra Content Management Systems??

2001-05-10 Thread Stephen Moretti
Steve, Are you aware that spectra is not going to be dead entirely It may not be available commercially, but it will be being supported by Macromedia on Open Source for, I believe, the next two years. If you want to see the email that Charles Teague sent out with regards Macromedia's

RE: structure in request scope

2001-05-11 Thread Stephen Moretti
How about using the query caching attributes of CFQUERY if your queries are pretty stable and unchanging? Regards Stephen -Original Message- From: Paul Smith [mailto:[EMAIL PROTECTED]] Sent: 11 May 2001 14:50 To: CF-Talk Subject: RE: structure in request scope I find it easier

RE: the dbl devil

2001-05-11 Thread Stephen Moretti
Just as an aside... Its not actually your application that's holding your database open. By default, ODBC is set to maintain connections. This is a good and a bad thing. Good because it is more efficient to maintain a connection to the database than to re-make the connection each time you

RE: Moving CF from one server to another?

2001-05-22 Thread Stephen Moretti
Jamie, If you're really after a clean slate I would recommend setting everything up from scratch. Don't copy metabases over or anything like that. Install your OS, set up CF etc. and copy on your applications, then setup all the virtual paths you have set in IIS and CF, your ODBC settings etc.

RE: What's with this?

2001-06-01 Thread Stephen Moretti
Steven, The function daysinmonth takes a full date and not just the month,so really all you need is : daysinmonth(now()) regards Stephen -Original Message- From: Steven Dworman [mailto:[EMAIL PROTECTED]] Sent: 01 June 2001 14:11 To: CF-Talk Subject: What's with this? I have

RE: Alternative to CFSchedule?

2001-06-04 Thread Stephen Moretti
Use CF in command line mode with NT Scheduled tasks (AT) But you should find the CFSchedule runs fine under CF4.5.1SP2 http://www.allaire.com/Handlers/index.cfm?ID=19118Method=Full Regards Stephen -Original Message- From: Kola Oyedeji [mailto:[EMAIL PROTECTED]] Sent: 04 June 2001

RE: Need decryptor tag for CFUG presentation

2001-06-08 Thread Stephen Moretti
In the post to you personally... -Original Message- From: James Milks [mailto:[EMAIL PROTECTED]] Sent: 08 June 2001 12:32 To: CF-Talk Subject: Need decryptor tag for CFUG presentation Hi all, I need a copy of the decryptor tag floating around for a cfug presentation next week.

RE: CF 5 Cfgraph problem More Info

2001-06-08 Thread Stephen Moretti
Mike said : It was, but it is a limited version. It will only work with cfgraph. If you need to use generators other features, you must get a fully licensed version. Mike Jim said : The documentations states: The cfgraph tag requires the JRun server and the Macromedia Generator

RE: Update Query/Output question from a newbie...

2000-10-23 Thread Stephen Moretti
Hi Mike, Invalid tag nesting configuration A query driven CFOUTPUT tag is nested inside a CFOUTPUT tag that also has a QUERY= attribute. This is not allowed. Nesting these tags implies that you want to use grouped processing. However, only the top-level tag can specify the query that

RE: Cfparam :: FrameSets :: Anchors oh my!

2000-10-23 Thread Stephen Moretti
Paul, http://inhouse/default.cfm?MainPage=DesignTech/technews/Siggraph99/siggraph9 9Notes.htm#course6 Daft question, but are you putting/generating the a name="course6"/a into your html page, so that the browser knows where to go when you give it an anchor name?? If you are, have you tried

RE: Cfparam :: FrameSets :: Anchors oh my!

2000-10-23 Thread Stephen Moretti
Paul, frame NAME="MainPage" SRC="cfoutput#url.MainPage#/cfoutput" SCROLLING="AUTO" MARGINWIDTH="0" MARGINHEIGHT="0" frameborder="NO" bordercolor="#FF" If, from the URL you gave us in your first email, default.cfm is the frameset, from which the above comes, then the anchor will never

RE: Cfparam :: FrameSets :: Anchors oh my!

2000-10-24 Thread Stephen Moretti
Morning Paul, i tried that but i recieved this error thanks Sorry about that. I accidently sent the untested version. This is what the cfif should look like cfset framesource = url.MainPage cfif IsDefined("url.courseid") cfset framesource = framesource"##"url.courseid /cfif

RE: Yes/No Dialog Boxes

2000-10-26 Thread Stephen Moretti
Will, Sorry all, slightly OT here... I'm submitting a form which makes Registry changes, and so would like to add a dialog box that asks the user to confirm whether he/she wants to update and make changes. So on "Yes," obviously it would update it and on "No," it would cancel. Anyone

RE: CF 5 mailing list

2000-10-27 Thread Stephen Moretti
Would anyone have any objections to me setting up a seperate CF 5 = mailing list? This way the requests for features and bug fixes can be = centralized rather than mixed into the other CF-Talk posts. Nope.. Probably a good idea. What with the changes in architecture due for CF5 it will

RE: URGENT! Client variable help needed

2000-10-31 Thread Stephen Moretti
Bud, Is there some sort of problem with using the word "total" as a client variable? For some reason, and I can't figure it out for the life of me, my darned cart is not updating client.total. I can put stuff in the cart, the total reads right, but when I go to another page, there is no

RE: ColdFusion is vulnerable?

2000-11-01 Thread Stephen Moretti
Have a look at this article listing ColdFusion as number 2 in top 10 internet security threats... http://www.sans.org/topten.htm Comments on a postcard please? Mike, That is a really OLD article and it doesn't actually say _coldfusion_ is number 2 top internet security risk. It actually

RE: ColdFusion is vulnerable?

2000-11-01 Thread Stephen Moretti
Whoops - I didn't mean PGP - I actually mean - PHP - slip of the finger there! Sorry! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Stephen Moretti Sent: Wednesday, 01 November 2000 11:25 To: [EMAIL PROTECTED]; Cf-Talk@Houseoffusion. Com Cc

RE: CF is vulnerable

2000-11-01 Thread Stephen Moretti
Mike, As I said that article is particularly old - I wouldn't recommend using it as a guide for insuring the security of a webserver. I vaguely remember looking at that very same page upto a year ago. You and I both know that that is far too long a time for anything to be valid on the

RE: preservesinglequotes

2000-11-01 Thread Stephen Moretti
Won, Try taking the preservesinglequotes out of your insert and update queries. As David says you need to change the single quotes into their escape codes, because you'll get extra extra single quotes in the middle of your SQL statement which will throw your SQL. Try enclosing doing this

RE: date comparisons

2000-11-09 Thread Stephen Moretti
Willy, Depending on what database you are using then this may not work. The general syntax is correct, but you need to use #CreateODBCDate(date1)# instead '#dateformat(date1,"mm/dd/yy")#'. Note the lack of single quotes. ODBC dates should not be delimited as a string. Regards Stephen

RE: New Fusebox Book

2000-11-09 Thread Stephen Moretti
Alex, For anyone who has purchased the E-Book version: Is it me, or is the print button disabled within Acrobat? Don't worry you're not the only one... ;o) I've just spoken to Judith Dinowitz and she tells me that there will be a new printable version of the PDF on the fusebox site later

RE: fusebox

2000-11-13 Thread Stephen Moretti
Jon, Everyone except those who dont have time to learn or care to learn Fusebox. When the day comes that someone dumps a site on me that was coded in Fusebox, and this is my main beef with the whole deal. It's going to take me LONGER to learn Fusebox and then go about adding the lastest

RE: Locking while deleting

2000-11-17 Thread Stephen Moretti
Hi Aidan, What I was wondering was... ...if server, application and session variables are held in memory and therefore needed to be locked when read or written, where are request variables (and also local variables for that matter) stored if locking them isn't necessary? All variables

RE: Small companies using CF..=)

2000-12-09 Thread Stephen Moretti
Who says only the big guys can host major cf driven traffic? http://www.fanfiction.net is a pure 100% cf site pushing out 18+million cf page views per month Cool. (more accurate than just hits which can be 2x the number of actual page views) Just as a point of reference : Hits are

RE: creating an url return string

2000-12-18 Thread Stephen Moretti
Guys, There is actually a tag to do this on the Fusebox website called CF_ReturnFuseaction It actually does the whole business of storing a URL, which is passed to it and removing the URL from the list when you use the "return" action. regards Stephen Fusebox website : http://www.fusebox.org

RE: Websphere

2000-12-19 Thread Stephen Moretti
Kind of on the topic of websphere Does anyone know of a application server that will run on AIX, rather than being stuck with websphere??? Regards Stephen -Original Message- From: Kevin Schmidt [mailto:[EMAIL PROTECTED]] Sent: Monday, 18 December 2000 21:28 To: CF-Talk

RE: check with an OR

2000-12-20 Thread Stephen Moretti
Robert, QUESTION: How can I add additional IP addresses using an OR statement to the above? I tried CFIF CGI.Remote_Addr is "200.00.11.99" or "200.00.13.99" but it only sees the 1st IP. cfset iplist = "200.00.11.99,200.00.13.99" cfif iplist contains CGI.Remote_addr /cfif

RE: verity and oracle

2000-12-28 Thread Stephen Moretti
Andrew, I'm trying to create a search tool for a collection of documents which is added to at least daily and which needs to be partially editable. I've created an Oracle database/schema to house the documents. My problem is how to point Verity to the correct table (there is only one table

RE: Creating Datasources Using CF

2001-01-02 Thread Stephen Moretti
Folks, You might want to bear in mind that it is not good to leave CFregistry active on a production server.. Regards Stephen -Original Message- From: Allan Pichler [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 02 January 2001 10:46 To: CF-Talk Subject: RE: Creating Datasources

RE: Insert error (String data right truncation)

2001-01-03 Thread Stephen Moretti
Pardeep, Hi, does anyone know what might cause this to occur when using CFINSERT? Error Occurred While Processing Request Error Diagnostic Information ODBC Error Code = 22001 (String data right truncation) [Microsoft][ODBC SQL Server Driver]String data, right truncation The error

RE: a cry out for help

2001-01-04 Thread Stephen Moretti
Nick, Hi: I have a good one for you. Upper management has given me 6 hours to come up with (basically) a CF version of Source Safe. They want to be able to publish important company docs, like the strategic business plan for 2001 (in MS Word), and allow certain members of management to

RE: Where's the output?

2001-01-05 Thread Stephen Moretti
Sounds like a potential candidate for the classic typo... ;o) Check and make sure all your comments have 3 "-"'s in the start and end markers. If you get a mismatch, eg. !--- comment --, then you sometime see this kind of thing happening. Regards Stephen -Original Message- From:

RE: Where's the output?

2001-01-05 Thread Stephen Moretti
I would be a liar if I said I haven't been caught out by that one a few times... ;o) Glad that sorted the problem out. Regards Stephen Geeez .. that was it. Thanks. It's funny how you can look at something for 20 minutes and not see it. Todd Ashworth | Sounds like a potential

RE: wddx??

2001-01-12 Thread Stephen Moretti
Jeff, ok I'm trying to have peace talks with wddx. What is it you are trying to do? What's the outcome that you want? Regards Stephen ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: IIF Problem

2001-01-19 Thread Stephen Moretti
Hi Jennifer, Can anyone tell me why this isn't working. I can't stare at this any longer. The output runs fine until there is a CYOriginal = 0. Blows up. Help, Please. CFOUTPUT#IIF(CYOriginal EQ 0, IIF(Requested GT 0, DE("100.0"), DE("0.0")), NumberFormt(100*Change/CYOriginal,

RE: iif usage

2001-01-25 Thread Stephen Moretti
Ruslan, I'm using iif, and running into some weird things. Well first of all I'm generating CF on the fly, so I need to escape # so that the variables don't get evaluated until they are in the generated file. For example I'm using something like this. Is this the right way to do it or

RE: CFID and CFTOKEN, client variables, hidden form fields

2001-01-26 Thread Stephen Moretti
Peter Usually the way I do this is to simply append the URLTOKEN to the end of the page name in the action attribute of the FORM tag. eg. FORM ACTION="index.cfm?#URLTOKEN#".. Regards Stephen -Original Message- From: Peter Lutwyche [mailto:[EMAIL PROTECTED]] Sent: Friday, 26

Connecting to MS Outlook 2000

2001-01-26 Thread Stephen Moretti
Ok - I know its one of those questions that have been asked a thousand times, but I thought I knew the answer and now I feel slightly silly... :o) What DB driver do I used to connect to Outlook 2000 and where can I find it? Regards Stephen ~~

RE: verity and fusebox

2001-02-01 Thread Stephen Moretti
Has anybody figured out how to index include files? -Tom Someone on the fusebox list is busy building an application that will do this. Once he has completed it, it will be publically available. In fact I think he was asking for assistance from the fusebox community to build it as a open

RE: boolean search with CF and SQL statement

2001-02-12 Thread Stephen Moretti
River, You either need to use verity or SQL Server's text search features to do this properly. You could do SQL like this : WHERE textfield LIKE '%Boston%' AND textfield LIKE '%Bruins%' But its not recommended. You need a proper index for these kinds of search and verity and SQL Servers

RE: OT : Java, JavaScript Forums??

2001-02-13 Thread Stephen Moretti
There is JS-Jive@yahoogroups, which is actually a bunch of CF developers (mostly) with JS questions, that occassionally bleed over into CF... http://groups.yahoo.com/group/JS-Jive/ Regards Stephen -Original Message- From: JLB [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 13 February

RE: Allarie/Macromedia ColdFusion Feature Suggestion

2001-02-21 Thread Stephen Moretti
The only problem being that you can't do that.. CF is server-side and JS is client-side. Any of the variables in JS will be unavailable until the page reaches the users browser at which point it has already been processed by CF Server. You can only go from CF -- JS in one page. ie. script

RE: disabling RDS

2001-03-30 Thread Stephen Moretti
It's a separate service. Just stop the service and set startup of the service to 'manual'. Don't forget to change the registry key so that [HKEY_LOCAL_MACHINE\SOFTWARE\Allaire\ColdFusion\CurrentVersion\IDE] ServiceRunning = 0 instead of ServiceRunning = 1 Otherwise your logfiles

RE: CreateUUID()

2001-04-02 Thread Stephen Moretti
by pointing out that the UUID is "predictable" are you saying that using it for security purposes is not recommended? Its not actually strictly true that UUID are predictable. Depending on your OS CreateUUID will either create UUIDs that increment from some generated start point or you may

RE: CFID/CFTOKEN

2000-03-28 Thread Stephen Moretti
Where is that? I have timeout set to 20 minutes. But that doesn't delete the registry entry. If you look on the same variables page you'll see the setting for storage of client variables. You should already have an entry for the Registry. Click on this and you'll get a page that allows you

CF - Intershop plug in

2000-04-04 Thread Stephen Moretti
Hi there, Has anyone got/done/seen a custom tag or similar that will allow me to pass information from CF to Intershop 3??? Regards Stephen -- Stephen Moretti Senior Cold Fusion Developer Email: [EMAIL PROTECTED] Direct Line : +44 191 215 9431 Mobile: (07932

RE: Security holes revisited -- reward offered

2000-04-04 Thread Stephen Moretti
Nick, You should check out the following URL : http://www.allaire.com/security You'll find all the bulletins from February 1999 through to today, plus links and information on how to patch these issues. Regards Stephen -Original Message- From: Nick Call [mailto:[EMAIL PROTECTED]]

RE: Security holes revisited -- reward offered

2000-04-05 Thread Stephen Moretti
Hi folks Would anyone object if I pulled all of your comments/suggestions/URLs out of your emails in this thread and put them together in a document?? ** Please respond directly to me rather than to the list ** If I get no responses then I'll take that to be a "go for it". Regards Stephen

RE: Security holes revisited -- reward offered

2000-04-05 Thread Stephen Moretti
Calvin, A friend of mine summed this kind of thing up when we were discussing this thread earlier today. CF_QUOTE Author="Chris Tazewell" Bedroom boys - very pasty kids who spend all day on the computer and learn programming through hacking - have no background in good programming

RE: CF and

2000-04-10 Thread Stephen Moretti
I was wondering if anybody else has seen this problem, and if anybody has a solution? Some of my CF page when they get saved in Studio, Studio puts an extra bracket tag on my closing html tag(/html). When I erease it and save it, it automatically puts the extra bracket on the end. What's

RE: brain far

2001-09-05 Thread Stephen Moretti
Bruce, The Venue_City_ID is the comma separated list. The field in the DB is a text field (SQL Server 7). When I view the output, I get something like '3,4,5'. I would think that this would be OK since everything is inside of single quotes. However, I am receiving errors. ODBC Error Code

RE: sorting within date range

2001-09-05 Thread Stephen Moretti
Will, However, if I enter dates, they seem to be ignored, and the query just pulls out all instances if I have only entered a start date and none if I enter a start and an end date. Either way it's not working. Any suggestions? Have you had a look at the CF debug info to see what

RE: Intranet Recommendations

2001-09-25 Thread Stephen Moretti
'Synergy' if it is still going! Its still going http://www.evolutionb.com/ regards ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ:

RE: NEED: Custom Tag Terms of Download

2001-10-02 Thread Stephen Moretti
Tony, Have a look at the terms on the Allaire Tag Gallery (http://www.allaire.com/developer/gallery/) There are a set of terms that you have to agree to before you download the free tags. It won't all be valid for your single tag, but at least it'll give you a good starting point. Also, if you

RE: URGENT: Postpone data connection

2001-10-02 Thread Stephen Moretti
Tony, If you go to the CF Administrator and go to the Verify Datasources page you will find a release button at the top of the page. Hitting the button will drop _ALL_ connections to _all_ databases. This won't affect any other applications, other than to cause a short period where pages are

RE: where date = day problem

2001-10-02 Thread Stephen Moretti
Chad, What's the error that you're getting and where??? Regards Stephen -Original Message- From: list@objekt [mailto:[EMAIL PROTECTED]] Sent: 02 October 2001 13:29 To: CF-Talk Subject: where date = day problem hi everyone I am trying to do a query that will just show

RE: where date = day problem

2001-10-02 Thread Stephen Moretti
Chad, OK - If that worked then what you need to do is use CreateODBCDateTime in the SQL rather than just CreateODBCDate... What'll be happening is that you are getting a date and time in the database (the time is usually appended as 00:00:00) and trying to compare it to just a date, so of

RE: good cf developers in the UK

2001-10-03 Thread Stephen Moretti
Ben, Try posting your request with more details in the forums and job section UK CFUG website. ~(http://www.ukcfug.org/) Or give me a shout. ;o) Regards Stephen Co-Chairman UKCFUG (http://www.ukcfug.org/) Manager Northern UK CFUG (http://www.cfug.org.uk/) -Original Message- From:

sort of OT : Northern UK ColdFusion UserGroup meeting tonight (Thursday 4th Oct)

2001-10-04 Thread Stephen Moretti
Afternoon all, Please excuse the slightly OT message. Its just a quick reminder that tonight (Thursday 4th October) is the 4th Northern CFUG meeting at The University of York. The meeting will start at 7.30pm as usual and will go on until drinking time (9.30), and is going to be in the

Re: Developer's Exchange Login

2001-10-26 Thread Stephen Moretti
No, but I have noticed that for quite sometime now the login hasn't actually worked. You login and then it fails to remember that it just logged you in when you hit the continue button. Stephen - Original Message - From: Bud [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday,

Re: Counting in a Field? cfloop

2001-10-26 Thread Stephen Moretti
cfset NumbListItems = ListLen(rs_Update.GF_Phases,,) cfloop from=1 to=#NumbListItems# index=i cfoutput#i# : GP Phase: #ListGetAt(rs_Update.GF_Phases,i,,)#br/cfoutput /cfloop will give : 1: GP Phase: 4 2: GP Phase: 2 3: GP Phase: 7 [shrug] Its one of many way that you can do this.

Re: Generating reports in the background

2001-10-26 Thread Stephen Moretti
CFSCHEDULE ACTION=Run TASK=TaskName Won't this cause the schedule task to run straight away, rather than at a scheduled time? Regards Stephen - Original Message - From: Aidan Whitehall [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, October 26, 2001 11:11 AM Subject:

Re: CF and Acitve edit

2001-10-26 Thread Stephen Moretti
Unfortunately not. Activedit writes fully qualified domain names and paths to images etc. inserted into the body text. If you want to change these later, then you'll have to do a search and replace for the image paths in the body text. Regards Stephen - Original Message - From: Simon

Re: Val :: manipulating strings as numbers

2001-10-30 Thread Stephen Moretti
CFSET Proj_Num2 = (#firstnumber#.#lastnumber#) cfset Proj_Num2 = Val(firstnumber.lastnumber) ;o) Regards Stephen ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Re: Val :: IncrementValue by 01 NOT 1? how?

2001-10-30 Thread Stephen Moretti
Paul, Can you explain from start to finish exactly what it is that you are trying to do, please? I've seen various posts for different bits of this problem on various lists and I'm not sure how the whole thing fits together. If you could describe exactly what it is that you have and what you

Re: *** Complicated SQL riddle

2001-10-30 Thread Stephen Moretti
Jason, NTM is the better method, but if you're looking for a quick and dirty solution then write yourself a recursive tag. Just be careful not to get stuck in a loop and bring your server down tho. ;o) What you do is write a tag that you can pass a parent ID to. In the tag you : 1) do a

Re: LT Function

2001-10-30 Thread Stephen Moretti
John, [snip] CFSET mnInf=rtrim(q_createRecordSet.INFLOW) [snip] CFIF rtrim(q_createRecordSet.INFLOW) LT mnInf You realise that rtrim(q_createRecordSet.INFLOW) will always be equal to mnInf??? Regards Stephen ~~ Get the mailserver that

Re: Why Is and not NEQ [Was: LT Function]

2001-10-30 Thread Stephen Moretti
Critz, dunno about the rest, but this should be NOT q_createRecordSet.INFLOW IS why should it be like that? I was under the impression the IS has been deprecated, and that it is similar to a like and thus has a longer processing time as opposed to EQ and NEQ (and yes I do realise that

Re: Multiple case statements in SCRIPT

2001-11-12 Thread Stephen Moretti
Aidan, ColdFusion throws a wobbly on this (and the other variations I've tried switch (Attributes.PeriodID) { case (1,2,3) { ... } You need a break; in the end of each case. That'll break out of the switch when one of the cases are met and carry on with the next lot of code.

Re: i don't understand cflock? can you explain it?

2001-11-12 Thread Stephen Moretti
David, Another question on understanding CFLOCK. when you say reading the variable what is considered a read. Any time you use the variable say in a cfoutput. Is this a read and should be locked? You'd be correct in that assumption. Also in CFSETs and CFPARAMS, using the variable as

Re: csv file problem (help!?)

2001-11-14 Thread Stephen Moretti
Chad, i have a csv file. Here is an example. (it is taken from messages stored on a phone). 1,status,,[EMAIL PROTECTED],here is a messagemessage, 2001/10/16 (Tue) 19:34,status ,status,,[EMAIL PROTECTED],here is a messagemessage, 2001/10/16 (Tue) 19:34,status anyhelp would

Re: CFID CFTOKEN

2001-11-14 Thread Stephen Moretti
Ryan, I have two questions that are slightly related: 1) I have an application with lots of different user profiles. If I log in as one user, and a colleague logs in as another user and changes his CFID and CFTOKEN to be the same as mine (for testing purposes), he is instantly given full

Re: Datestamp

2001-11-26 Thread Stephen Moretti
Might I suggest looking at the use of the onUnload attribute of the html BODY tag? Regards Stephen - Original Message - From: Tangorre, Michael T. [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, November 25, 2001 3:15 PM Subject: Datestamp Is there a way to insert a

Re: put a recordset in a list

2001-11-27 Thread Stephen Moretti
Or QuotedValueList(MyQuery,Column) if the columns are text based and not numeric Regards Stephen - Original Message - From: Mike Townend [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, November 27, 2001 1:13 PM Subject: RE: put a recordset in a list Use the ValueList

Re: Contracting menus

2001-11-27 Thread Stephen Moretti
Janine, Err SELECT child.childid, child.childname, child.homeroomid, teacher.teachername FROM teacher INNER JOIN (class INNER JOIN (child INNER JOIN class_child_link ON child.childid = class_child_link.childid) ON class.classid = class_child_link.classid) ON teacher.teacherid =

Re: OT Quick JS ?

2001-11-27 Thread Stephen Moretti
I have a JS script already prepared for checking credit and debit cards (switch cards in the UK). Drop me an email offline if you'd like a copy. Regards Stephen - Original Message - From: Douglas L. Brown [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, November 27, 2001

Re: Credit Card Encryption

2001-11-29 Thread Stephen Moretti
There are several ways you can do this : 1) Hash() - which is one way encryption 2) cfencrypt() but this has the downside of having to have an encryption key on the server or in the code, which could (if your server is compromised) be aquired by a hacker. 3) CFX_PGP - this is a tag that you have

Re: Credit Card Encryption

2001-11-29 Thread Stephen Moretti
On 11/29/01, Stephen Moretti penned: 3) CFX_PGP - this is a tag that you have to pay for and you need a couple of copies of some PGP software, but because of the public and private keys is a lot more secure (no key required on the server to decrypt the credit cards, just on the client's side

Re: Credit Card Encryption

2001-11-30 Thread Stephen Moretti
On 11/29/01, Dave Watts penned: $16,000.00. LOL Eh?? $350 or $400 depending on whether you want a Parallel or USB hardware. That's the price of the CFX, right? You'd still have to pay for using PGP on a server, which is very expensive. I'm pretty sure that the desktop PGP

Re: Hi

2001-12-05 Thread Stephen Moretti
Someone slap this guy! - Original Message - From: Lon Lentz [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, December 05, 2001 2:14 PM Subject: Hi How are you ? When I saw this screen saver, I immediately thought about you I am in a harry, I promise you will love it!

Re: Hi

2001-12-05 Thread Stephen Moretti
+- :) -Original Message- From: Jason Blum [mailto:[EMAIL PROTECTED]] Sent: 05 December 2001 14:50 To: CF-Talk Subject: RE: Hi how about unsubscribing him? -- From: Stephen Moretti Reply To: [EMAIL PROTECTED] Sent: Wednesday, December 5, 2001 9:44 AM To: CF-Talk Subject

Re: Hi - DROP IT! NO MORE REPLIES PLEASE!

2001-12-05 Thread Stephen Moretti
OK - I'm sorry for saying somebody slap this guy! I should have realised it would have kicked off a massive my email client is better than yours and who's the moron discussion. I've seen this discussion more than enough of the past 6 months, so can just leave it alone and get back to the

Getting a file from another website via HTTP.

2000-05-12 Thread Stephen Moretti
Hi folks... Long time no see... I guess I'm probably being a little slow today, so please be gentle ;o) I want to pick up a zip file from a website and drop it onto my webserver. I don't want to have to do this by handas the file is updated daily. I can only pick the file up from a

RE: The right CF server setting

2000-05-19 Thread Stephen Moretti
Have you put the SQL server patch on? And upgraded MDAC to the latest version??? Regards Stephen -Original Message- From: vincy [mailto:[EMAIL PROTECTED]] Sent: Monday, 01 May 2000 09:43 To: [EMAIL PROTECTED] Subject: The right CF server setting hi, what is the right

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

2000-05-19 Thread Stephen Moretti
While I agree with David that NT can be, when configured properly, a highly secure server. I must disagree with his assessment that current Mac servers have their own "gross security holes." I think the wisest thing I've ever heard about server security is this : "The only secure server

RE: Variable Scope??

2000-05-19 Thread Stephen Moretti
Is there places that you do not want to scope variables? In other words, it's very good practice to scope all your variables. Is there any places that scoped variables would not work? Hi Kevin, All variables are scoped whether you like it or not. Doing cfset myvar = "xyz" will create that

RE: CFOUTPUT question

2000-05-19 Thread Stephen Moretti
Im doing a CFOUTPUT from a database and the data just repeats down one long column in the table... Is there any way to repeat the data into a two column table? Chad, What you need to do is something like this cfset EndColOne = round(myquery.recordcount/2) cfset StartColTwo =

RE: Custom tag for email generator

2000-05-19 Thread Stephen Moretti
Plus a little editor app to allow you to put the latest newletter into the DB. Then use the CF scheduler to run the page with your CFmail tag on it at a quiet period on your server. You can use cfmail with the query Taz Does anyone know of a tag that would allow for the creation of an

RE: Coldfusion Deleted My Outlook Express Mail

2000-05-22 Thread Stephen Moretti
oh no!!! my mails are all gone!!! its not a virus, i did not open any attachments, i have virus software installed. all my mails are gone, and OE is back to the settings just like when i first install it. Everything else in the HDD is ok. when i take a look at the inbox.dbx file (which is

RE: CFInclude-Problem

2000-05-22 Thread Stephen Moretti
Uwe, Can s.o. tell me why this isn't possible ? cfinclude template="navigation_e.cfm?page=services" It throws an CFInclude-Template-error ! Ideas what to do instead ? You don't need to pass any variables to your template, because it will be included into the page that you're calling it

Sorry - Testing...

2000-05-30 Thread Stephen Moretti
Sorry folks - Never do this normally, but had a feeling that I might have been automatically unsubscribed from the list, cos my mail server wasn't responding. This was the only way I could think to check... :o( Sorry... Stephen

RE: OT: IIS sharing on IP address

2000-06-26 Thread Stephen Moretti
Theoretically you can add IP addresses without rebooting, but in practice it doesn't work. If I remember correctly the network card knows that there are new IP addresses without rebooting, but not much else notices them *until* you reboot. Regards Stephen Then re-boot (although there's

RE: Unsubscribe

2000-06-29 Thread Stephen Moretti
Hey great marketing ploy. Everyone will be running your phone off the hook to get you do work for them, your email box will be filled to overflowing with requests for information. [shakes head] Why oh why didn't you just speak to the list owner, instead of publically humiliating yourself

Lasso vs Cold Fusion white paper - Your thoughts??

2000-06-29 Thread Stephen Moretti
This was posted on the dreamweaver mailing list (incidently run by blueworld) http://www.blueworld.com/blueworld/news/06.28.00LassovsColdFusion.html Its a camparison between Lasso and CF. Anyone care to comment who's used both?? Regards Stephen

RE: Can you loop a CFMAIL tag w/o a query?

2000-07-03 Thread Stephen Moretti
I'm working on something that will upload a text file and then parse info and send out mail to the addresses that are loaded into an array, but CFMAIL tells me that you can't use a CFOUTPUT tag in a CFMAIL tag unless you have the QUERY attribute. Is there a way to do this or am I going to

RE: Can you loop a CFMAIL tag w/o a query?

2000-07-03 Thread Stephen Moretti
Or you could your CFLOOP around the outside of your CFMAIL and loop through your array of addresses that way. Stephen, That's what I was attempting to do but CF complains about it like below. I'll look for the tag thanks for the help. [snip] Oh I see what you mean You can

RE: limiting upload file size - solution

2000-07-04 Thread Stephen Moretti
You'll probably find that a lot of the large corporate users will have Java prohibited by their firewall, as it is seen as a security risk. Particularly the latest version of Java which no longer resides in a sandbox. A lot of the larger corps. will disable it because they will lose the big

RE: cfset vs. cfparam (Was - Re: What am I doing wrong?)

2000-07-04 Thread Stephen Moretti
Todd, Any idea which is faster? CFSET is faster of course, but i think that you'll find that cfparam is faster than : cfif NOT Isdefined("scope.variablename") cfset scope.variablename = something /cfif The flags could be stored in a fast access location rather than a variable

  1   2   3   4   5   6   7   8   >