TGRDL_CUST Tabbed GridLinker Component

Description

Reviews and edits customer records and customer sales history.

Discussion

The application administrator uses the TGRDL_CUST tabbed gridlinker component on the ASWCUSTOMERS.A5W page to review and edit customer records and customer sales history. The TGRDL_CUST tabbed gridlinker component

images/ASW_TGRDL_CUST.gif

The TGRDL_CUST tabbed gridlinker component is composed of four grid components. GRD_CUSTLIST is the parent. It links one-to-many to the GRD_CUST, GRD_CUSTN, and GRD_INVHC grid components with the customer_id field. The GRD_CUSTN component has these overrides.

title = <<%txt% 
  New Customer Information 
%txt% 
style_name ="asw"

The GRD_CUSTLIST component has this override.

Rows=4

The GRD_CUST component has these overrides.

title = <<%txt%
  Customer Information
%txt%
style_name ="asw"
edit.allow_delete = .T.

The GRD_INVHC component has this override.

style_name ="asw"

Containers

ASWCUSTOMERS.A5W

Contains

GRD_CUST, GRD_CUSTN, GRD_INVHC

Control Properties

  • grd_custlist

    • Property:

      Grid Properties > Tab button position

    • "Top"

    • Property:

      Grid Properties > Initial child to display

    • "grd_cust"

    • Property:

      Grid Properties > Auto-scroll to child grid

    • "True"

  • grd_cust

    • Property:

      Grid Properties > Tab button (selected)

    • Customer Data

    • Property:

      Grid Properties > Tab button (not selected)

    • Customer Data

  • grd_custn

    • Property:

      Grid Properties > Tab button (selected)

    • New Customer

    • Property:

      Grid Properties > Tab button (not selected)

    • Customer Data

    • Property:

      Grid Properties > Tab button (selected)

    • New Customer

    • Property:

      Grid Properties > Tab button (not selected)

    • Sales History

See Also