Options

work date of workstation to be set by server

nostrannostran Member Posts: 106
hi,

is it possible to force a workstation to use the workdate of the server and how could that be done :lol:

thanks

Comments

  • Options
    kinekine Member Posts: 12,562
    What do you mean by "workdate of the server"?

    If you mean to force using for example system date on server, you can make some table with one record filled with actual date (updated through some application - NAS or client or other). In Codeunit 1 on client you can read this and set it into WORKDATE.
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • Options
    nostrannostran Member Posts: 106
    hi kine,

    there is the server, on which i can set a workdate.
    then there are the clients logging on the server. for the client, the work date seems to be dependent on the computer date.

    what i want navision to do is to pick up the workdate that has been set on the server and not the local computer date.

    thanks
  • Options
    kinekine Member Posts: 12,562
    OK, there it is:

    in codeunit 1 set workdate to date from server. How you transfer this date to client is on you (some table, TCP/IP, socket, file, etc.)
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
Sign In or Register to comment.