FieldGotFocus event

This script event is fired when the focus was placed into a field.

ValidationForm_FieldGotFocus( _
    ByVal pXDoc As CASCADELib.CscXDocument, _
    ByVal pField As CASCADELib.CscXDocField _
    )
pXDoc

XDocument object that is currently loaded.

pField

Field object that got the focus.