How to Change a Method at Run TimeLast reviewed: December 12, 1995Article ID: Q141076 |
The information in this article applies to:
SUMMARYAll methods are read-only at run time. You can, however, have several methods and decide at run time which method to execute. This article shows you how.
MORE INFORMATION
Step-by-Step Example
NOTE: The Click event for the command button does not have to be a method of the current form. For example: gcCurrentclk="DO myprog.PRG" would execute a program. gcCurrentclk="oMyclass.Click1" would execute a method of an external class. gcCurrentclk="WAIT WINDOW" would execute a wait window.
|
Additional reference words: 3.00 3.00b VFoxWin
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |