WA Get last filtered URL

4D - Documentation   Français   English   German   Spanish   4D v11 SQL, Command Theme List   4D v11 SQL, Command Alphabetical List   4D v11 SQL, Constant Theme List   Back   Previous   Next

version 11.2


WA Get last filtered URL ({*; }object) String

ParameterTypeDescription
**If specified, object is an object name (string)
If omitted, object is a variable
objectForm objectObject name (if * is specified) or
Variable (if * is omitted)
Function resultStringLast filtered URL

Description

The WA Get last filtered URL command returns the last URL that was filtered in the Web area designated by the * and object parameters.

The URL may have been filtered for one of the following reasons:

The URL was denied because of a filter (WA SET URL FILTERS command),

The link is open in the default browser (WA SET EXTERNAL LINKS FILTERS command),

The URL attempts to open a pop-up window.

It is advisable to call this command in the context of the On URL Filtering, On Open External Link and On Window Opening Denied form events in order to find out the URL that was filtered.

See Also

WA GET EXTERNAL LINKS FILTERS, WA GET URL FILTERS, WA SET EXTERNAL LINKS FILTERS, WA SET URL FILTERS.


4D - Documentation   Français   English   German   Spanish   4D v11 SQL, Command Theme List   4D v11 SQL, Command Alphabetical List   4D v11 SQL, Constant Theme List   Back   Previous   Next