Popups used more than once

  • Thread starter Thread starter Robert
  • Start date Start date
R

Robert

Is it a good idea to use the same popup in more than one place or should you
make a copy of it. I have a customers popup that I need to call on more
than one form. Is there any possibilty of a conflict. if more than one user
is using the database if they call the same popup at the same time?

Robert
 
Robert,

Probably won't be a problem.

However, if you have miultiple users, the very strongly recommended
approach is for each user to have his own separate copy of a front-end
application file, linking to the core data tables in a shared backend
file. That way, "call the same popup at the same time" can never happen.
 
Thanks.

Steve Schapel said:
Robert,

Probably won't be a problem.

However, if you have miultiple users, the very strongly recommended
approach is for each user to have his own separate copy of a front-end
application file, linking to the core data tables in a shared backend
file. That way, "call the same popup at the same time" can never happen.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top