Highlight/Chris
Browser
Posts: 18
Gender:
|
I had this same problem with an xBase system that I was tasked with maintaining years ago. The solution was fairly simple, assuming that TAS has a way to access DOS environmental variables. At the time of login, create an environmental variable with the users initials or ID or whatever tag you want to use. (We wrote a small program in C that polled Novell and Microsoft networks User IDs) You could also create a global variable that could be referenced when needed. Now create a line in the notes field with the user ID and a time/date stamp each time the work order (and a short description of change) is changed and saved. It is not exactly a transaction tracking system, but it got the info needed for reference purposes. Just an idea.
|