On Mon, Mar 7, 2016 at 1:14 PM, Gene Wirchenko genew@telus.net wrote:
The compiler does not throw an error if you have two methods of thesame name in a class. (It should.) Whenever I searched for the method, I found the first one. When there are two methods of the same name, VFP executes the second.
When there are two methods (functions) of the same name in a program or procedure file, the last is executed, too. That may or may not be a bug, or a neat feature you can exploit using conditional INCLUDES. I lean towards the former.