How to use builder MyPSheet.app:

Setup:
From the command window, config.fpw, or the program that you use to setup the development environment say: _builder = <path to MyPSheet>\mypsheet.app ;
Open form you wish to edit;
Highlight an object(s);
Press right button and choose "builder".


MyPSheet resembles the property sheet except that you can choose which properties and methods appear.
You do this by creating "views" for different classes in page 2 of the builder.

When MyPSheet is called, it finds classes that are common to the highlighted objects and lets you
choose from the "views" created previously for the corresponding classes.

Once in the browser, in order to edit a property click on it and type the new value in the textbox
above the property list.  To edit a method, double click on it.  When editing a method, you will
see a second window that allows you to save comments for this method and class.  These comments
will show up again the next time you edit a similar method.

If at any time you wish to call up the VFP builder, click on the "VFP Bldr" button.

MyPSheet does not handle objects of different baseclasses and will call VFP's builder if you highlight some.
Currently, the way MyPSheet looks for VFP's descriptions is specific to VFP6.

I wish to thank my beta testers, especially Nadya Nosonovski, and Hilmar Zonnevald.  Especial thanks to
David Frankenbach who told me where Fox keeps references to properties and methods.

