FrameDeactivate

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 FrameDeactivate(  )

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

Returns

This method does not return a value

Example

Function: FrameDeactivate
Actions
   ! Clear window whenever this frame (window) is deactivated
   Call SalSendMsg( i_hWndSelf, PM_DataSourceClear, METHOD_Execute, 0 )
new C# coding sample
Sal.SendMsg(this.tblRequestForQuotation, 
Ifs.Fnd.ApplicationForms.Const.PM_DataSourceClear,
Ifs.Fnd.ApplicationForms.Const.METHOD_Execute, 0);