PreviousNextIndex

LOAD statement


(Windows only)

Creates application defaults, involving colors, fonts, environment variables, etc., or loads existing defaults, to a graphical or character application.

Specifically, the LOAD statement:

For more information on application defaults, see the chapter on colors and fonts in OpenEdge Development: Programming Interfaces.

Note: Does not apply to SpeedScript programming.
Syntax

LOAD environment 
  [ DIR directory ] 
  [ APPLICATION ] 
  [ NEW ]  
  [ BASE-KEY { key-name | "INI" } ]  
  [ NO-ERROR ] 

environment
DIR directory
APPLICATION
NEW
BASE-KEY key-name | “INI”
NO-ERROR
Example

See the USE statement reference entry for an example.

Notes
See also

GET-KEY-VALUE statement, LOAD statement, PUT-KEY-VALUE statement, UNLOAD statement, USE statement


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex