SQABasic "HTMLTableFunctions" Script
MODULE DESCRIPTION:
Routines and utilities to work on SQA Type=HTMLTable 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:
ClickCell 'click a particular Row, Col in the table
Globals
(none)
Routine Details
Sub HTMLTableClickCell ()
DESCRIPTION:
Click on an HTMLTable cell defined by row and column.
DATA TABLE PARAMETERS:
FLD CONTENT
--- ------------------------------
5 The row of the cell to click.
6 The column of the cell to click.
ERRORS:
none
Orig Author: Carl Nagle
Orig Date: FEB 26, 2001
History:
FEB 26, 2001 Original Release
Sub Main ()
DESCRIPTION:
Entry point to process a StepDriver ACTION COMMAND on a HTMLTable.
The routine merely reads the Global StepDriverTestInfo.testcommand and
calls the appropriate subroutine to process it.
If the testcommand is unrecognized it will be processed by the
GenericMasterFunctions.GenericUnimplementedCommand routine.
DATA TABLE PARAMETERS:
none - the called subroutine has the requirements
ERRORS:
none
Orig Author: Carl Nagle
Orig Date: FEB 26, 2001
History:
FEB 26, 2001 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
OCT 20, 2005 (CANAGL) Removed Click and CompareStored variants supported by
Generic Object Functions.
Copyright (C) SAS Institute
GNU General Public License: http://www.opensource.org/licenses/gpl-license.php
==============================================================================