Progress
Language Reference


DICTIONARY Statement

Runs the Progress Data Dictionary.

Interfaces
OS
SpeedScript
All
All
No

SYNTAX

DICTIONARY 

EXAMPLE

This procedure runs the Data Dictionary if the user answers yes to a prompt.

r-dict.p
DEFINE VARIABLE ans AS LOGICAL.

DISPLAY "Do you want to access the Dictionary?"
  WITH ROW 7 COLUMN 20 NO-LABELS.
UPDATE ans.
IF ans THEN DICTIONARY. 

NOTES


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095