Top
PowerCOBOL V11.0 User's Guide
FUJITSU Software

9.9 Opening a PowerCOBOL Form from COBOL

This section explains how to open a form developed in PowerCOBOL from a standard (non-PowerCOBOL) COBOL program. To open the form, it must be compiled into a .DLL file.

Syntax

Call "POWEROPENFORM" USING DLL-Name Form-Name 

Parameters

Parameter

Property

Meaning

DLL-Name

X(260)

The name of the DLL where the form exists.

Form-Name

X(14)

The name of the form.

Notes