Consultor Eletrônico



Kbase P147148: How to determine if an area is a Type II area using VSTs?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   29/05/2009
Status: Unverified

GOAL:

How to determine if an area is a Type II area using VSTs?

GOAL:

How to determine if an area is a Type II area from the metaschema?

GOAL:

How to determine if an area is a Type II area using Virtual System Tables?

GOAL:

How to programmatically determine if an area is Type II?

GOAL:

Sample ABL / 4GL code to determine what areas are Type II within a database.

FACT(s) (Environment):

All Supported Operating Systems
OpenEdge 10.x
OpenEdge Category: Administrative
OpenEdge Category: Language (4GL/ABL)

FIX:

Within the _area metaschema table the field _area-version contains information which describes if an area is Type I or Type II.

All areas which are Type I will have a value of 1.
At the present time all areas which are Type II will have a value of 7.

Sample ABL / 4GL code to determine what areas are Type II within a database:
For each _area where _area-version = 7.
Disp _area-name FORMAT "x(30)" _area-number.