Note

The applet in this sample uses a COM component. COM components can access any system resource. To prevent this from being a major security problem, typically, the browser allows only trusted Java .CLASS files to access COM objects.

To facilitate development of Java applets that use COM, Microsoft® Developer Studio relaxes this restriction when the browser is run from within Developer Studio. This page will not be able to access the COM resources it needs to run, unless it is run from Microsoft Developer Studio.

To run this applet from Microsoft Developer Studio:

See the readme for information on setup, purpose, errors, and so forth.
Direct Reports

This sample displays employee information. To the right is a Java applet; to the left an outline control. When an employee record is found, the form in the applet is filled with information from the database. The outline control is filled with a list of that employee's direct reports, that is those employees that list the "current employee" as their manager. Click the + sign to expand the outline.

You can find information on an employee in one of three ways:


The source.