Forum Post: RE: RTC
i am also having the same problem that mentioned earlier can u please exlain briefly
View ArticleForum Post: RE: RTC
Check the code as well as check whether you are using all primary key fields during modificaiton
View ArticleForum Post: RE: RTC
here is my code where old value is the existance doc no and new value is the value that is to be rename SalesInvoiceHeader.RESET; SalesInvoiceHeader.SETRANGE(SalesInvoiceHeader."No.",OldValue_gTxt); IF...
View ArticleBlog Post: Upcoming changes in the oldest Microsoft Dynamics community
When I started DUG as the Navision Online User Group in 1995, we were the only open way to communicate on the internet for both users and partners of Navision to discuss the product we all loved. Now...
View ArticleForum Post: RE: Current inventory re-class from Location to Location Bunk...
Hello Dear, Thanks for your reply. With the Item Reclassification can i shift from existing to required format ?
View ArticleBlog Post: Dynamics NAV 2017 as an App in Azure Management Portal
In Dynamics NAV 2017, you can use the Set Up Azure Management Portal guide to register Dynamics NAV in the Azure Management Portal and extract the information you need to use services such as the Sales...
View ArticleForum Post: RE: RTC
finally i got the solution i table field is primary key than always use rename instead of modify SalesInvoiceHeader.RESET; SalesInvoiceHeader.GET(OldValue_gTxt); SalesInvoiceHeader.RENAME(NewValue_gTxt);
View ArticleForum Post: RE: Pre printed reports alignment is going out in Navision 2016
You need to check the margins,font size, alignment of textbox controls.
View ArticleForum Post: RE: Rounded rectangle in report
Hi Expn, In SSRS, you can do like this: - Get an image of Rounded Rectangle (by Paint, Word...) - Insert this image as external in SSRS - Set the property of the image to 'Send to back' And then, you...
View ArticleForum Post: RE: Sending Pickup Date Request to UPS, Return Processing
thank you all very much :) problem solved!
View ArticleBlog Post: Dynamics NAV 2017 as an App in Azure Management Portal – Dynamics...
Source: Dynamics NAV 2017 as an App in Azure Management Portal – Dynamics NAV Team Blog
View ArticleForum Post: RE: Rounded rectangle in report
Thanks All For Replying..i will Try with this
View ArticleForum Post: RE: Client cannot connect until ClientUserSettings.config is deleted
Hi, R u using Domain user name password or navision user name password?
View ArticleForum Post: RE: Automatically Save .exe file in specific Folder
Hi, firstly, you have to set execel cell by using Table 370 Excel Buffer. Then, use: REPORT.SAVEASEXCEL();
View ArticleForum Post: RE: Automatically Save .exe file in specific Folder
Hi Expn, You can check Mr. Saurav Dhyani's blog for this: dynamicsuser.net/.../477365 Thanks,
View ArticleForum Post: RE: Client cannot connect until ClientUserSettings.config is deleted
Hi Sowkarthika, Thanks for your response. Yes the server and post (and so on) are correct in the config fil, I have even substituted the ClientUserSettings.config with my own (same server and so on)
View ArticleForum Post: RE: Client cannot connect until ClientUserSettings.config is deleted
Hi Jesu, Thanks for your response. It is using windows authentication.
View ArticleForum Post: RE: Navision 2009 Slow Startup Speed
Hi Silviu, Thank you for the response. i have gone through your document and will need to research more on using the methods mentioned. Much appreciated, Regards, Douglas
View ArticleForum Post: RE: Purchase Return Order
Sorry I meant can you produce a TODO for a Purchase Return
View ArticleForum Post: RE: Strange Error: "The type NavInteger is unknown"
i am having same error when i rename
View Article