The Solution Explorer in PowerBuilder .NET works in many ways like the System Tree in PowerBuilder Classic, although for some functionality it appears more similar to the Solution Explorer in Microsoft Visual Studio.
The System Tree is typically the central point of action in PowerBuilder programming, providing access to all the objects in a PowerBuilder workspace.
Some functionality operates similarly in the PowerBuilder Classic System Tree and in the PowerBuilder .NET Solution Explorer. Double-clicking an item in the Solution Explorer executes the default action for that item. Right-clicking an item shows the context menu for that item.
The Open and Open With context menu items in the PowerBuilder .NET Solution Explorer deliver the same functionality as the Edit and Edit Source context menu item labels in the PowerBuilder Classic System Tree. However, the Open With menu allows you to select the editor you want to use to view the object. The PowerBuilder .NET Solution Explorer also has separate Open Layout and Open Script context menu items for windows and visual user objects.
The following context menu items on a PowerBuilder Classic System Tree object are not available in the Solution Explorer in PowerBuilder .NET:
The other use of the Migrate context menu is to regenerate Pcode from the sources for an object; this is also not needed in PowerBuilder .NET.