florindaniel
Programmer
Hello,
I'm trying to solve this problem:
I have multiple workstations that are editing documents
(invoices, etc...), when a document is OK it is validated by the operator (there-s a flag
in the DOCUMENTS table that is replaced by .T.)
Is there some way to have a monitoring app, on an other workstation, that senses a document in
the table changed status and print it. Having a timer in the form and periodically scan for
the changes seems not too elegant . Can I RAISE EVENTS across the network?
Thank you
Daniel
I'm trying to solve this problem:
I have multiple workstations that are editing documents
(invoices, etc...), when a document is OK it is validated by the operator (there-s a flag
in the DOCUMENTS table that is replaced by .T.)
Is there some way to have a monitoring app, on an other workstation, that senses a document in
the table changed status and print it. Having a timer in the form and periodically scan for
the changes seems not too elegant . Can I RAISE EVENTS across the network?
Thank you
Daniel