Recent content by Tarci Selo

  1. T

    Solved! How can I make my program accessible on a Windows server by other end users

    the simple is to put your aplication a server,then map a workstation drive to that location, and creating shortchut for the user to acces this location.
  2. T

    Solved! How can I make my program accessible on a Windows server by other end users

    The simplest is to put your application on a server, then map a workstation' drive to that location, and creating shortcut for the user to access this location. But if you want multiple users to work with same set of data (eg two users entering order details), you need to think about your...