Article ID: 129571
Article Last Modified on 2/12/2000
THISFORMSET.DataEnvironment.Opentables
ACTIVATE SCREEN ?PROGRAM() FORMSET1.LOAD .DATAENVIRONMENT.OPENTABLES .DATAENVIRONMENT.BEFOREOPENTABLES FORMSET1.FORM1.LOAD FORMSET1.DATAENVIRONMENT.INIT FORMSET1.FORM1.INIT FORMSET1.INIT FORMSET1.SHOW FORMSET1.ACTIVATE FORMSET1.FORM1.ACTIVATE FORMSET1.FORM1.GOTFOCUS FORMSET1.FORM1.QUERYUNLOAD FORMSET1.DESTROY FORMSET1.FORM1.DESTROY FORMSET1.FORM1.UNLOAD FORMSET1.UNLOAD FORMSET1.DATAENVIRONMENT.CLOSETABLES FORMSET1.DATAENVIRONMENT.AFTERCLOSETABLES FORMSET1.DATAENVIRONMENT.DESTROYNOTE: The OPENTABLES method calls the BEFOREPOPENTABLES event before the tables are actually opened. However, the code in the event handler is executed before the tables are opened, and this is the reason why OPENTABLES prints before BEFOREOPENTABLES prints.
Additional query words: VFoxWin
Keywords: KB129571