Options

LS Retail Pos Screen

Hi

How to create Input Dialog Box on LS retail Pos Screen so that user can input some information.

Thanks

Answers

  • Options
    Osak3Osak3 Member Posts: 5
    Hi,

    On "POS Transaction" codeunit you might have a function called " OpenNumericKeyboard".
    You can use something like:

    Variable:
    Input - Text

    Input := OpenNumericKeyboard('Window Text ',0,'','');


    Check it ;)
Sign In or Register to comment.