weburlfind
URLTAIL

The weburlfind statement finds a record based on keys in a URL.


Parameters

This statement has one parameter:

urltail – the end of the URL (everything after the procedure name).


Description

This statement finds a record based on keys in a URL. The URL can either contain a record id number, like this:

domain.com/cgi-bin/panoramax.cgi?database~procedure~=recordidnumber

or it can contain a series of field/value pairs, like this.

domain.com/cgi-bin/panoramax.cgi?database~procedure~field=value~field=value

Only the tail of the URL is passed to this statement (the part of the URL after the procedure name. So here is how to find the record with ID 2830.

weburlfind "=2830"

Or, to find the record for a person named Frank Jones, use this code:

weburlfind {First=Frank~Last=Jones}

Of course this will only work if the database contains fields named Frank and Jones.


See Also


History

VersionStatusNotes
10.2No ChangeCarried over from Panorama 6.0.