.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

FORMULA LANGUAGE


@IsEmbeddedInsideWCT
Example

Indicates whether any part of the current Notes session is embedded inside of Workplace client.

Note This @function is new with Release 7.

Syntax

@IsEmbeddedInsideWCT

Return value

flag

Usage

This function allows you to globally enable or disable Notes UI elements depending on whether or not the Notes content is being viewed from within Workplace client.

The Notes 8.0 Standard client returns a value of True, and the Notes 8.0 Basic client returns a value of False.

You cannot use this function in Web applications.

Language cross-reference

IsEmbeddedInsideWCT property of the LotusScript NotesUIWorkspace class

Example