Visit Gigasoft's Web Site
 ProEssentials v9 Help

PElaunchexport Method

Scope All ProEssentials Interfaces

 

PElaunchexport () As Boolean

 

This function invokes an export dialog. The dialog will be modal or modeless based upon ModalDialogs.

 

Returns

NonZero if the function was successful, otherwise Zero.

 

Comments

Using the OCX interface you can also call this function as follows...

Pego1.PEactions = LAUNCH_EXPORT_DIALOG

 

.NET developers, see PeFunction.Dialog.Export

This method is a wrapper to the PElaunchexport DLL call.

 

See Also: OCX Methods