webthisrecordkey
FIELDS
,
KEY

The webthisrecordkey statement makes a key for use with the WebURLSelect statement to specify the current record.


Parameters

This statement has two parameters:

fields – Carriage return delimited list of fields to include in the key. Note: You should not use any fields that might contain carriage returns as key fields. Note: If this is a shared database you can generate a key for the current record by specifying "" for the field list.

key – field or variable to receive key value.


Description

This statement makes a key for use with the WebURLSelect statement to specify the current record.

webthisrecordkey "Name"+cr()+"Zip"+cr()+"Phone",webkey

Later, you can select this record again with the weburlselect statement.

weburlselect webkey

See Also


History

VersionStatusNotes
10.2No ChangeCarried over from Panorama 6.0.