FrameActivate

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalNumber FrameActivate(  )

The FrameActivate method is called by the framework when the window is activated as a result of a tab containing the is activated, or the window is activated in a wizard.

Returns

This method does not return a value.

Example

public new SalNumber FrameActivate()
{
	#region Actions
	using (new SalContext(this))
	{
		return Sal.SendMsg(i_hWndSelf,
Ifs.Fnd.ApplicationForms.Const.PM_DataSourcePopulate,
Ifs.Fnd.ApplicationForms.Const.METHOD_Execute, 0); } #endregion } #endregion