The MY library for Visual FoxPro is similar to NET4COM. MY is implemented natively for Visual FoxPro and like NET4COM exposes commonly used functionality in a hierarchy that is easy to discover and navigate.
To install MY into Visual FoxPro:
Learn more about My in this Code Magazine article by Doug Hennig:
http://www.code-magazine.com/Article.aspx?quickid=0703082
Updated 01/23/2015
The following issues were fixed:
Updated 04/14/2011
The following issues were fixed:
To install MY into Visual FoxPro:
- Browse to the MY folder
- Run MY.APP
Learn more about My in this Code Magazine article by Doug Hennig:
http://www.code-magazine.com/Article.aspx?quickid=0703082
Updated 01/23/2015
The following issues were fixed:
- Settings.Load no longer strips leading and trailing spaces from string settings
- My now works properly when SET ANSI is ON
- The Destroy methods of various classes no longer clear any Windows API functions they declare to prevent problems with other classes that also use those functions (thanks to Rick Borup for reporting this issue)
Updated 04/14/2011
The following issues were fixed:
- MyBuilderForm: fixed typo in TooltipText for edtList, added TooltipText to edtScript, Init now finds a record for a class without cNameSpace property and not always create a blank cursor
- MyFoxCode: OpenMyTable saves the setting of DELETED and turns it ON, Destroy restores the setting of DELETED
- InstallMy.PRG: GetScriptCode uses SYS(16,1) rather than SYS(16) so it works correctly when called from an app
- Settings: Load and Save now handle date and datetime values as well as empty strings or those greater than 254 bytes long, Add throws an error if the specified property name isn't valid