BeforeLineGotFocus event 

Examples


The BeforeLineGotFocus event occurs when the focus moves to a new line in a grid. It occurs before the Microsoft Dynamics GP line got focus event.

Syntax

grid_BeforeLineGotFocus()

Parameters

grid – A grid object.

Comments

Use the BeforeLineGotFocus event to evaluate the contents of fields in the line gaining focus.

Microsoft Dynamics GP rarely uses the line got focus event, so whether you choose the VBA AfterLineGotFocus or BeforeLineGotFocus event is of little consequence.


Documentation Feedback