The ‘page’ variable

When NAV2009 was released, a new variable type was introduced called page. As most of you know, page and form numbers are transparent in NAV. This means that every page should have a form and vice versa. Depending of the client it will show the page…

IncludeInDataset property

In NAV 2009 it is possible to make controls visible and editable. And since SP1 you can change the color of a control in a limited way. This possibility is controled by variables. Instead of the classic code CurrForm.Control.Editable := Variable you now need to wrilte…