Good day to all,
I ain't a progress developer but need to do a conception (and develop the external program) for a solution that triggers events in a progress client.
Brief:
I have an external measurement device for length of carpets and at specific amounts there shall be an action executed in the progress client. Therefore I need to trigger those actions in the progress client, but only when specific GUI windows are open.
As I understood from the "Progress External Program Interfaces" manual, sockets would provide that functionality because I could use the sockets "connect" event to initiate specific actions.
My question is: is there another way to do this, means initiate specific actions of the progress client from an external application?
Good day to all,
I ain't a progress developer but need to do a conception (and develop the external program) for a solution that triggers events in a progress client.
Brief:
I have an external measurement device for length of carpets and at specific amounts there shall be an action executed in the progress client. Therefore I need to trigger those actions in the progress client, but only when specific GUI windows are open.
As I understood from the "Progress External Program Interfaces" manual, sockets would provide that functionality because I could use the sockets "connect" event to initiate specific actions.
My question is: is there another way to do this, means initiate specific actions of the progress client from an external application?
Flag this post as spam/abuse.
Good day to all,
I ain't a progress developer but need to do a conception (and develop the external program) for a solution that triggers events in a progress client.
Brief:
I have an external measurement device for length of carpets and at specific amounts there shall be an action executed in the progress client. Therefore I need to trigger those actions in the progress client, but only when specific GUI windows are open.
As I understood from the "Progress External Program Interfaces" manual, sockets would provide that functionality because I could use the sockets "connect" event to initiate specific actions.
My question is: is there another way to do this, means initiate specific actions of the progress client from an external application?
Flag this post as spam/abuse.
Great, thank you.
Yes it is a GUI client, which will be updated to Progress 11 soon. Indeed I do not know whether it is being updated to 11.5 at least.
I'm waiting for other suggestions, and mark your response as answer afterwards.
since this is windows and there are no 'signals' you might try to use PostMessage or PostThreadMessage to send some message the progress runtime might respond to... just a long shoot probably.