Quantcast
Channel: Dynamics 365 Business Central/NAV User Group
Browsing all 11285 articles
Browse latest View live

Forum Post: RE: Show pdf file after after linking

Then try with a COMMIT after you have imported, before calling the pdf function.

View Article


Forum Post: RE: Output Journal and Reason Code field

Hi Andrew, If Mohana 's answer helped you, then please click "This helped me". Thanks! [:)].

View Article


Forum Post: RE: Show pdf file after after linking

You mean like this: //MESSAGE('Dinges: %1', Response.COUNT); IF Response.FIND('-') THEN BEGIN IF Response.COUNT = 1 THEN BEGIN CreditFetchRapport.RetrieveOnlineReportProcess(Response); //total Counter...

View Article

Forum Post: RE: Show pdf file after after linking

Let me see if I fully understand the issue right now: 1) You can run the function to import the lines. After import you can manually show the pdf file with the ShowPDF function. 2) If you run the...

View Article

Forum Post: RE: Show pdf file after after linking

Hi Erik, I added a image. Because afterwards you have a button where you can create a pdf file of the document(credit safe)

View Article


Forum Post: RE: Show pdf file after after linking

If I do it like this: //MESSAGE('Dinges: %1', Response.COUNT); IF Response.FIND('-') THEN BEGIN IF Response.COUNT = 1 THEN BEGIN CreditFetchRapport.RetrieveOnlineReportProcess(Response); //total...

View Article

Forum Post: RE: DynamicsNAV posting date is not with in your range

Hi Amol I tried your suggestion and no change.But i am sure when it is trying to post the invoice i see it is bringing the "adjusting value entries Windows" this means it is running adjust cost batch...

View Article

Forum Post: RE: Transformation of form to page

How can i reduce the length of the text string exceeds the size of the string buffer

View Article


Forum Post: RE: Show pdf file after after linking

What is calcfunction? I mean where is the ShowPDFClient.GET of FIND?

View Article


Blog Post: “How-to” manage NAV notifications by C/AL

“How-to” manage NAV notifications by C/AL i found this nice question\post on Dynamics Community NAV Forum. Question Does anyone know how to create a new record of notification by programming ? What...

View Article

Forum Post: RE: Show pdf file after after linking

IF ISSERVICETIER THEN BEGIN Filename := GetTempFilename('pdf'); DOWNLOADFROMSTREAM(InStream,'',FileManagement.Magicpath,Text010,Filename); END ELSE BEGIN File.CREATETEMPFILE; Filename := File.NAME +...

View Article

Forum Post: RE: Transformation of form to page

Hi Ayinde, I guess this is a new issue so please create a new post for this.

View Article

Forum Post: RE: Show pdf file after after linking

Niels/Zodiac, I really like to help you out, but you make it very difficult if you don't start answering the questions asked, in the previous reply. So let me give you those questions again: Let me see...

View Article


Forum Post: RE: Show pdf file after after linking

If that is correct, then I understand that you are puzzled. Me too. Yes. Because there is a button. you can see it in the image I posted. If you trigger that button a pdf will be shown. But if you do...

View Article

Forum Post: RE: Show pdf file after after linking

Yes I understand that. But please show me the code where you GET or FIND or INSERT or in what other way you populate the table containing the BLOB field that you have your PDF file in. Especially where...

View Article


Blog Post: Using dynamic date filters in saved views in Dynamics NAV

Did you know that it is possible to save views using dynamic date filters in Dynamic NAV. Normally you would apply a filter typing something like: 01-01-2016..31-01-2016 Which would be the Danish date...

View Article

Forum Post: RE: DynamicsNAV posting date is not with in your range

If it is adjusting inventory then you need to adjust the posting date range given to user

View Article


Forum Post: RE: Show pdf file after after linking

This is the table: And this is the code of the table: Documentation() OnInsert() IF EntryNo = 0 THEN BEGIN EntryNo := GetNextNo(); END; Changed(TRUE); OnModify() Changed(FALSE); OnDelete()...

View Article

Forum Post: RE: Show pdf file after after linking

IN that tbale: table 5455278 there is also this function where the streaming is been done: ShowPDF() Setup.Read; IF PDF.HASVALUE THEN BEGIN MESSAGE('HAShVALUE'); END ELSE MESSAGE('no value');...

View Article

Forum Post: RE: Show pdf file after after linking

ShowPDF(InStream) IF ISSERVICETIER THEN BEGIN Filename := GetTempFilename('pdf'); DOWNLOADFROMSTREAM(InStream,'',FileManagement.Magicpath,Text010,Filename); END ELSE BEGIN File.CREATETEMPFILE; Filename...

View Article
Browsing all 11285 articles
Browse latest View live