Sensing another Processes Field Changes
The scenario is like this:
Process A is running and has a form open. The form has several fields which the user can change.
Process B is running, and it wants to monitor process As form. When a field changes on Process As form, Process B displays a message.
Can this be done? What does Process B need to know about Process A?

