Page 18122343 EOS004 Record Lookup

Page 18122343 EOS004 Record Lookup

A page for generic record lookup.

Methods

PushBuffer

procedure PushBuffer(var TempBuffer: Record "EOS Record Ident. Buffer")

Pushes a new buffer to the page. The records are duplicated. The instances are not shared.

Parameters / Return Value

  • TempBuffer Record "EOS Record Ident. Buffer"

    The temporary buffer push.


PullBuffer

procedure PullBuffer(var TempBuffer: Record "EOS Record Ident. Buffer")

Pulls the buffer used by the page into the provided temporary record. The records are duplicated. The instances are not shared.

Parameters / Return Value

  • TempBuffer Record "EOS Record Ident. Buffer"

    The temporary buffer to receive the records.


PullBuffer

procedure PullBuffer(SelectedOnly: Boolean; var TempBuffer: Record "EOS Record Ident. Buffer")

Pulls the buffer used by the page into the provided temporary record. This will only pull the selected records if SelectedOnly is true. The records are duplicated. The instances are not shared.

Parameters / Return Value

  • SelectedOnly Boolean

    If true, only the selected records are pulled.

  • TempBuffer Record "EOS Record Ident. Buffer"

    The temporary buffer to receive the records.


GetTitle

procedure GetTitle(): Text

Gets the default page title.

Parameters / Return Value

  • Returns Text[]

    The default title text for the page.


SetTitle

procedure SetTitle(newValue: Text)

Sets a custom title for the lookup page.

Parameters / Return Value

  • newValue Text[]

    The new title text to display.


ResetTitle

procedure ResetTitle()

Resets the page title to its default value.



EOS Labs -