PreviousNextIndex

SYSTEM-DIALOG GET-DIR statement


(Windows only)

Displays a dialog box that allows the user to enter a directory name that is assigned to a character variable. The SYSTEM-DIALOG GET-DIR statement provides a dialog box appropriate to the environment in which it runs.

Note: Does not apply to SpeedScript programming.
Syntax

SYSTEM-DIALOG GET-DIR character-field  
  [ INITIAL-DIR directory-string ] 
  [ RETURN-TO-START-DIR ]  
  [ TITLE title-string ] 

character-field
INITIAL-DIR directory-string
RETURN-TO-START-DIR
TITLE title-string
Notes

OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex