Functionwd_displaydialog

Defined in: pbwword

public subroutine wd_displaydialog (long dialogtype)

Comment:
Displays the specified built-in dialog box until the user closes it. 


Script:
public subroutine wd_displaydialog (long dialogtype);
i_PBWWord.DisplayDialog(dialogType)
end subroutine