Siebel Sales Handheld Guide > Print Tagging Language > Overview of Siebel Handheld Print Tagging Language >

GetRegistry


Description

Gets a value in the registry for Siebel Handheld and assigns it to a variable.

Usage

Use GetRegistry to print the contents of the registry key in your report.

Syntax

<TAG:GetRegistry Name="REGISTRY NAME" Variable="VARIABLE NAME">

Parameter
Description

TAG:GetRegistry

(Required) Required tag indicator.

REGISTRY NAME

(Required) Value the registry.

VARIABLE NAME

(Required) Name of variable where the value is stored.

Example

<TAG:GetRegistry Name="InstallDir" Variable="Registry">

Siebel Sales Handheld Guide