To use more than one flag option in a SilkPerformer BDL function you need to use the pipe character " | " to separate the flags. The flags will be used in order of precedence starting from left to right. An example of a BDL function using multiple flags is shown below: WebParseDataBound(sHead, sizeof(sHead), "", "", WEB_FLAG_CASE_SENSITIVE | WEB_FLAG_RULE); Old KB# 18926
↧