Forum Post: RE: Primary Key Update
Which version is this? Remember that some of the previous builds had an error in which you couldn't change the sorting in some listpages. It could also be related to that the table you are using is...
View ArticleForum Post: RE: NAV 2016 Create & Update Lines for Orders using Odata Webservice
Wow! Thanks so much Dustin. I'll test it out just as soon as I get back to the office. Much appreciated. Thanks BG
View ArticleForum Post: RE: Company is not change while running the report
Hi, Why have you used company as a dataitem? Have you added the fields in DataItemLink property on Purchase Header table? I am not sure you will be able to provide DataItemLink to the system in...
View ArticleBlog Post: Microsoft Dynamics NAV Extensions – What steps to take (3/3)
Last blog of the “My-view-on-Extensions” series. If you haven’t read the previous ones, here you can find both: Microsoft Dynamics NAV Extensions – Yesterday, Today, Tomorrow Microsoft Dynamics NAV...
View ArticleBlog Post: Extension and Eventing
Extension and event is just buzzing like a hot model now days everywhere and everybody talking about. Lot of contents has been written with Mix reactions. At the moment I am not going in all these as I...
View ArticleForum Post: RE: Lookup external table field from NAV
Hi Shyam, Well it depends on the external system... If its on the same SQL server, then you could use linked tables . If the external system has a web service to lookup the value, then could use that...
View ArticleForum Post: RE: How to Create No of copies in Rdlc report
You just have to do it the same was as on report 206. The important part here is the COPY loop.
View ArticleForum Post: RE: increase the speed of excel using automation
Excel using Automation is slow , compared to other methods of importing/exporting data. Progress bar just makes it slower. If you have large data amounts you want to transfer to Excel and the...
View ArticleForum Post: RE: How to Create No of copies in Rdlc report
check this blog saurav-nav.blogspot.in/.../multiple-copies-classic-rtc-with-report.html
View ArticleForum Post: RE: increase the speed of excel using automation
But...client does not want such type of scenario..then want..direct export to excel..with less time
View ArticleForum Post: RE: increase the speed of excel using automation
So your client think that you can do magic? [;)] If you have already optimized the hardware (ram, cpu etc.), and your code is optimized, then there is not much else you can do.
View ArticleForum Post: RE: increase the speed of excel using automation
I cannot tell you if it is fast but you could also take a look at Excel buffer ( https://blogs.msdn.microsoft.com/nav/2012/10/04/excel-buffer-using-open-xml-instead-of-excel-automation-part-1-of-2/ )
View ArticleForum Post: RE: increase the speed of excel using automation
That a good alternative option! [:)] But as far as I remember, then Expn uses NAV 2009 (always mention which version your question is about). And this was not available until NAV 2013.
View ArticleForum Post: RE: increase the speed of excel using automation
no i am using 2016..and i have to use automation variable because i have to use size,color,alignment,font,Border..so i am using excel automation instead of excl buffer
View ArticleForum Post: RE: How to Create No of copies in Rdlc report
You can check this link msdn.microsoft.com/.../dd355008.aspx As well as check standard report of NAV like 206
View ArticleForum Post: RE: increase the speed of excel using automation
Hi Expn, Well then you can use the buffer table as suggested by Lars. Read both the first post (link in Lars' reply) and the second: blogs.msdn.microsoft.com/.../ The examples here shows you how to set...
View ArticleForum Post: RE: increase the speed of excel using automation
Ok. thanks..i will try with this
View ArticleForum Post: RE: How to Create No of copies in Rdlc report
I believe if you are a newbie in Reports OR in RDLC Reports and you want to learn then you should always hit report No 206. It will guide you for all requirements that's primarily required or even if...
View ArticleForum Post: RE: Primary Key Update
Can you change sorting of the page by clicking the other columns?
View Article