DioFileImportPanel

Applies To

GX5055, GX5290, GX5290e, GX5295

Purpose

Opens the file import Panel window.

Syntax

DioFileImportPanel (dwHwndParentl)

Parameters

Name
Type
Comments
dwHwndParentl
DWORD
Parent window handle. Used when creating the panel window.

Comments

The function is used to create the file import panel window. The file import panel window is opened as a modal, i.e. the panel will disable the parent window (hwndParent) and the function will return only after the window was closed by the user.

For more details on how to use the file import Panel dialog see Software User's Guide,  Import File.

Example

The following example calls the file import Panel:

 

HWND hwnd;

DioPanel (hwnd);

 

See Also

DioFileImport, DioGetErrorString