The information in this article applies to:
SUMMARYThe command _SCREEN.ACTIVEFORM.NAME tells you the name of the active form. There is another way to determine the currently active form and to determine which form was active before the current form. MORE INFORMATION
Notes_SCREEN.FORMS(_SCREEN.FORMCOUNT) always references the active form object._SCREEN.FORMS(_SCREEN.FORMCOUNT).NAME references the name of the active form. _SCREEN.FORMS(_SCREEN.FORMCOUNT).CAPTION references the caption of the active form. _SCREEN.FORMS(_SCREEN.FORMCOUNT -1) always references the previously active form object. _SCREEN.FORMS(_SCREEN.FORMCOUNT-1).NAME references the name of the previously active form. _SCREEN.FORMS(_SCREEN.FORMCOUNT -1).CAPTION references the caption of the previously active form. Additional query words: VFoxWin
Keywords : FxtoolFormdes |
Last Reviewed: December 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |