The Window_PullFocus() function pulls the focus from the specified window. Any pending change or post scripts for the currently-focused field will be run.
Window_PullFocus(window window_name)
• window window_name – The name of the window from which you want to pull the focus.
The boolean value true.
The Window_PullFocus() function is typically used in the processing procedure for focus triggers. In certain instances, the pending change and post scripts for the currently-focused field need to be run so the processing procedure can perform the necessary actions.
After the focus has been pulled from the window, no item in the window will be focused.