Options

Navision Dialog Management v1.00

AdministratorAdministrator Member, Moderator, Administrator Posts: 2,496
edited 2005-06-08 in Download section
Navision Dialog Management v1.00
This is a codeunit for handling Dialogs generically.

http://www.mibuso.com/dlinfo.asp?FileID=491

Discuss this download here.

Comments

  • Options
    PrebenRasmussenPrebenRasmussen Member Posts: 137
    This is a codeunit for handling Dialogs generically.

    Example of use in report:
    1. OnPreReport:
    SetDialogText
    SetUpdateInterval/SetUpdateMilliseconds
    OpenDialog
    2. OnPreDataItem:
    SetCounterTotal
    3. OnAfterGetRecord:
    UpdateCounter
    4. OnPostReport:
    CloseDialog/Clearall

    As always there is room for improvement!
    Future development could be include the use of Dialog.INPUT functionality.
Sign In or Register to comment.