C/AL program

Hi,
CommonDialogMgt.OpenFile(Text006,'',2,'',0);
can any one tell me what is the meaning of this code

Answers

  • Wisa123Wisa123 Member Posts: 308
    As the function signiture suggests:
    Text006: WindowTitle of the PopUp Window
    '' : DefaultFileName shown in the Window
    2 : DefaultFileType - value 2 means a Textfile
    '' : FilterString, '' means you don't want to filter the shown files
    0 : Action , 0 means you want to open the selected File.
    Austrian NAV/BC Dev
Sign In or Register to comment.