In the Navigation Diagram, select the eGolf Services Registration dialog. From the Toolbar, select the Action Diagram icon. Notice that it takes you to the same EGOLF SERVICES HOME procedure step action diagram that we were at before. This is because all of the secondary dialogs share the same diagram as the primary window or primary dialog.
In the procedure step action diagram, select EXPORTS. Then, from the Menu Bar, select Edit, then Add View…, and then select Add Entity View…. In the Name entry field, enter export, then select GOLFER, then select all of its attributes by selecting GOLFER again, and then select the OK push button.
Add another export view of golfer with just the password attribute. Name the view export confirmation.
Expand all the views.
Copy the export views to the import views. Name them import and import confirmation.
If a golfing foursome all registered at the same time using the same browser session, each time the registration page came up it would probably contain the previous golfer's information. To prevent this from happening, we can create a local view of a golfer that serves no purpose but to initialize the export views before opening the registration or login pages. Copy the export golfer to the LOCALS: view, naming the local view local.
Now, we want to initialize the export golfer with the blank golfer. Select EVENT ACTION egolf_servic_pb_sign_up_click. From the Menu Bar, select Edit, Add Statement…, select Move…, select local golfer, select export golfer, and then select the Add push button.
Add another statement to move local golfer to export confirmation golfer.
Copy the two move statements to the login event action. Your action diagram so far should look like the following example: