DDE client help

B

bogdan romocea

Dear Python experts,

I'm facing a simple problem which however I'm having a hard time
solving. I have a DDE server with data that changes from time to time.
I need to put together a DDE client that would 'notice' updated values
on the server and append them as a new row in a text file.

1. How do I connect to the DDE server, and ask for data?
In OpenOffice.org it looks very simple:
=DDE("FPS";"TIME";"PRC")
I also have some VB code which does the same thing:
Private Sub Command1_Click()
Text1.LinkTopic = "FPS|TIME"
Text1.LinkItem = Text4.Text
Text1.LinkMode = vbLinkAutomatic
I checked the DDE client sample code from
C:\Python24\Lib\site-packages\win32\Demos\dde,
however I got stuck here:
conversation.ConnectTo("FPS","PRC")
Traceback (most recent call last):
File "<pyshell#21>", line 1, in ?
conversation.ConnectTo("FPS","PRC")
error: ConnectTo failed

2. Once I manage to connect to the DDE server, how do I append the new
data values in a text file?

Suggestions and sample code will be highly appreciated.

Thank you,
b.






__________________________________
Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses.
http://promotions.yahoo.com/new_mail
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,073
Latest member
DarinCeden

Latest Threads

Top