Time Indicator

MeiMei Member Posts: 34
edited 2000-11-29 in Navision Financials
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

Comments

  • John_TegelaarJohn_Tegelaar Member Posts: 159
    Add a textbox to the report, set the Format property to the time format you want to show (see the Help for standard formats), and make Time the source of the textbox. That's it.

    John
  • PellePelle Member Posts: 18
    Use this SourceExpr of the textbox (example):
    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
  • PellePelle Member Posts: 18
    This got reformatted in submitting
    "FORMAT(TODAY,0,'<Year4>-<Month,2>-<Day,2>') + FORMAT(TIME,0,' <Hours24,2>:<Minutes,2>')"
Sign In or Register to comment.