Query.OnStartPage
The OnStartPage method for the query object is a standard method for all classes called by the Server object after it creates an instance of the object in an Active Server Pages (ASP) script. This happens before the server processes the script. This method is for Web clients.
Syntax
This method should not be called directly. **
Example
' VBScript in an ASP page
<% Set objQuery = Server.CreateObject("IXSSO.Query") %>
' Here the OnStartPage method is invoked automatically by the ASP scripting context