Previous Topic

Next Topic

Inhoudsopgave

Book Index

IsahForms Object

Although the IsahForms object still functions as before, it is recommended that you start using the new TForm Object as the basis for creating custom forms in Isah. The TForm object offers improved possibilities for customizing all types of Isah forms. In a future release of Isah, the IsahForms object will become unavailable.

Property Property IsahForms: IsahForms_Object (R)

Description

Creates an IsahForms object.

Result

An IsahForms object.

Properties, Procedures and Functions

A number of default Dialog Boxes have been defined:

Function Function

CreateEditForm( [GeneralTabName: String] ): IsahEditForm_Object

Function Function

CreateWizard( [GeneralTabName: String] ): IsahEditForm_Object

Function Function

DebugForm: DebugForm_Object

Function Procedure

ExecuteAction( ID: Integer )

Function Function

MemoEdit( Memo: String, Caption: String, Left: Integer, Top: Integer, Width : Integer, Height: Integer ): String

Return values

The following table lists the values returned for each button.

Example

Sub Main()

Dim IsahForms

Set IsahForms = Application.IsahForms

IsahForms.BoxError "An error occurred. Contact your system administrator"

end sub