Convertir FUNCTION a PROCEDURE, para mantener la compatibilidad con la forma en que VFP guarda los métodos

This commit is contained in:
fdbozzo
2015-06-26 23:57:25 +02:00
parent 66b4429ead
commit 10bbc5e632
2 changed files with 24 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ Change History -------------------------------------------------------------
2015/06/22 v1.19.46
- Bug Fix: set_UserValue() method causes error when trying to get information about another error and the VFP binary table can not be opened (ie, because corrupted memo)
- Feature: Added internal support for querying directory cfg information, with a new optional parameter, for API methods that require it (ie: get_Ext2FromExt, hasSupport*)
- Feature: Convert FUNCTION to PROCEDURE for maintaining compatibility with the way that VFP save methods on binaries
2015/06/21 v1.19.45