MSM-Workstation
Create the First Set of Windows

Go back to the previous page in this sequence
Go back to the start of this chapter
Go back to the first page of this tutorial

Initialization in the second window

And that's it for the components in this window. Making each component display the appropriate information will be done through the initialization code in the Create action logic of each component. When this window is invoked, information will be passed that identifies the person for whom information is to be displayed. Code still needs to be added to the selection mechanism in "FirstWindow". The identification for the person in question will be passed in local variable demonum.

The initialization code for the name (place holder "Label1") is:

(Click here to cut and paste this code.)

Similarly, the initialization for the other two labels is

(Click here to cut and paste this code.)

And

(Click here to cut and paste this code.)

For the picture, the initialization code is

(Click here to cut and paste this code.)

Go on to the next page in this sequence.