Hide "cancel" button on dialog window

davidspdavidsp Member Posts: 18
Hello,
is it possible to hide the cancel button on the dialog window?
I need not to let the user press the button and cancel the running counter on the window.
Thanks

Answers

  • krikikriki Member, Moderator Posts: 9,110
    In stead of using the dialogbox, create a normal form with control "Indicator" on it (see the toolbox in design of a form).
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • davidspdavidsp Member Posts: 18
    OK, i'll try.
    Thanks a lot.
  • davidspdavidsp Member Posts: 18
    I'm trying to do what you suggested.
    But no idea how to do it.
    I start from a form and run a codeunit.
    During this codeunit i need to update the form telling the user what the codeunit is doing.
    So i set up a field on the table behind the form as "Job"=text.
    I think i should MODIFY the record and then update the form.
    In the codeunit i set up a variable "form" to link the form and a variable "table" to link the table of the form.
    No idea how to update the indicator and the form during the codeunit to let the user know what is processing.
    Suggestions?
    Can you post a sample code here just to understand?
    Thanks a lot
  • davidspdavidsp Member Posts: 18
    I found a workaround.
    Thanks
    :D
Sign In or Register to comment.