RE: COM question

2002-07-11 Thread Neil Clark - =TMM=

http://msdn.microsoft.com







Neil Clark
Team Macromedia
http://www.macromedia.com/go/team

Announcing Macromedia MX!! 
http://www.macromedia.com/software/trial/




-Original Message-
From: John McCosker [mailto:[EMAIL PROTECTED]] 
Sent: 11 July 2002 12:21
To: CF-Talk
Subject: COM question

Hi,

does anyone know where I can get a colorindex LIST for Excel for
creating
through COM,
strings and Hx-Decimals don't work,

e.g.

cell_elemnt = objRange.Interior;
cell_elemnt.Color = red;
---error
Unable to set the Color property of the Interior class

but

cell_elemnt.Color = 10;

works fine,

Had a look at OLEView but only lists properties methods etc... apart
from it
being a labyrinth of
hard to find information anyway...

...

also looking through CFCOMET currently for answer on this,

respectfully,

j

__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: COM question

2002-07-11 Thread John McCosker

Got it convert rgb to long then,

SCRIPT LANGUAGE=Javascript
!--
function whalla(){
R = 253;
B = 3;
G = 3;

var lng = B * 65536 + G * 256 + R
alert(lng);
}
//--
/SCRIPT

cell_elemnt.Color = val(197629);

-Original Message-
From: Neil Clark - =TMM= [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 11, 2002 12:46 PM
To: CF-Talk
Subject: RE: COM question


http://msdn.microsoft.com







Neil Clark
Team Macromedia
http://www.macromedia.com/go/team

Announcing Macromedia MX!! 
http://www.macromedia.com/software/trial/




-Original Message-
From: John McCosker [mailto:[EMAIL PROTECTED]] 
Sent: 11 July 2002 12:21
To: CF-Talk
Subject: COM question

Hi,

does anyone know where I can get a colorindex LIST for Excel for
creating
through COM,
strings and Hx-Decimals don't work,

e.g.

cell_elemnt = objRange.Interior;
cell_elemnt.Color = red;
---error
Unable to set the Color property of the Interior class

but

cell_elemnt.Color = 10;

works fine,

Had a look at OLEView but only lists properties methods etc... apart
from it
being a labyrinth of
hard to find information anyway...

...

also looking through CFCOMET currently for answer on this,

respectfully,

j


__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: com question in cfmx

2002-07-09 Thread Brian J. LeRoux

uhm. Ok. So how do I instantiate a dll and invoke methods on it via include?

-Original Message-
From: Joe Bastian [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 08, 2002 10:57 PM
To: CF-Talk
Subject: RE: com question in cfmx


Use CF Custom tags/includes instead of COM objects

Joe

-Original Message-
From: Brian J. LeRoux [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 09, 2002 12:41 AM
To: CF-Talk
Subject: com question in cfmx


I've been hearing rhetoric tossed around about cfmx having poor support for
com and one of our clients is about to migrate hosts, who to my surprise are
running cfmx. We use cfobject quite a bit to drive the credit card
transaction processing and I wanted to hear everyones experiences.

Thanks in advance,
Brian




__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: com question in cfmx

2002-07-09 Thread Neil Clark - =TMM=

Yeah, I am not sure he thought that one thru :-)

COM support is as you probably know, suffering problems in CFMX...Ben F
did say MM were looking into it, but an SP is certainly not imminent or
guaranteed... if there will be one, I am sure MM will post about it!







Neil Clark
Team Macromedia
http://www.macromedia.com/go/team

Announcing Macromedia MX!! 
http://www.macromedia.com/software/trial/




-Original Message-
From: Brian J. LeRoux [mailto:[EMAIL PROTECTED]] 
Sent: 09 July 2002 09:47
To: CF-Talk
Subject: RE: com question in cfmx

uhm. Ok. So how do I instantiate a dll and invoke methods on it via
include?

-Original Message-
From: Joe Bastian [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 08, 2002 10:57 PM
To: CF-Talk
Subject: RE: com question in cfmx


Use CF Custom tags/includes instead of COM objects

Joe

-Original Message-
From: Brian J. LeRoux [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 09, 2002 12:41 AM
To: CF-Talk
Subject: com question in cfmx


I've been hearing rhetoric tossed around about cfmx having poor support
for
com and one of our clients is about to migrate hosts, who to my surprise
are
running cfmx. We use cfobject quite a bit to drive the credit card
transaction processing and I wanted to hear everyones experiences.

Thanks in advance,
Brian





__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: com question in cfmx

2002-07-09 Thread Lewis Sellers

On Tue, 9 Jul 2002 09:48:57 +0100, in cf-talk you wrote:

Yeah, I am not sure he thought that one thru :-)

COM support is as you probably know, suffering problems in CFMX...Ben F
did say MM were looking into it, but an SP is certainly not imminent or
guaranteed... if there will be one, I am sure MM will post about it!


Yea, at the moment I simply would would stay way from CF 6 if any of
your sites heavily uses COM's, especially 3rd party COMs for which you
have no idea how they work or are impossible to translate into CF
(which would be most COM's).

That said, most COM issues are fairly well known and repeatable. You
could simply try the website on a dev version of CFMX and get a fairly
good idea if it'll work or not. It will be slower.

--min

__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: com question in cfmx

2002-07-08 Thread Joe Bastian

Use CF Custom tags/includes instead of COM objects

Joe

-Original Message-
From: Brian J. LeRoux [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 09, 2002 12:41 AM
To: CF-Talk
Subject: com question in cfmx


I've been hearing rhetoric tossed around about cfmx having poor support for
com and one of our clients is about to migrate hosts, who to my surprise are
running cfmx. We use cfobject quite a bit to drive the credit card
transaction processing and I wanted to hear everyones experiences.

Thanks in advance,
Brian



__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists