Showing related tags and posts across the entire site.
-
Another nice trick: If you know the field numbers of the table but not surely the field names, you can write your code based on the field numbers: SalesLine.SETRANGE(Field1,SalesHeader.Field1); SalesLine.SETRANGE(Field3,SalesHeader.Field3); If you save and close this code and open the object in Design...
-
Hi Nuno, Your saying my 3.1 objects do not have to change, but I have to upgrade the client application on each machine to the latest version? Regards, Doug
-
[quote user="DenSter"] Version 3.1 is not supported on SQL Server 2005. You will need to upgrade your exe's to at least 4.0 SP1, and it is recommended to go all the way up to 4.0 SP3, and apply update 6 to it. [/quote] Daniel was referring client upgrade, you can maintain objects from NAV...
-
Version 3.1 is not supported on SQL Server 2005. You will need to upgrade your exe's to at least 4.0 SP1, and it is recommended to go all the way up to 4.0 SP3, and apply update 6 to it.