SLS_BQUERY() Short: ------ SLS_BQUERY() Sets SuperLib global query block Returns <bSetting> => Current value of the setting Syntax SLS_BQUERY([bNew]) Function Setting Default -------------------------------------------------------------- SLS_BQUERY([bNew]) Query codeblock {||.t.} set by QUERY() [bNew] sets the setting to a new setting If [bNew] is passed, the setting is changed and the new setting is returned. THIS IS MAINLY FOR INTERNAL USE BY SUPERLIB Examples SLS_BQUERY({||"R"$lname}) Source: S_GLOBAL.PRG