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...
-
We are setting up a new subidiary company in NAV. I can't seem to get the new company's logo to print on the cheque. The logo/picture has been uploaded to Company Information and I have checked the 'Print Company Picture' box on the bank card. Is there somewhere else I need to upload...
-
Hi,I meet a problem. i use production schedule show error when i uninstall Microsoft Visual Studio 2005. Now i can't use production schedule. I already rebulid OS,but the production schedule still can't work. How to do? Thx. entironment: 1.windows xp sp2; 2.Microsoft Dynamics NAV; 3.Microsoft...
-
Can somebody let me know whether we can save MS Word document or PDF file in the database? To my knowledge, a BMP file can be uploaded to the database in which case ‘BLOB’ type field need to be defined in the database. One of my customers in need of saving MS word/PDF file in the database, so could you...