Hi all,
Somebody knows, if i can force notes client to take date from the home server? (with local configuration)
Thanks in advanced
Hi all,
Somebody knows, if i can force notes client to take date from the home server? (with local configuration)
Thanks in advanced
Subject: How can i force date… taken from server
I don’t quite understand what you mean by “take date”.
If you mean to synchronize the PC clock with the server clock, then try searching here and or using Google.
If you mean how to obtain the setver time from a Domino server, then here is a trick:
Get a handle to a setver database (notesSession.currentDatabase, or names.nsf on the server)
Create a (memory) NotesDocument
set doc = db.createDocument()
dim serverTime as variant ’ date/time
serverTime = doc.created