I am trying to detect what computers are accessing my program on a network. I need to limit the connections to a certain number of computers. Not how many connect at a anytime, but if there are supposed to only be 5 computers accesssing the program, I need to identify those 5 computers and not allow anymore computers to access it unless I update them to do so. I have looked at SYS(0) which returns the computer name for the computer running FoxPro. Will SYS(0) work when other computers attempt to run the EXE prg that I wrote? I want to have it get the computer name or whatever I can get and will allow 5 computers to be entered into a database and when 5 computers are in the database, no other computer will be able to be added to the database.
Any ideas would be appreciated.
Thanks,
Ramon
Any ideas would be appreciated.
Thanks,
Ramon