Test ignore

2006-06-08 Thread Lomvardias Christopher
Ignore ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:242986 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.house

Test Ignore 2

2006-03-03 Thread Lomvardias Christopher
Ignore ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234077 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseo

RE: OT Content Protection

2004-12-07 Thread Lomvardias Christopher
They're using oncontextmenu="return false" in the body tag -Original Message- From: Mickael [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 4:29 PM To: CF-Talk Subject: OT Content Protection Hi All, Sorry for being OT. But I was wondering how the following was accomplished.

RE: Xml from SQL 2k

2004-11-18 Thread Lomvardias Christopher
http://www.houseoffusion.com/lists.cfm/link=m:4:17429:89212 -Original Message- From: Andy Mcshane [mailto:[EMAIL PROTECTED] Sent: Thursday, November 18, 2004 12:19 PM To: CF-Talk Subject: Re: Xml from SQL 2k I have been desperately searching for something similar to this. From my Coldfus

Problems with CFX tags with Multiple JRun servers?

2003-12-30 Thread Lomvardias Christopher
Anyone know of any issues with using Java CFX tags on a multihomed server with multiple JRun servers? Thanks, Chris [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: VB version of cfhttp

2003-09-23 Thread Lomvardias Christopher
Microsoft's XMLHttp com object. http://msdn.microsoft.com/library/default.asp?url=/downloads/list/xmlgeneral .asp -Original Message- From: Sean McCarthy [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 23, 2003 3:26 PM To: CF-Talk Subject: VB version of cfhttp Does anyone know of how

RE: OT but urgent - Killing Process/service

2003-06-11 Thread Lomvardias Christopher
Use PsKill http://www.sysinternals.com/ntw2k/freeware/pskill.shtml -Original Message- From: Michael Tangorre [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 12:19 PM To: CF-Talk Subject: OT but urgent - Killing Process/service We have a small program running on one of our remot

RE: DevCon 2003

2003-03-28 Thread Lomvardias Christopher
Here's the response I got to a recent inquiry I made. -- Hello, Thank you for your continued interest in DevCon 2003. As you may be aware, we have changed the date and location and the conference will no longer be held Sept 7-10 in San Diego, CA. We have not yet rele

RE: has anybody tried SAP DB

2003-03-15 Thread Lomvardias, Christopher
Charlie Arehart has some notes on using SAP and CF on his Blog. Read more at http://cfmxplus.blogspot.com/2002_09_01_cfmxplus_archive.html#85407204 Chris -Original Message- From: Huynh Weiming To: CF-Talk Sent: 3/14/03 5:39 PM Subject: has anybody tried SAP DB looking for open source d

RE: SOLUTION - Character Encoding - Reward Offered!

2003-02-05 Thread Lomvardias, Christopher
Bud, Here is the solution in two pieces. 1. Change the last line in your cfscript block from XMLResponse = objXMLHTTP.responsetext; to XMLResponse = objXMLHTTP.responseXML; 2. Then Add the following code immediately below the original code block you sent me: objXMLDOM.LOAD(XMLRespon

RE: string parsing or list traversal

2003-01-22 Thread Lomvardias Christopher
One option would to be use a UDF (SQL2K). http://www.sqlteam.com/item.asp?ItemID=11499 Chris -Original Message- From: Tangorre, Michael [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 2:52 PM To: CF-Talk Subject: string parsing or list traversal Does anyone know how to tr

RE: Stored Proc list input

2002-11-19 Thread Lomvardias Christopher
Another option is to write a UDF as shown in this example. http://www.sqlteam.com/item.asp?ItemID=11499 Chris -Original Message- From: Lomvardias Christopher Sent: Tuesday, November 19, 2002 2:20 PM To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: RE: St

RE: Stored Proc list input

2002-11-19 Thread Lomvardias Christopher
Neil, There are a few ways to deal with this. Here's one option. http://accesshelp.net/content/Report.asp?REPORT=4&PARAM_ID=46 Chris -Original Message- From: Neil H. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 2:07 PM To: CF-Talk Subject: Re: Stored Proc list input Imp

RE: HTTP POST operation

2002-06-14 Thread Lomvardias, Christopher
Kurt, CF4.5 can't deal with stream data, but there are a couple workarounds. Can you post your Java code and let's see what we can suggest? Chris -- Chris Lomvardias [EMAIL PROTECTED] PublicBuy.Net 400 E. Pratt Street, Suite 300 Ba

RE: VNC vs PC Anywhere

2001-12-19 Thread Lomvardias, Christopher
Another advantage to VNC is that the client is small enough to fit on a floppy disk. I keep a copy in one of mail folders and can grab it whenever I'm off site. Chris -Original Message- From: Jim McAtee [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 12:24 PM To: CF-Talk S

RE: OT: VNC vs PC Anywhere

2001-12-19 Thread Lomvardias, Christopher
You can encrypt the entire session using SSH. Read the documenation at http://www.uk.research.att.com/vnc/sshvnc.html Chris -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 12:22 PM To: CF-Talk Subject: Re: OT: VNC vs PC Anywhere

RE: VNC vs PC Anywhere

2001-12-19 Thread Lomvardias, Christopher
We use both, however I prefer VNC over PCA for remote control. It's lightweight and you can even hit your VNC Server using a web browser. Chris -Original Message- From: Ben Whalley [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 12:15 PM To: CF-Talk Subject: OT: VNC vs PC A

RE: Processing an HTTP Post (not form)

2001-11-01 Thread Lomvardias, Christopher
Ben, What type of data is the applet posting? Can you tell why it is posting it using the application/octet-stream content type? This content type is more commonly used to transport files. Chris -- Chris Lomvardias [EMAIL PROTECTED]

RE: CFHTTP Replacement

2001-10-25 Thread Lomvardias, Christopher
Another option If you are running CF on Windows is the ServerXMLHTTP object included in MS XML Parser 3 or later. The ServerXMLHTTP object provides for support for basic authentication, SSL and certificates. I will have a slide presentation on using ServerXMLHTTP available on http://www.ancfug.com

RE: UPS and XML integration, anybody have a working solution?

2001-08-15 Thread Lomvardias, Christopher
Oh...and comment out that line that opens the Track URL and use only the AV URL. Chris -Original Message- From: Lomvardias, Christopher Sent: Wednesday, August 15, 2001 6:19 PM To: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]' Subject: RE: UPS and XML integration, an

RE: UPS and XML integration, anybody have a working solution?

2001-08-15 Thread Lomvardias, Christopher
Conan, I am having no trouble using your xml to do your address verification request. begin XML doc (conan.xml): YOURACCESS# YOURUSERID YOURPASSWORD Maryam Dennis-Customer Data 1.0001 AV Miami FL begin CF template: *

RE: UPS and XML integration, anybody have a working solution?

2001-08-15 Thread Lomvardias, Christopher
Conan, I've taken a few minutes to peruse the Allaire thread you cited and think I have found at least one of the problems you need to resolve. You are pointing at the wrong UPS URL for what you are trying to do. The XML packet you are sending is an Address Validation Request, but you are sendi

RE: UPS and XML integration, anybody have a working solution?

2001-08-15 Thread Lomvardias, Christopher
Conan, UPS has made some changes recently. You should go to www.ec.ups.com and read up on the integration docs. Chris -- Chris Lomvardias [EMAIL PROTECTED] Syscom, Inc. 400 E. Pratt Street, Suite 300 Baltimore, MD 21202 (410)539-373

RE: FYI

2001-07-30 Thread Lomvardias, Christopher
You aren't the only one. I would say it looks like a few people definitely need more coffee this morning. Chris -Original Message- From: Dylan Bromby [mailto:[EMAIL PROTECTED]] Sent: Monday, July 30, 2001 11:38 AM To: 'Lomvardias, Christopher'; [EMAIL PROTECTED] Subject:

RE: FYI

2001-07-30 Thread Lomvardias, Christopher
: FYI had you read the original post closely, you would have seen the reference to knowledgebase article 19107. :) http://www.allaire.com/Handlers/index.cfm?ID=19107&Method=Full -Original Message- From: Lomvardias, Christopher [mailto:[EMAIL PROTECTED]] Sent: Monday, July 30, 2001

RE: FYI

2001-07-30 Thread Lomvardias, Christopher
Nice that it is fixed in CF5, but how about a fix for this in CF4.5 Professional? Chris -- Chris Lomvardias [EMAIL PROTECTED] Syscom, Inc. 400 E. Pratt Street, Suite 300 Baltimore, MD 21202 (410)539-3737 x1722 voice (410)539-7302

RE: CF Studio Trick

2001-07-30 Thread Lomvardias, Christopher
After you type scriptj, you have to then hit CTL-J together. Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, July 30, 2001 10:29 AM To: CF-Talk Subject: CF Studio Trick I was at the 2001 cf odyssey event this past weekend. When one speaker was

RE: Integrating UPS XML

2001-07-26 Thread Lomvardias, Christopher
One possible solution is to use this tag from the Gallery. http://devex.allaire.com/developer/gallery/info.cfm?ID=DE7F6772-4A73-11D5-83 F000508B94F85A&method=Full It is also possible to use ServerXMLHTTP (using MSXML3sp1). Incidentally, others have noticed that you can apparently get away with

RE: RESERVED/KEYWORDS

2001-07-10 Thread Lomvardias, Christopher
Access Reserved words can be found at: http://support.microsoft.com/support/kb/articles/q109/3/12.asp SQL Server Reserved words can be found in the SQL Server Books Online. Chris -- Chris Lomvardias [EMAIL PROTECTED] Syscom, Inc. 4

RE: RESERVED/KEYWORDS

2001-07-10 Thread Lomvardias, Christopher
And for Access 2000 http://support.microsoft.com/support/kb/articles/q209/1/87.asp Chris -- Chris Lomvardias [EMAIL PROTECTED] Syscom, Inc. 400 E. Pratt Street, Suite 300 Baltimore, MD 21202 (410)539-3737 x1722 voice (410)539-7302

RE: (admin) What's up

2001-07-03 Thread Lomvardias, Christopher
On June 28, MD said : 3. Those who have not gotten messages have slower DNS server cycle rates. As time goes by and servers cycle, people will start getting their mail again and happiness will reign. Tell your friends that happy days are coming again really soon. :) But I'm still getting zip. C

no CFTalk messages six days and counting

2001-06-27 Thread Lomvardias, Christopher
Still nothing coming through after 6 days Chris -- Chris Lomvardias [EMAIL PROTECTED] Syscom, Inc. 400 E. Pratt Street, Suite 300 Baltimore, MD 21202 (410)539-3737 x1722 voice (410)539-7302 fax [EMAIL PROTECTED] (pager via email) htt

test ignore

2001-06-25 Thread Lomvardias, Christopher
test Chris -- Chris Lomvardias [EMAIL PROTECTED] Syscom, Inc. 400 E. Pratt Street, Suite 300 Baltimore, MD 21202 (410)539-3737 x1722 voice (410)539-7302 fax [EMAIL PROTECTED] (pager via email) http://www.syscom.com/ -

RE: Best way to clear Cached Queries?

2001-06-01 Thread Lomvardias, Christopher
Jamie, You could set a variable for the cachetime in Application.cfm or on the page itself use that in query. Then use a flag variable passed along URL to indicate whether cached query needs to be cleared. If flag exists, then change cachetime to zero. Here's an example. <-- set in app.cfm -->

RE: Moving CF from one server to another?

2001-05-22 Thread Lomvardias, Christopher
Jamie, You might want to look at http://www.defusion.com/articles/index.cfm?ArticleID=65 Chris -- Chris Lomvardias [EMAIL PROTECTED] Syscom, Inc. 400 E. Pratt Street, Suite 300 Baltimore, MD 21202 (410)539-3737 x1722 voice (410)539

test ignore

2001-05-03 Thread Lomvardias, Christopher
test Chris -- Chris Lomvardias [EMAIL PROTECTED] Syscom, Inc. 400 E. Pratt Street, Suite 300 Baltimore, MD 21202 (410)539-3737 x1722 voice (410)539-7302 fax [EMAIL PROTECTED] (pager via email) http://www.syscom.com/ -

RE: Delimiters

2001-04-17 Thread Lomvardias, Christopher
Here is Mr. Watts suggestion which I have used extensively and had no problems with. >"I typically use the ASCII bell character, CHR 7, for this. I've never had a >problem yet, but maybe I'm just lucky." >Dave Watts, CTO, Fig Leaf Software Chris

RE: Useful tool for looking at code

2001-03-09 Thread Lomvardias, Christopher
There's an even easier way to do this. In Studio, select File, Open from Web and type in the url to the css or js document and it will bring it right into Studio! Chris -Original Message- From: JW [mailto:[EMAIL PROTECTED]] Sent: Friday, March 09, 2001 3:26 PM To: CF-Talk Subject: Re: Us

CF's lack of support for milliseconds in datetime fields

2001-03-07 Thread Lomvardias, Christopher
There is an ongoing thread on Allaire's beta forum about CF's lack of support for milliseconds in datetime fields in ColdFusion query result sets. I see this issue as fairly important issue (and shortcoming) and am wondering if anyone else has any thoughts on this. The thread is at http://beta.al

RE: Web Based SQL Manager

2001-01-15 Thread Lomvardias, Christopher
Hi Clint, I'm interested in trying out the web-based sql manager. Thanks, Chris Lomvardias -Original Message- From: Clint Tredway [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 4:50 PM To: CF-Talk Subject: OT: Web Based SQL Manager To all those who are interested in this

RE: OT...Print Auditing

2000-12-18 Thread Lomvardias, Christopher
Dave, When you say you want top audit each document, what kind of auditing information do you need? Do you need to do this on both existing documents and dynamically generated RTF docs or just the generated RTF docs? Chris -- Chris

RE: ODBC Error 37000

2000-12-13 Thread Lomvardias, Christopher
Al, Go into SQLServer Enterprise Manager. Click on the entry for the database, select Database Properties, go to the Options Tab and deselect the Single User option. Chris -- Chris Lomvardias [EMAIL PROTECTED] Syscom, Inc. 400 E. Pr

RE: ColdFusion SP2

2000-09-27 Thread Lomvardias, Christopher
Dave, Will the isWddx() function be part of a new WDDX SDK release? Will the new isWddx() function be usable with an older version of the SDK (i.e., CF4.01). Thanks, Chris -Original Message- From: Damon Cooper [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 27, 2000 12:58 PM To:

RE: bizarre CFMLInterpreterImp error only in Netscape?

2000-09-26 Thread Lomvardias, Christopher
Message - From: "Lomvardias, Christopher" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, September 26, 2000 11:19 AM Subject: bizarre CFMLInterpreterImp error only in Netscape? > I have started to get the following error on an app I'm

RE: bizarre CFMLInterpreterImp error only in Netscape?

2000-09-26 Thread Lomvardias, Christopher
ate hearing them. Chris -Original Message- From: David E. Crawford [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 26, 2000 12:47 PM To: Lomvardias, Christopher; [EMAIL PROTECTED] Subject: RE: bizarre CFMLInterpreterImp error only in Netscape? So, the pressing question would be: w

RE: bizarre CFMLInterpreterImp error only in Netscape?

2000-09-26 Thread Lomvardias, Christopher
e to get the context of the situation. DC -Original Message- From: Lomvardias, Christopher [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 26, 2000 15:20 To: CF-Talk Subject: bizarre CFMLInterpreterImp error only in Netscape? I have started to get the following error on a

bizarre CFMLInterpreterImp error only in Netscape?

2000-09-26 Thread Lomvardias, Christopher
I have started to get the following error on an app I'm working on but only in Netscape. This doesn't occur at all when I load the app in IE. This doesn't make any sense because the error is a server side error, yet the error only appears to occur when I'm using Netscape. I'm sifting through my co

CF or Netscape mangling JS comments?

2000-08-15 Thread Lomvardias, Christopher
Hi, Has anyone seen this happen (occurs in NS4.7) and know how to fix it? When I run this code --

RE: CFX Wizard and header files

2000-08-10 Thread Lomvardias, Christopher
Ditto for me too! Thanks, Chris Lomvardias [EMAIL PROTECTED] -Original Message- From: Jeremy Allen [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 10, 2000 2:17 PM To: [EMAIL PROTECTED] Subject: RE: CFX Wizard and header files :-) Could you mail those to me as well.. Please :) Je

Extracting dynamic query statement?

2000-06-19 Thread Lomvardias, Christopher
Does anyone know if there is a way to capture a dynamically generated CFQUERY statement and store it in a variable? Basically, I'd like to make a copy of a dynamically generated CFQUERY SQL statement (which I can see when I have debug on)? I know I can construct first in a variable, but it'd be a

Test: Thursday, 6/15 at 1:48PM

2000-06-15 Thread Lomvardias, Christopher
test Chris -- Chris Lomvardias [EMAIL PROTECTED] Syscom, Inc. 400 E. Pratt Street, Suite 300 Baltimore, MD 21202 (410)539-3737 x1722 voice (410)539-7302 fax [EMAIL PROTECTED] (pager via email) http://www.syscom.com/ -

code to sort a structure?

2000-05-24 Thread Lomvardias, Christopher
Hi, Wondering if anyone has developed any code that will sort a nested structure based on values of the keys. I am dynamically generating some nested structures and want to be able to output some of the nested keys in a table. There are four nested structures called stApp.stPayment.V, stApp.stP

RE: LOOKING FOR A REPORTING TOOL FOR COLDFUSION

2000-05-16 Thread Lomvardias, Christopher
Todd, I'd also be interested in knowing what other options Allaire suggested. We are about to go down the route of trying to integrate CF with Crystal Reports 8.0. Thanks, Chris -Original Message- From: Todd Ashworth [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 16, 2000 2:49 PM To: [E

OT: JS to programmatically fire off input type=file browse button?

2000-05-10 Thread Lomvardias, Christopher
Does anyone know how I can get JS to fire off the "Browse" button for an input type="file" form element in Netscape 4+? I've got it working fine in IE (see code below), but it doesn't do anything in NS.

re: Disabling Form Elements

2000-05-01 Thread Lomvardias, Christopher
Jonathan, You might find the code below helpful. It "grays out" in IE and also effectively disables the fields in both IE and NS. NS doesn't support the "gray" part unfortunately. Chris > Code Begins Here > --- > > > > >