Hallo klauss,
erstmal auch von mir "Alles Gute zum Geburtstag"!
Also, ich seh´ das Problem schon beim Debuggen.
| ... |
| linkServer = rtlink.ServerHint |
| linkDBID = rtlink.DBReplicaID |
| linkDocID = rtlink.DocUnID |
| |
| Call linkDb.OpenByReplicaID(linkServer, linkDBID ) |
| Set linkDoc = linkDB.GetDocumentByUNID(linkDocID) |
| ... |
Die DB (linkDB) wird beides mal geöffnet, bei Ausführen am Client und auch am Server.
Aber bei der Zeile "Set linkDoc = linkDB.GetDocumentByUNID(linkDocID)"
wird bei Ausführung am Client das Doc gefunden (im Debugger sehe ich alle Eigenschaften des Dokuments), bei Ausführung am Server sind alle Eigenschaften entweder auf "False" oder mit "00:00:00" belegt.
Die DocID ist beides mal identisch.