Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default DDE Troubleshooting

I've been trying to create a connection between Excel and a terminal
program that supports several DDE commands. I can initialize the
connection, read information from it, but when I try a Poke command it
fails. I'm running Excel 2000 PRO under Windows 2000. Any
suggestions on how I can troubleshoot this? I thought it might by the
symantic anti-virus program, but when I shut down the two services it
had no effect. The DDE connection works under 98 and XP at home, so
I'm assuming it's an OS issue (unlikly), or some other service that it
getting in the way. Any thoughts would be appreciated.

Corey
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default DDE Troubleshooting

dde poke Description Inserts designated value(s) into
specified location in server program. Syntax dde poke
convId item value convId Specifies the returned value
from the dde initiate command. Item Specifies the string
containing the item ID that a change in value is
requested. value Specifies the string containing the
desired value. Returns Returns an empty string. Example
Pokes the three numbers to three cells in TEST.XLS. for
{i = 1}{$i < 4}{incr i}{dde poke $conv R1C$i $cel($i)}


-----Original Message-----
I've been trying to create a connection between Excel

and a terminal
program that supports several DDE commands. I can

initialize the
connection, read information from it, but when I try a

Poke command it
fails. I'm running Excel 2000 PRO under Windows 2000.

Any
suggestions on how I can troubleshoot this? I thought

it might by the
symantic anti-virus program, but when I shut down the

two services it
had no effect. The DDE connection works under 98 and XP

at home, so
I'm assuming it's an OS issue (unlikly), or some other

service that it
getting in the way. Any thoughts would be appreciated.

Corey
.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default DDE Troubleshooting

I believe that the Poke statement requires Excel to act as a DDE
Server. This is different than how DDE is usually used where DDE
informtion is read into excel (Excel as a DDE Client).

under Win NT 4.0: I have been able to get excel to act as a DDE server
, both locally and under NetDDE.
under Win 2k : I have been able to get excel to act as a server
locally.
under Win 2k : I have been unable to get Excel to work as a server
over NETDDE.

It probably is an OS issue. As microsoft no longer supports DDE -
your best bet is to find an OS that works and stick with it.

"letsride" wrote in message ...
dde poke Description Inserts designated value(s) into
specified location in server program. Syntax dde poke
convId item value convId Specifies the returned value
from the dde initiate command. Item Specifies the string
containing the item ID that a change in value is
requested. value Specifies the string containing the
desired value. Returns Returns an empty string. Example
Pokes the three numbers to three cells in TEST.XLS. for
{i = 1}{$i < 4}{incr i}{dde poke $conv R1C$i $cel($i)}


-----Original Message-----
I've been trying to create a connection between Excel

and a terminal
program that supports several DDE commands. I can

initialize the
connection, read information from it, but when I try a

Poke command it
fails. I'm running Excel 2000 PRO under Windows 2000.

Any
suggestions on how I can troubleshoot this? I thought

it might by the
symantic anti-virus program, but when I shut down the

two services it
had no effect. The DDE connection works under 98 and XP

at home, so
I'm assuming it's an OS issue (unlikly), or some other

service that it
getting in the way. Any thoughts would be appreciated.

Corey
.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
VLookup Troubleshooting #N/A IrishEyes Excel Discussion (Misc queries) 1 January 12th 10 05:56 PM
Troubleshooting David Rogers Excel Discussion (Misc queries) 2 November 26th 08 12:02 PM
Function Troubleshooting Sarah Excel Worksheet Functions 1 June 7th 07 10:28 PM
Troubleshooting Spreadsheets valkyrie Excel Discussion (Misc queries) 1 August 1st 06 04:24 AM
troubleshooting Mr. Lucky69 Setting up and Configuration of Excel 0 April 29th 06 08:57 PM


All times are GMT +1. The time now is 11:08 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"