@GetLinkListProperties
Syntax
@GetLinkListProperties(DOCLINKLIST1;POSITION2;RETTDRID3;RETUIDLISTVIEW4;RETUIDLISTNOTE5);
Description
Returns the properties of the document link at the position FN POSITION2 from the VSPECLINKLIST DOCLINKLIST1.
TD RETTDRID3 is the replica ID of the DB on the documents-Link verweist.
(Steht hier @AnyAllDay verweist er in the eigene DB.)
UIDLIST RETUIDLISTVIEW4 is the UID of the view in which the document referenced by the document link can be found.
(If this UID consists only of zeros (@ZeroUID), is no view verwendet.)
UIDLIST RETUIDLISTNOTE5 is the UID of the document on the documents-Link verweist.
Return value:
On success is TRUE returned, otherwise @ERROR.
Example: @GetLinkListProperties(DOCLINKLIST1;POSITION2;RETTDRID3;RETUIDLISTVIEW4;RETUIDLISTNOTE5);
DBHANDLE1:=@OpenDB("TESTDB\\TESTDB1.NSF");
noteh1:=@OpenNoteByID(DBHANDLE1;8462;noteh1);
DOCLINKLIST1:=$Links[noteh1];
POSITION2:=1;
Ret:=@GetLinkListProperties(DOCLINKLIST1;POSITION2;RETTDRID3;RETUIDLISTVIEW4;RETUIDLISTNOTE5);
noteh1:=@CloseNote(noteh1;0);
DBHANDLE1:=@CloseDB(DBHANDLE1);
The operation die DB "TESTDB\\TESTDB1.NSF" and the document with of the NOTEID 8462 opened and the Eigenschaften of the firstn documents-Links from the VSPECLINKLIST $Links[noteh1] of the document erwithtelt.
Then are die DB and the document again closed.
Note : This text was machine-translated and may contain inaccuracies.
