Is visible hook

Use this hook to remove standard linked reports from the session.

This hook can use actual values of the form fields. The availability of a certain report depends on the options chosen in the form.

Example:

function extern boolean tcibd040111000.is.visible()
{
        if ext.details = tcyesno.yes then
                return(true)
        else
                return(false)
        endif
}