Procedure Entering_Scope Returns Integer
The Entering_Scope event is sent to the object if its Scope_State is True, and one of the objects within its scope takes the focus. The event is provided to allow the object to initialize prior to the user being allowed to enter data.
Procedure Entering_Scope returns Integer Integer iFail Forward Get msg_Entering_Scope to iFail If (not(iFail)) Begin Send InitializeNewScope End Procedure_Return iFail End_ProcedureSee Also