Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #11472
    SSiu
    Participant

    Hi,

    Is someone able to help me on this issue:

    I am setting up a new book and I don’t know what to do to set the date, besides the “Today’s Date” at the top of the home menu.

    So that everytime when I log in to the book the top is defaulted to Today’s date.

    Thanks you very much in advance.

    Selina

    #13111
    MSchappler
    Moderator

    Go to your procedures document and issue /Document Expand (/DE) and then cursir down to the first procedure listed in your books and press the insert key which will insert a blank line. Type the following on this line:

    AUTOEXEC Sets the Current Date

    Again issue /Document Expand (/DE) and then /Document View P for Procedures (/DVP.) and cursor down twice. This will put below description in the procedure view of AUTOEXEC. Type the following lines:

    @declare date =0
    @dosdate date
    ~gh ~wu
    @exec date ~er

    Once done, issue /Document Shut (/DS) and then re-enter the books. The current system date will be displayed next to Today’s Date in these books.

    Regards,

    Martin

    #13113
    SSiu
    Participant

    Hi Martin,

    Thanks very much and it works!!

    Selina

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.