Re: selecting the most recent records

2000-08-20 Thread Frank Priest
This works in MS Access CFQUERY name="" datasource="" maxrows="10" SELECT TOP 10 uniquecolumnid, * from Table ORDER by uniquecolumnid DESC /CFQUERY I should really start reading the entire question before I attempt to give an answer..

Re: Stuck at the NT Login box

2000-08-20 Thread john ellard
hi Seems to me the problem here is getting into the box, and the mouse driver has screwed up the keyboard driver too. 4 suggestions:- 1. Start NT in VGA mode. Sometimes this loads a minimal driver set which *might* help, 2. Get a copy of NTFSDOS from www.winternals.com. This

Cold Fusion Server Question

2000-08-20 Thread Jake Hileman
How can I disable CFFILE, and CFDIRECTORY etc.. like a shared hosting provider does? (All those "dangerous" tags.. :-) ) Jake - Original Message - From: "Bud" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, August 19, 2000 6:10 PM Subject: Re: Client Storage question On

Re: Stuck at the NT Login box

2000-08-20 Thread Wjreichard
Can you gain access to the NT Server from another workstation? If so you can map a drive to the administrative share c$ and take a wack at deleting the logitech driver dll. Do you know what the driver files are? Also, does the NT box have PC Anywhere or MS Netmeeting running? If so take

RE: Cold Fusion Server Question

2000-08-20 Thread Dave Watts
How can I disable CFFILE, and CFDIRECTORY etc.. like a shared hosting provider does? (All those "dangerous" tags.. :-) ) It's done right from within the CF Administrator, on the "Basic Security" screen. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax:

RE: Stuck at the NT Login box

2000-08-20 Thread Dave Watts
My NT server (SP6) was working until I tried without success to update a Logitech driver for a wireless mouse (NT compatible). When I rebooted I could get to the login box but I could not enter a username because I got the following error message from the Service Control Manager: 'At least

Re: Cold Fusion Server Question

2000-08-20 Thread Jake Hileman
In the UNSECURE tags directory.. can you map more then one directory? Like D:\cfusion; d:\www\text.com; etc.? Anyone know? - Original Message - From: "Dave Watts" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Sunday, August 20, 2000 10:38 AM Subject: RE: Cold

cookie info being shown

2000-08-20 Thread Shane Witbeck
I have just come across this problem of cookie information actually being shown on the first two lines of every web page on my site (shared environment using the Fusebox methodology). This only happens when browsing with IE on a mac. Anyone heard of this problem before and know how to remedy it?

Re: Stuck at the NT Login box

2000-08-20 Thread Todd Ashworth
How do most people on here handle updating a database on a high traffic site? How do you handle replication of data between old and new versions of the database? How do you handle uploading the new database? Do you shut down the old one for a few minutes, thereby shutting the whole site down?

Uploading Databases

2000-08-20 Thread Todd Ashworth
Oops .. please forgive the mixed up subject on the last one. I'm running on only one Mt. Dew this morning ;) - Original Message - From: "Todd Ashworth" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, August 20, 2000 11:10 AM Subject: Re: Stuck at the NT Login box How do most

Re: flash

2000-08-20 Thread AustralianAccommodation.com Pty. Ltd.
if you go to www.macromedia.com all the mailing lists are listed there on the website - Original Message - From: "Jason Egan" [EMAIL PROTECTED] To: "Cf-Talk" [EMAIL PROTECTED] Sent: Monday, August 21, 2000 1:47 AM Subject: flash | does anyone know of a macromedia flash mailing list? |

FWD: RE: Stuck at the NT Login box

2000-08-20 Thread Philippe Varichon
Before you start booting from alternative OSs, or removing the disk and putting it into another box, have you tried simply changing the screen focus using ALT+TAB? You should be able to navigate past the SCM error with just the keyboard - I've done this quite a bit. The keyboard responds at

Re: Stuck at the NT Login box

2000-08-20 Thread Philippe Varichon
Thank you all for your great input, I will probably will have to use of of your more disaster recovery technics. Sorry to the others for this very out of topic, the OT faded away... Kind regards, Philippe Varichon Digizone Multimedia http://circumvista.com -- Original Message

Re: Uploading Databases

2000-08-20 Thread Al Musella, DPM
I assume you mean a "read-only" table? I use a separate database with the same table structure as the live data, in sql server, where I upload the data over the internet. The information is stored in my local computer, but has to be "massaged" into a format to make it faster to display on

Re: flash

2000-08-20 Thread perry
Pro_Flash: Professional Web Developers Using Macromedia Flash To subscribe: mailto:[EMAIL PROTECTED] on 8/20/00 8:47 AM, Jason Egan at [EMAIL PROTECTED] wrote: does anyone know of a macromedia flash mailing list?

CFMAIL QUESTION

2000-08-20 Thread Double Down
This is a multi-part message in MIME format. --=_NextPart_000__01C00A9C.9D2816C0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit I am receive this message when I try to send mail using CFSERVER 4.5.1 Error Diagnostic Information unknown

portable logon scheme

2000-08-20 Thread Chris Lott
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is there some way to use Application.cfm and session management to create a security system that will work with multiple subdirectories and be portable to wherever the application is moved? For instance, right now in my Application.cfm I check for a

cfsearch

2000-08-20 Thread Miriam Hirschman
I have two questions. I have a folder with resumes in word format. I want people to be able to put in an education level, for example B.A. and get all the resumes that apply. However, if they put in B.A. I get nothing, but if I put in B.A, then I get the right entries. What I did for know is

Re: portable logon scheme

2000-08-20 Thread Jim McAtee
Try something like this within application.cfm. This should work, since the include will be relative to application.cfm, not the base template. Redirect to session.attemptedpage upon a successful login. cfif not session.loggedin cfset session.attemtpedpage = cgi.script_name cfinclude

Re: Regular Expression in Extended Search and Replace

2000-08-20 Thread David Cummins
As far as I know, its the same as REs in the ColdFusion functions, Bob. The main thing to remember is that you don't put any of the regular expression stuff in the replace box, except for back-references. BTW, is there any way to stop CF Studio searching if you botch your RE and it takes a

Re: Help with CFFTP

2000-08-20 Thread Matt Lewis
Thanks for the help, Jim. The strange thing is that it works fine if everything is valid (the IP, userid, and password are valid to get you logged in). If any of the three are wrong, I see this strange behavior. I have tried it without the timeout value being defined but saw the same

Inserting and Updateing Date Variables

2000-08-20 Thread AustralianAccommodation.com Pty. Ltd.
'#DateFormat(form.articledate, "dd/mm/yy")#' Can someone possible explain to me wht the above code works find in the table update function (code below) but generates and error message in the table insert function when both sets of code are being applied to the same table cfquery

Re: flash

2000-08-20 Thread Jared Clinton
Jason, The news server 'forums.macromedia.com' has a group called 'macromedia.flash' It is a very busy list group, and you will probably find it is what you need. Jared Clinton. Jason Egan wrote: does anyone know of a macromedia flash mailing list?

RE: Peventing Inserting only Blank Spaces in Form Field

2000-08-20 Thread Scott, Andrew
Why are people so quick to offer client-side validation, can anyone see why we should NOT do client side validation or are peoples minds closed to this. -Original Message- From: Shane Witbeck [mailto:[EMAIL PROTECTED]] Sent: 20 August 2000 01:00 To: [EMAIL PROTECTED] Subject: RE:

RE: Peventing Inserting only Blank Spaces in Form Field

2000-08-20 Thread Steve Bernard
Client-only validation can be fine if the user is known and accountable. If you "know" that they won't turn scripting off or send bad data to your non-validating server and that this won't in turn corrupt your database or create an unstable or insecure environment. If you "know" all of these

Re: Text Fade

2000-08-20 Thread Mark Ireland
There is a product called swishtools that may do exactly what you want. . . At 02:43 PM 19/08/00 -0500, you wrote: Anybody got any ideas on this? I have a query that is pulling two random quotes out of a database. These quotes need to be displayed where quote 1 fades into quote 2. I have

RE: Peventing Inserting only Blank Spaces in Form Field

2000-08-20 Thread Scott, Andrew
*s* Look the thing I am trying make, is that companies have all sorts of red tape, I have worked with some very large corporations and I have never used client-side validation without having server side validation to back it up. Its common sense that until a browser is released that doesn't

Multiple Studios?

2000-08-20 Thread Neil H.
I remember there was a registry edit a while back when Studio 4.5 beta first came out to let a person run 4.0 and 4.5 at the same time. I was wondering if it was possible to do that with 4.5 but run two instances at the same time? Thanks, Neil

RE: Peventing Inserting only Blank Spaces in Form Field

2000-08-20 Thread Steve Bernard
Exactly, I couldn't agree more. BTW, what is "*s*"? Steve -Original Message- From: Scott, Andrew [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 20, 2000 8:21 PM To: '[EMAIL PROTECTED]' Subject: RE: Peventing Inserting only Blank Spaces in Form Field *s* Look the thing I am trying

RE: Peventing Inserting only Blank Spaces in Form Field

2000-08-20 Thread Scott, Andrew
And you work in the computer industry and don't know what *s* is:-) Its a smile:-) -Original Message- From: Steve Bernard [mailto:[EMAIL PROTECTED]] Sent: 21 August 2000 10:36 To: [EMAIL PROTECTED] Subject: RE: Peventing Inserting only Blank Spaces in Form Field Exactly, I couldn't

Re: search engine and cfm files

2000-08-20 Thread avex
Using this custom tag I still couldn't resolve the ID maybe because I am not using the fusebox framework. I am new to fusebox, and am not sure if I am using the custom tag correctly. Would someone mind giving me some tips on getting this tag working correctly.. Or

Re: search engine and cfm files

2000-08-20 Thread Jared Clinton
Avex, At www.fusebox.org you can download the code for the site, it should have what you are looking for. Jared. avex wrote: Using this custom tag I still couldn't resolve the ID maybe because I am not using the fusebox framework. I am new to fusebox, and am not sure if I am

alphabetical Order

2000-08-20 Thread Miriam Hirschman
I am searching through a bunch of word documents using cfsearch. I then loop through them and output the fields. How do I get CF to put them in alphabetical order?? Thanks,   ---miriam -- Archives:

RE: flash

2000-08-20 Thread Akbar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 goto www.chinwag.com. they have one good mailing list on flash. akbar - -Original Message- From: Jason Egan [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 20, 2000 11:48 PM To: Cf-Talk Subject: flash does anyone know of a macromedia

Re: alphabetical Order

2000-08-20 Thread Roger Lim
There is no built-in function to handle this in CF. but you can have a CFML custom tag that you can use to order your results. After your CFSEARCH, call out the below custom tag and whola! you're done. ;) !--- Example of use CF_QuerySort Query="MyQuery" SORTCOLUMN = "MyColumn" SORTORDER =

Question using structures...

2000-08-20 Thread Chris Lott
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm building my first shopping cart type app, using the webmonkey tutorial (http://hotwired.lycos.com/webmonkey/99/49/index4a.html?tw=programming ), and have a question about the code below. My question is, doesn't storing the items in the cart keyed

ColdFusion and Cobalt RAQ

2000-08-20 Thread Jake Hileman
Anyone had any experience with Cold Fusion and a Cobalt RAQ 3 or 4 server? I'm interested to find out what people have come up with trying to get these two beasts working together. Jake -- Archives:

RE: Question using structures...

2000-08-20 Thread Scott, Andrew
Were you are getting confused is because it uses session variables, session variables are tied to that browser connected at that time and is unique:-) Refer to session, client, cookies for more information on this:-) regards Andrew Scott ANZ eCommerce Centre * Ph 9273 0693 * [EMAIL

excel to SQL

2000-08-20 Thread Mark Ireland
I am interested in getting data from excel format into MSSQL 7 using coldfusion. Anyone already done it? -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit

Re: excel to SQL

2000-08-20 Thread Gena
http://www.experts-exchange.com/ It was some information about this Cheers - Original Message - From: Mark Ireland [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 21, 2000 2:20 PM Subject: excel to SQL I am interested in getting data from excel format into MSSQL 7

Re: Question using structures...

2000-08-20 Thread Chris Lott
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Were you are getting confused is because it uses session variables, session variables are tied to that browser connected at that time and is unique:-) Refer to session, client, cookies for more information on this:-) I think I get that. What

Output queries

2000-08-20 Thread Parker, Kevin
Can someone please help with a couple of outputting queries to clarify things for me. What's the difference between these expressions or have I misunderstood the use of evaluate: CFSET NewValue = OldValue + NextValue CFSET NewValue = evaluate(OldValue + NextValue) Also, when working with sin,

RE: Question using structures...

2000-08-20 Thread Scott, Andrew
That is correct, if you have the same item name then yes this is correct. The best way to do this is when the name is the same (best example would be product code) to then increment the quantity purchased. I haven't seen the example code on web monkey, however from what I did read on the subject