Alert on field error

bhuberbhuber Member Posts: 78
edited 2001-06-12 in Navision Financials
I would like to indicate to a user if a field is missing or incorrect. For example in the cash receipts journal, if the applies-to Doc No is invalid for the customer, have the field's appearance indicate the error.

Comments

  • SunsetSunset Member Posts: 201
    I usually use the fore/back color option for this.
    Don't just take my word for it, test it yourself
  • Stefan_LimpertStefan_Limpert Member Posts: 30
    Hi bhuber,
    You can also use the "Currform"-Functions like:
    Editable,Enabled,Visible. In addition iF a value is missing you can jump after the Error-Message to the Field like that:
    CurrForm."Name 2".ACTIVATE.

    Regards Stefan
Sign In or Register to comment.