How can I put the time indicator in the print out of the Navision Financial ( usually the time indicator will be shown at the right top of the paper )
I need this time indicator cause sometimes I want to know at what time does some report being printed by someone
Is there anybody can help me to solve this problem ?
Thanks for the coorporation
Best Regards,
Tan Siu Mei
0
Comments
John
FORMAT(TODAY,0,'<Year4>-<Month,2>-<Day,2>') + FORMAT(TIME,0,' <Hours24,2>:<Minutes,2>')
Also make a textbox with the following SourceExpr,
wich will show who made the print out:
USERID
Pelle
"FORMAT(TODAY,0,'<Year4>-<Month,2>-<Day,2>') + FORMAT(TIME,0,' <Hours24,2>:<Minutes,2>')"