LotusScript to C API Programming Guide
rtLib Domino Rich Text Management template
Home
Show details for ContentContent
Purchase
Ready-to-use samples
Show details for Online resourcesOnline resources
Forum
Links
Happy readers

Anonymous

login

Ready-to-use samples

Getting started - OSLoadProgram
Getting special documents (About, Using, Icon)
Conversion of C API Code sample code for the use...
Item Information and Memory Management
Checking users’ access rights
Getting server statistics
Retrieving and updating Db replica information,...
Selective replication settings
Delete Agent Data
Delete without leaving a deletion stub
Setting OLE Object flags (editing $OLEOBJECT...
Retrieving and modifying $Fonts
Retrieving and modifying $Fonts (v2)
Retrieving and modifying doclinks
Editing reference type items
Importing RTF File
Getting an information on available servers
Retrieving unread documents in views and updating...
Getting available shares (Win32)
FileOpen Dialog (Win32)
Init session (Visual Basic)
Retrieval of Notes Rich Text and callbacks...
Refreshing design, callbacks and string...

 

Hosted by Prominic.NET, Inc.

Editing reference type items


This sample shows how to retrieve and modify an item of type TYPE_NOTEREF_LIST (reference item). Normally this type of item is used for $REF items that point to the document’s parent document. However, the same type of item can be also used to create a visible link to any document in the same database.

Either use lss files and add the line in declarations section:

%INCLUDE "c:\lss\capis\samples\fieldTypeRef"

or use the full source code below.

fieldTypeRef.lss