Hi Guys,
First time to the Forum! I'll get straight to my problem.
I'm running RSSql v5 and RSLink Pro. v2.41 on a Windows 2000 server. I also have an Msaccess97 database located on the same server(further known as DBMaster). My transactions are working fine. I created another database (further known as DBSlave)on a network drive(n
. The tables of DBSlave are linked tables to DBMaster. I created a form in DBSlave that when opened is suppose to initiate a conversation with RSlink on the server via a topic to display information from a SLC5/05 processor. I'm using the following VBA code to initiate the conversation:
ChannelNum=DDEInitiate("\\(network path to server)\RSLink","Topic")
DataBlk=DDERequest(ChannelNum, "N15:100,L84,C84")
The code in DBSlave will work as long as I'm running it from the server where RSLink is located, but when I try to use another PC on the network that doesn't have RSLink I get an error couldn't open channel!!
Can anyone help????????
First time to the Forum! I'll get straight to my problem.
I'm running RSSql v5 and RSLink Pro. v2.41 on a Windows 2000 server. I also have an Msaccess97 database located on the same server(further known as DBMaster). My transactions are working fine. I created another database (further known as DBSlave)on a network drive(n
ChannelNum=DDEInitiate("\\(network path to server)\RSLink","Topic")
DataBlk=DDERequest(ChannelNum, "N15:100,L84,C84")
The code in DBSlave will work as long as I'm running it from the server where RSLink is located, but when I try to use another PC on the network that doesn't have RSLink I get an error couldn't open channel!!
Can anyone help????????