Hi:
I am using Tkwindde within Ruby and having some problems.
I call a application/service called TOS.
My call to TKwindde is
tk_call("DDE", "REQUEST", "TOS", "MARK", datafield)
sometimes I get my data in, sometimes I get first N/A returned.
If I run the dde call in excel I see the N/A coming in first with is later substituted for the correct value.
It seems the way I am using tkwindde; my tk_call doesnot wait long enough for the full answer.
I have been looking for call_backs and other solutions; but so far no result.
When I run my dde command in a excel environment and use a dde trace. I see Excel making more 'async' call to my TOS application.
Any help appreciated.!
Ernst
I am using Tkwindde within Ruby and having some problems.
I call a application/service called TOS.
My call to TKwindde is
tk_call("DDE", "REQUEST", "TOS", "MARK", datafield)
sometimes I get my data in, sometimes I get first N/A returned.
If I run the dde call in excel I see the N/A coming in first with is later substituted for the correct value.
It seems the way I am using tkwindde; my tk_call doesnot wait long enough for the full answer.
I have been looking for call_backs and other solutions; but so far no result.
When I run my dde command in a excel environment and use a dde trace. I see Excel making more 'async' call to my TOS application.
Any help appreciated.!
Ernst