RE: OT - Database and International Characters

2000-08-30 Thread Michael O Reilly
Bismarck, Have you managed to get any records into the database with international chars. Are they within the Ascii value range or are they Unicode characters. If they are Unicode, you'll need to set up fileds of type nchar. I'm not sure if CF supports Unicode. Also, I know tha MsSql7 asks some q

Yet Another IE5.5 BUG

2000-08-30 Thread Michael O Reilly
-Original Message- From: Michael O Reilly Sent: Wednesday, August 30, 2000 9:24 AM To: 'Dana Larose' Subject: RE: Yet Another IE5.5 BUG Hi All, IE5.5 seems to have a problem with display application/pdf if you use any form variables on the same page as CFContent. Regar

RE: Yet Another IE5.5 BUG

2000-08-29 Thread Michael O Reilly
Dana, Thanks for taking the trouble to try out that code. Here we have CF Server 4.51,NT Sp6a (I know there were content issues with SP6). and Acrobat Reader 4.05a (1215 10:46). I'm trying the page with IE5.50.4134.0600IC I'm not sure if there are any different versions available. The fact that y

Yet Another IE5.5 BUG

2000-08-29 Thread Michael O Reilly
Hi All, Could someone try this code and so I can confirm that IE 5.5 has a bug. PDF Test Replace the path to match something on your web server. I noticed yesterday that a system I had started working on for serving PDF's was no longer working. others in the office could no longer get t

RE: Slightly OT - Detecting that a page has completed. - Many Thanks

2000-08-25 Thread Michael O Reilly
Don, Here's how it works. We need two tables. One to record the DateTime that a request began. And another table which records when requests complete. For each record in tRequestStart, there may or may not be a record in tRequestComplete depnding on whether the whole page was received at the Clie

RE: Slightly OT - Detecting that a page has completed. - Many Thanks

2000-08-24 Thread Michael O Reilly
Hi all, I'd just like to thank everyone who suggested solutions to the problem of getting confirmation that a user has received all of a page they have requested. The solution may be of use to others. Heres how it works When a user requests to see the page I'm interested in logging, I call

RE: Stored Credit Card Numbers. Best practice.

2000-08-23 Thread Michael O Reilly
Mark, Here's a couple of tips which may be worth considering. I don't consider myself a security expert so perhaps others on the list may agree/disagree with some of these suggestions. 1) If possible, seperate the Database from the Web-server. Then use IPX/SPX on the Web server to connect to the

RE: Slightly OT - Detecting that a page has completed.

2000-08-22 Thread Michael O Reilly
ve received the page when this page is hit. You can not however without some kind of "I have read this" button, test whether they have read it and there is no way you can check if they've understood it ;) Paul > -Original Message- > From: Michael O Reilly [mailto:[EM

RE: CFTREE's CompletePath Parameter

2000-08-22 Thread Michael O Reilly
Anthony, I tried to contact you off list re: CFTree and the Vote button you mentioned, but posts to [EMAIL PROTECTED] are being bounced. Check out the vote button on our home page( www.wow.ie ), it does just this. email me off list for the details. Are you talking about the link to the Golden Spi

RE: Slightly OT - Detecting that a page has completed.

2000-08-22 Thread Michael O Reilly
Bill, I've seen remote scriptin mentioned on the list before. I downloaded stuff from MSDN, but the docs weren't great and at the time, I couldn't really think of a use, worth spending a couple of days mucking around with it. Now I that have, do you know of any resources, sample code that might b

RE: Slightly OT - Detecting that a page has completed.

2000-08-22 Thread Michael O Reilly
I got interrupted and vever got back to it Sounds like a case of "The dog ate my roster". You are not going to solve this with a program or a script... a company policy and some enforced compliance is required. Dick At 11:01 AM +0100 8/22/00, Michael O Reilly wrote: >The point

CFTREE's CompletePath Parameter

2000-08-22 Thread Michael O Reilly
I've been trying to figure out exactly what difference this parameter makes to a CFTREE. CF's documentation says the following COMPLETEPATH Optional. Yes passes the root level of the treename.path form variable when the CFTREE is submitted. If omitted or No, the root level of this form variable

RE: Slightly OT - Detecting that a page has completed.

2000-08-22 Thread Michael O Reilly
and that the user has moved on. Dick At 9:41 AM +0100 8/22/00, Michael O Reilly wrote: >Hi all, >I have been given a problem which I'm not sure is solvable. >We are to publish staff rosters on the Web and want to know if staff have >been notified of/looked at their roster. >I have

Slightly OT - Detecting that a page has completed.

2000-08-22 Thread Michael O Reilly
Hi all, I have been given a problem which I'm not sure is solvable. We are to publish staff rosters on the Web and want to know if staff have been notified of/looked at their roster. I have said that although we can detect that the user has requested a page, it's impossible to know if the whole pa

RE: LDAP searching - [need a server]

2000-08-22 Thread Michael O Reilly
Stephen, You may want to try the Netscape LDAP server which comes as a 3rd party product on the CF 4.5 Pro installation CD. I installed it to see what it was like. Personally I hated the interface which I thought was a bit clunky (HTML based requiring Navigator). I much prefer MS Exchange's impl

RE: Referring Template

2000-07-11 Thread Michael O Reilly
Dave, Thanks for the reply, but this won't work in this instance. Further to a previous post, I have a page with CfTree, when one of the items is dbl-clicked, I jump to a page with a form. The CFTreeItemKey value gets put into a form variable and the form is automatically submitted () to an ISAPI

Referring Template

2000-07-11 Thread Michael O Reilly
Hi all, I've looked at GetBaseTemplatePath() & GetCurrentTemplatePath() but they don't tell me what I want to know. Is there any way of finding out the page we have just come from even when we haven't come from a submitted form (so HTTP_REFERER is not an option). Regards Michael O'Reilly TransA

RE: REPOST: "Submitting" a page with a

2000-07-07 Thread Michael O Reilly
han -David On Fri, 7 Jul 2000 11:57:27 +0100 Michael O Reilly <[EMAIL PROTECTED]> writes: > Okay here goes, > > I have a CFTREE with a list of users. > Double clicking on a user passes the user's ID into a page as > CFTREEITEMKEY=userid > This value along with some

RE: REPOST: "Submitting" a page with a

2000-07-07 Thread Michael O Reilly
why not use that name rather than HTTP_REFERER? -David On Thu, 6 Jul 2000 17:18:22 +0100 Michael O Reilly <[EMAIL PROTECTED]> writes: > Hi, > I'm re-posting this as it seem's to have slipped by everyone. > > I've been struggling with a problem for some ti

REPOST: "Submitting" a page with a

2000-07-06 Thread Michael O Reilly
Hi, I'm re-posting this as it seem's to have slipped by everyone. I've been struggling with a problem for some time now and have figured out a way of solving it using HTTP_REFERER. However this CGI var is only sent when a page is "Submitted". Even though a CFTree must be within a CFForm, double-c

Sumitting a page with a

2000-07-05 Thread Michael O Reilly
Hi all, I've been struggling with a problem for some time now and have figured out a way of solving it using HTTP_REFERER. However this CGI var is only sent when a page is "Submitted". Even though a CFTree must be within a CFForm, double-clicking on a CFTreeItem doesn't seem to cause the page to

RE: Bug in VB example provided with Forta's advanced book?

2000-07-04 Thread Michael O Reilly
I got this error message also when I ran the app some time ago. The problem is probably caused by the fact that your WDDX packet has Debugging info at the end of it. By coincidence I was just looking at the app yesterday. I wanted to demo WDDX to someone who doesn't have any web experience. I modi

Constants in CFCase statements

2000-06-27 Thread Michael O Reilly
Everyone: Can anyone tell me why the following works whereas if I define "Constants" in application.cfm e.g.

CFcatching CFMail errors

2000-06-27 Thread Michael O Reilly
I had some stange errors when testing a CF app using CFmail from my Win9x/PWS box that went away once the site was transferred to an NT box. But I noticed that enclosing CFMail in was unable to trap the error. Has anyone else had this experience? Regards Michael O'Reilly Analyst Programmer Tran

RE: foxpro deletes

2000-06-20 Thread Michael O Reilly
Larry, I haven't tried this because I haven't got VFP6 and it's been years since I've done Clipper programming never mind creating a COM object. But I'm sure someone could get this solution working. Any volunteers :-) -Original Message- From: Larry Meadors [mailto:[EMAIL PROTECTED]] Sen

RE: foxpro deletes

2000-06-20 Thread Michael O Reilly
I came up against the problem of Packing a Foxpro database some weeks ago. It's not possible to do this using ODBC. A programmer working with me tell's me it's possible to do this from Delphi. I'm not sure whether it's possible to do this using D5 and ADO or whether it requires D4 using the Borlan

RE: ISAPI...help

2000-06-20 Thread Michael O Reilly
Try forums.inprise.com There are some ISAPI groups on this Borland site as Delphi5/C++ Builder support building ISAPI DLL's Regards Michael O'Reilly Analyst Programmer TransAer -Original Message- From: Yannick Simon [mailto:[EMAIL PROTECTED]] Sent: 19 June 2000 22:23 To: [EMAIL PROTECTE

RE: ISAPI

2000-06-20 Thread Michael O Reilly
I've done some ISAPI programming in Delphi 5. It's relatively painless to create an ISAPI DLL depending on what you want to do. Were using it to extract data from a legacy DB which does support ODBC. Regards Michael O'Reilly Analyst Programmer TransAer -Original Message- From: Iztok Pol

RE: DBASE

2000-05-25 Thread Michael O Reilly
ttings for Dbase the default is to show deleted records (why that is the default I'll never understand). Anyway, change that setting and then you won't see deleted records in your queries... HTH, Howie - Original Message - From: Michael O Reilly <[EMAIL PROTECTED]> To: <[E

RE: DBASE

2000-05-25 Thread Michael O Reilly
DSN issues aside, I would avoid using DBF's from CF because although you can delete records from the DB with an SQL statement, you have to perform a PACK on the table before they are actually physically removed. And guess what, it isn't possible to PACK the DB from Coldfusion without an external

RE: Boolean fields in Foxpro

2000-05-17 Thread Michael O Reilly
f any more help. Bill Grover Supervisor, IS EU Services, Inc. 649 N Horners Ln Rockville MD 20850 Phone: 301-424-3300 x396 FAX: 301-424-3300 x1396# E-Mail: [EMAIL PROTECTED] At 12:15 PM 5/16/2000 +, you wrote: >Date: Tue, 16 May 2000 09:21:19 +0100 >From: Michael O Reilly <[EMAIL

RE: PACKing Foxpro Tables

2000-05-16 Thread Michael O Reilly
Hi All, Any one on the list ever had the need to PACK a Foxpro Table within CF. I don't think it can be done from a SQL command and requires exclusive use of the Database. Are there any command line tools that do this that I could call from a CF template using CFLock? Regards Michael O'Reilly An

RE: Boolean fields in Foxpro

2000-05-16 Thread Michael O Reilly
Bill Grover Supervisor, IS EU Services, Inc. 649 N Horners Ln Rockville MD 20850 Phone: 301-424-3300 x396 FAX:301-424-3300 x1396# E-Mail: [EMAIL PROTECTED] ---- Original Message Date: Mon, 15 May 2000 15:51:53 +0100 From: Michael O Reilly <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sub

RE: Boolean fields in Foxpro

2000-05-15 Thread Michael O Reilly
_ > -Original Message- > > Date: Wed, 10 May 2000 14:15:18 +0100 > From: Michael O Reilly <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: RE: Boolean fields in Foxpro > Message-ID: <ECE6504EA487D3118D8A00805F59102E7EB26B@NT

RE: Boolean fields in Foxpro

2000-05-10 Thread Michael O Reilly
E-Mail: mailto:[EMAIL PROTECTED] Rockville, MD 20850-1299WWW: www.euservices.com __________ > -Original Message- > > Date: Wed, 10 May 2000 10:00:01 +0100 > From: Michael O Reilly <[EMAIL PROTECTED]> > To:

RE: Boolean fields in Foxpro

2000-05-10 Thread Michael O Reilly
Larry, Thanks for the reply, apologies for not getting back sooner. INSERT INTO Tablename (BooleanField) VALUES (.T.) Sorry, but this doesn't work for me. I've also tried this code in Borlands SQL explorer using the ODBC connection to the database I'm using. As I suspected Access (i.e. Jet) wa

RE: Slightly OT: Lighten things up a little

2000-05-09 Thread Michael O Reilly
Where does "CFTEMPONLYFORSETVARIABLENEVERUSETHISNAMEINYOURCODE122333654321" come from? -Original Message- From: Sean Brown [mailto:[EMAIL PROTECTED]] Sent: 09 May 2000 06:32 To: [EMAIL PROTECTED] Subject: RE: Slightly OT: Lighten things up a little Copying cf-community, this bel

RE: Boolean fields in Foxpro

2000-05-09 Thread Michael O Reilly
e: 301.424.3300 x396 EU Services, Inc. FAX: 301.424.3300 x1396# 649 North Horners Lane E-Mail: mailto:[EMAIL PROTECTED] Rockville, MD 20850-1299WWW: www.euservices.com __ > -Original Messa

RE: Boolean fields in Foxpro

2000-05-08 Thread Michael O Reilly
book. - Original Message - From: "Michael O Reilly" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 08, 2000 5:19 AM Subject: RE: Boolean fields in Foxpro > If I used #TRUE# (without quotes) then ColdFusion would think I was > referencing a variable

RE: Boolean fields in Foxpro

2000-05-08 Thread Michael O Reilly
ELP file in Foxpro? When Boolean values are converted to other data types, False becomes 0 and True becomes -1. - Original Message - From: "Michael O Reilly" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 08, 2000 4:51 AM Subject: RE: Boolean fields i

RE: Boolean fields in Foxpro

2000-05-08 Thread Michael O Reilly
riginal Message- From: Randy Adkins [mailto:[EMAIL PROTECTED]] Sent: 08 May 2000 09:46 To: [EMAIL PROTECTED] Subject: Re: Boolean fields in Foxpro Try removing the ' ' marks. In Boolean fields, some applications do not need them - Original Message - From: "Michael O

RE: Boolean fields in Foxpro

2000-05-08 Thread Michael O Reilly
Hi All, I'm having a simple problem I'm sure someone has come up against before. I developed a CF system with an Access backend. This was then ported to Foxpro. Nearly everything worked fine but I'm having a problem setting Boolean fields. When I try the following - INSERT INTO (Tablename.Bool