ColdFusion and DDE

2002-12-19 Thread Jacob
Is it possible to use DDE links in ColdFusion?

Jacob

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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



RE: ColdFusion and DDE

2002-12-19 Thread Ben Doom
Um...
Are you referring to Windows Drag'n'drop?  If so, that's going to be
browser-dependent unless you are talking about CFStudio.  And, to be honest,
I can't really think of anything you could dnd to a CF page except file
uploads.

If that's not what you're talking about then I'm lost anyway.  :-)



  --Ben Doom
Programmer  General Lackey
Moonbow Software

: -Original Message-
: From: Jacob [mailto:[EMAIL PROTECTED]]
: Sent: Thursday, December 19, 2002 2:03 PM
: To: CF-Talk
: Subject: ColdFusion and DDE
:
:
: Is it possible to use DDE links in ColdFusion?
:
: Jacob
:
: 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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



RE: ColdFusion and DDE

2002-12-19 Thread Jacob
I am lost also... Dynamic Data Exchange.  So ColdFusion can communicate 
with other programs.

Want I know about DDE is what I just read in the last 10 minutes.


At 02:22 PM 12/19/2002 -0500, you wrote:
Um...
Are you referring to Windows Drag'n'drop?  If so, that's going to be
browser-dependent unless you are talking about CFStudio.  And, to be honest,
I can't really think of anything you could dnd to a CF page except file
uploads.

If that's not what you're talking about then I'm lost anyway.  :-)



   --Ben Doom
 Programmer  General Lackey
 Moonbow Software

: -Original Message-
: From: Jacob [mailto:[EMAIL PROTECTED]]
: Sent: Thursday, December 19, 2002 2:03 PM
: To: CF-Talk
: Subject: ColdFusion and DDE
:
:
: Is it possible to use DDE links in ColdFusion?
:
: Jacob
:
:

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



Re: ColdFusion and DDE

2002-12-19 Thread Jeff Garza
DDE stands for Dynamic Data Exchane across Office Applications.

Jeff

- Original Message -
From: Ben Doom [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, December 19, 2002 12:22 PM
Subject: RE: ColdFusion and DDE


Um...
Are you referring to Windows Drag'n'drop?  If so, that's going to be
browser-dependent unless you are talking about CFStudio.  And, to be honest,
I can't really think of anything you could dnd to a CF page except file
uploads.

If that's not what you're talking about then I'm lost anyway.  :-)



  --Ben Doom
Programmer  General Lackey
Moonbow Software

: -Original Message-
: From: Jacob [mailto:[EMAIL PROTECTED]]
: Sent: Thursday, December 19, 2002 2:03 PM
: To: CF-Talk
: Subject: ColdFusion and DDE
:
:
: Is it possible to use DDE links in ColdFusion?
:
: Jacob
:
:

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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



Re: ColdFusion and DDE

2002-12-19 Thread Jacob
Exactly.. Doable in ColdFusion? This will not be an office application.

At 12:32 PM 12/19/2002 -0700, you wrote:
DDE stands for Dynamic Data Exchane across Office Applications.

Jeff

- Original Message -
From: Ben Doom [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, December 19, 2002 12:22 PM
Subject: RE: ColdFusion and DDE


Um...
Are you referring to Windows Drag'n'drop?  If so, that's going to be
browser-dependent unless you are talking about CFStudio.  And, to be honest,
I can't really think of anything you could dnd to a CF page except file
uploads.

If that's not what you're talking about then I'm lost anyway.  :-)



   --Ben Doom
 Programmer  General Lackey
 Moonbow Software

: -Original Message-
: From: Jacob [mailto:[EMAIL PROTECTED]]
: Sent: Thursday, December 19, 2002 2:03 PM
: To: CF-Talk
: Subject: ColdFusion and DDE
:
:
: Is it possible to use DDE links in ColdFusion?
:
: Jacob
:
:


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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



Re: ColdFusion and DDE

2002-12-19 Thread Samuel R. Neff
At 11:02 AM 12/19/2002, you wrote:
Is it possible to use DDE links in ColdFusion?

Jacob

You're talking about server side, right?  Not possible natively but it is 
possible if you write (or find) a DDE wrapper COM object.

On client side, can probably do it with ActiveX.

Isn't DDE a really old technology anyways that is hardly used anymore, 
outside of Windows Explorer?  Isn't it basically replaced by COM and  Web 
Services?

Sam

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com