The WebVerifyDataBound(Ex) function verifies selected data, such as code or text, in Source view. TrueLog Explorer automatically detects unique boundaries that identify the position of selected data.
Left and right boundaries appear in the Left boundary and Right boundary text boxes. Boundary strings cannot be edited from this dialog box.
The following sample code (in bold) is generated automatically for data verifications within boundaries:
transaction TMain begin ... WebVerifyDataBound("ahref=\"", "\"", "main.asp?from=welcome", WEB_FLAG_IGNORE_WHITE_SPACE | WEB_FLAG_CASE_SENSITIVE, 1, SEVERITY_ERROR, bVerifyDataBoundSuccess1); WebPageUrl("http://myHost/shopit/", "ShopIt - Greetings"); ...