I am working with a few users, each has his own FE mde linked to one BE .
how can I open a notice (form) in one user after another user entered some relevant data
thanks for any help
ben, this is my problem, the 1 user will enter data to the BE how can I open a form in the 2 user base on the data that entered to the same BE that they r both link to
It will require some programming. A typical appraoch has a BE table in which a record is posted when the desired circumstances are achieved (e.g. record added, modiffied or deleted). The various fron ends have a hidded form with a timer. The onTimer event is fired at the desired interval. When the timer fires, coode checks the BE table for any relevant entries and reacts appropiatly (your pop-up message box) and sets some valur to indicate that the response has been made.
This is frequently discussed and somewhat more detailed under the topic "Boot Users" in these fora. While the details are quite different, the overall approach is the same.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.