Difference between revisions of "Inputs in Grids within Grids"

From GXtest Wiki
Jump to: navigation, search
(Página nueva: category: GXtest guides == SetGridContext Command == parameters: * OutputContext * InputContext * Grid * SelectionRule == Example == * '''SetGridContext''' () ** Outp...)

Revision as of 17:32, 10 March 2010


SetGridContext Command

parameters:

  • OutputContext
  • InputContext
  • Grid
  • SelectionRule


Example

  • SetGridContext ()
    • OutputGrid=ContextoGrillaFacturas
    • InputGrid=( )
    • Grid=GridFactuas
    • SelectionRule=ByRow(1)
  • SetGridContext ()
    • OutputGrid=ContextoGrillaFacturasLineas
    • InputGrid= ContextoGrillaFacturas
    • Grid=GridFactuasLineas
    • SelectionRule=ByRow(1)
  • VerifyControlTextTable ()
    • Grid=GridFactuasLineas
    • Control=FacturaLineaMonto
    • SelectionRule=ByContext(&ContextoGrillaFacturasLineas)
  • VerifyControlTextTable ( )
    • Grid=GridFactuasLineas
    • Control= FacturaLineaCantidad
    • SelectionRule=ByContext(&ContextoGrillaFacturasLineas)