[U2] Last ran/compiled a program

2013-04-08 Thread Amy Raisanen
Is there anything built in to UV that contains when/who last compiled a
program or maybe even when/who last ran it?  Is anyone creating a log of
this information?

 

I'm running 11.1.9 UV on Windows with SB+.  

 

Thanks,

Amy Raisanen

 

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Last ran/compiled a program

2013-04-08 Thread William Brutzman
1. On the Windows Server... if the program were a UniBasic program called
THIS.PROG.R2 whose source code was in say a folder called... CODE/BP... the
compiled object code would likely be saved in a folder called
/CODE/BP.O/THIS.PROG.R2.  I would expect a time tag on the compiled file...
in the Windows server OS.

2. If it is a UniBasic program, creating a log file when people run the
program is easy to do.  We do it here for an inventory transAction file.
 Consider creating a new UV file via the CREATE.FILE command and just use a
write command in the program to log records to it as people use the app.

--Bill


On Mon, Apr 8, 2013 at 3:17 PM, Amy Raisanen araisa...@rammutual.comwrote:

 Is there anything built in to UV that contains when/who last compiled a
 program or maybe even when/who last ran it?  Is anyone creating a log of
 this information?



 I'm running 11.1.9 UV on Windows with SB+.



 Thanks,

 Amy Raisanen



 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users