OnLabelJustErr Event (Fred)

Build 1501 on 14/Nov/2017  This topic last edited on: 23/Mar/2016, at 12:12

Description

This event runs when a layout is open.

Syntax

OnLabelJustErr

Code

This code is available in the PageDesignerAddIn Class in the Page.Vb file within FredSystemAddInExpress project.

  Public Overridable Sub OnLabelJustErr() Implements IFredEvent.OnLabelJustErr

    Designer.ToggleJustErr(1)

  End Sub

  Public Overridable Sub OnLabelJustErr() Implements ITedEvent.OnLabelJustErr

    TedApp.GetActiveDoc().TxtDesigner.ToggleJustErr(1)

  End Sub

This code is available in the TxtDesignerAddIn Class in the Article.Vb file within TedSystemAddInExpress project.

  Public Overridable Sub OnLabelJustErr() Implements ITedEvent.OnLabelJustErr

    Designer.ToggleJustErr(1)

  End Sub

Context

Fred application dispatcher events