Boolean

imclever1205imclever1205 Member Posts: 94
Dear All,
I have to create a field in a Table of type Boolean as well as to add the field in a form.
According to the value of the field in the table it has to decide whether to dispay the particular record or not in the Form.
Is there any Property that will allow me to do so?
As well as i have to create a codeunit to make all the record set to True.

Answers

  • pduckpduck Member Posts: 147
    Set a fixed Filter using the new Field on the Form. Check the Form Properties.
Sign In or Register to comment.