Request Form

sabzamsabzam Member Posts: 1,149
Hi Everybody,

I would like to have text box in the request form not visible when a certain condition is present. This code must be similar to:

Currform.X.Visible(False);

Does anyone has any idea how this can be obtained?

Comments

  • idiotidiot Member Posts: 651
    If you're referring to report
    RequestOptionsForm.yourField.VISIBLE (condition);
    NAV - Norton Anti Virus

    ERP Consultant (not just Navision) & Navision challenger
  • sabzamsabzam Member Posts: 1,149
    Hi Thanks alot,

    It has worked perfectly.
Sign In or Register to comment.