webthisrecordkey(
FIELDS
)

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


Parameters

This function has one parameter:

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.


Description

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

let webkey = webthisrecordkey("Name"+cr()+"Zip"+cr()+"Phone")

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.