QAD MFG/PRO 2008.1 .NET
Progress 10.1C
Windows 2003
I've written a procedure to export work order records out to an XML file for printing via Crystal Reports. The files are written to the server.
There are 4 people that generate work orders, so I need a way to keep those XML files separate so users don't overwrite each others files.
I tried pulling in the userid using os-getenv('username'), but that only returns a generic user "qadxui".
How to get the actual username of the user logged into MFG/PRO?
Greg
Progress 10.1C
Windows 2003
I've written a procedure to export work order records out to an XML file for printing via Crystal Reports. The files are written to the server.
There are 4 people that generate work orders, so I need a way to keep those XML files separate so users don't overwrite each others files.
I tried pulling in the userid using os-getenv('username'), but that only returns a generic user "qadxui".
How to get the actual username of the user logged into MFG/PRO?
Greg