The following example shows how to read the Cancel method at run time in VBScript code.
<Script Language="VBScript"> <!-- Sub cmdCancelAsync ADC.Cancel ' Terminates currently running AsyncExecute, ' ReadyState property set to adcReadyStateLoaded, ' Recordset set to Nothing End Sub --> </Script>
© 1997 Microsoft Corporation. All rights reserved. |