Domino 7 Application Development
上QQ阅读APP看书,第一时间看更新

Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

There are three styles for code. Code words in text are shown as follows: "The requirements of the DiscoverFolders command generally dictate that it be used from within a frameset."

A block of code will be set as follows:

@If(@AdminECLIsLocked; @Return("Administration ECL Is Locked");
@EditECL("Engineering" : "names.nsf"; "Testers"))

When we wish to draw your attention to a particular part of a code block, the relevant lines or items will be made bold:

GET_UNREAD_NOTE_TABLE: 600 ms 
OPEN_COLLECTION(REP85256055:004781F8-NTFFFF0020,0040,0000)
OPEN_DB(CN=HQ/OU=Boston/O=Acme!!Applications\SalesTracking.nsf): (Connect to HQ/Boston/Acme: 5000 ms)
GET_UNREAD_NOTE_TABLE: 4000 ms RCV_UNREAD 2000 ms 

New terms and important words are introduced in a bold-type font. Words that you see on the screen, in menus or dialog boxes for example, appear in our text like this: "clicking the Next button moves you to the next screen".

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.