SQABasic "HTMLLinkFunctions" Script
MODULE DESCRIPTION:
Routines and utilities to work on SQA Type=HTMLLink objects in
Data-Driven Automation.
Action Commands
Global Variables
Routine Details
User Dependencies:
(stuff the developer's library/script $INCLUDES at compile time.)
(Note: The order of items may matter and may be different for your code.)
Internal Dependencies:
(stuff this library needs at compile time.)
DDE Action Commands
SUPPORTED ACTION COMMANDS:
Globals
(none)
Routine Details
Sub Main ()
DESCRIPTION:
Entry point to process a StepDriver ACTION COMMAND on a HTMLLink.
The routine merely reads the Global StepDriverTestInfo.testcommand and
calls the appropriate subroutine to process it.
If the testcommand is unrecognized it will log a WARNING_MESSAGE and
exit with a WARNING status.
DATA TABLE PARAMETERS:
none - the called subroutine has the requirements
ERRORS:
none
Orig Author: Carl Nagle
Orig Date: JUL 15, 2000
History:
JUL 15, 2000 Original Release
OCT 17, 2002 (CANAGL) Reroute fallback to GenericObjectFunctions.
OCT 22, 2002 (CANAGL) Warn of unimplemented TF and TW record types.
DEC 12, 2002 (CANAGL) Added support for XSLComponentActions.MAP
NOV 04, 2004 (CANAGL) Added Ctrl_Click support.
OCT 20, 2005 (CANAGL) Removed all Click and CompareStored variants
supported by GenericObjectFunctions.
Copyright (C) SAS Institute
GNU General Public License: http://www.opensource.org/licenses/gpl-license.php
==============================================================================