NAV 2009 Linked subpages

Last months I have been teaching a lot of NAV2009 upgrade workshops in The Netherlands, Belgium and the UK. One of the questions I am getting often is how to link a subpage to another subpage. In the UK workshop we started some experimenting. We found…

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…