![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Need to track what programs users are accessing, like in the PIBS file. Has anyone ever worked on this issue? I am working on a D3 pick machine. |
#3
| |||
| |||
|
|
Write a subroutine like: subroutine filetracker(Param) ' param contains program ID (and anything else you want to track [time, date, etc]) open pibs then read pRec from system(22) then locate(param,prec,21;vx) then ;* I picked an attr at random prec<22,vx> += 1 end else prec<21,-1> = param prec<22,-1> = 1 end end end return Then in each of the programs you want to track: x = oconv(ProgramName,"call filetracker") Mark Brown "AlRoda" <alfred (AT) alroda (DOT) com> wrote in message news:1128446584.546346.277190 (AT) o13g2000cwo (DOT) googlegroups.com... Need to track what programs users are accessing, like in the PIBS file. Has anyone ever worked on this issue? I am working on a D3 pick machine. |
![]() |
| Thread Tools | |
| Display Modes | |
| |