Adams Basic Package
>
Adams View
>
View Function Builder
>
Design-Time Functions
>
Functions: R - S
> SECURITY_CHECK
SECURITY_CHECK
Returns a 1 or 0, depending on whether or not the product name is properly licensed.
Format
SECURITY_CHECK (ProductName)
Argument
ProductName
A character string representing the product name.
The string is case sensitive. For example, the product name string for Adams View is AVIEW, so strings such as Aview, aview, AView, will fail.
Examples
var set var=fea_is_licensed & int=(eval(security_check("FEA")))
Learn more about GUI functions
.
This site works best with JavaScript enabled