Routines for peomig.kb


ExecutePeopleMigration

File Name

peomig.kb

Syntax

ExecutePeopleMigration(VAL w: WINDOW): Integer

Parameters

w - window handle of the dialog box

Returns

1 for success and -2 for cancel

Side Effects

None

Description

This function launches a dialog box that displays the status of the migration and allows the user to stop the migration. The data in the contacts and people table are migrated into a new people table. Every user record will have a people record. The web user ID and password are migrated into the new people table.

Dialog Forms Called

cbuild.dfc[mig]


ExecutePeopleScripts

File Name

peomig.kb

Syntax

ExecutePeopleScripts (VAL w: WINDOW): INTEGER

Parameters

w - window handle of the dialog box

Returns

1 for success and -2 for cancel

Side Effects

None

Description

Executes scripts that prepare for the people migration.

Dialog Forms Called

None


PeopleCompletionMessage

File Name

peomig.kb

Syntax

PeopleCompletionMessage(VAL w: WINDOW, VAL status: Integer): BOOLEAN

Parameters

w - window handle of the dialog box

status - the status of the people migration

Returns

None

Side Effects

None

Description

This function takes the status of the people migration and displays a completion message for either success or failure.

Dialog Forms Called

None


WriteMigrationMessage

File Name

peomig.kb

Syntax

WriteMigrationMessage(VAL MessageWindow: Window , VAL MessageType: Integer , VAL OutputString: String )

Parameters

MessageWindow - window handle of the dialog box

MessageType - type of message being written

OutputString - message being written to the window

Returns

None

Side Effects

None

Description

Writes status messages to the TSD Build window.

Dialog Forms Called

peomig.dfc[configure_user]

peomig.dfc[configure_contact]