Page 1 of 1

print logged in user

Posted: 2020-07-15 04:37
by lramirez
customize print logged in user...
Is it possible to print the user who is online in the report detail?
or do you know who made the impression?
Thank you

Re: print logged in user

Posted: 2020-07-15 05:25
by pbottcher
Hi,

one possiblitly would be:

you can use the TABLENAME-dv function and check if the dvprint_x is set.
If set, add the $memberInfo['username'] to your page, either directly to the html, or via some script code.

Re: print logged in user

Posted: 2020-07-23 01:23
by lramirez
Thank you