weburlselect
URLTAIL

The weburlselect statement selects one or more records 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 selects one or more records 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 the record with ID 2830 would be selected.

weburlselect "=2830"

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

weburlselect {First=Frank~Last=Jones}

Of course this will only work if the database contains fields named First and Last.


See Also


History

VersionStatusNotes
10.2No ChangeCarried over from Panorama 6.0.