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

Forum Post: RE: Show pdf file after after linking

$
0
0
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 TotalFound := TotalFound + 1; //ShowPDFCLient.ShowPDF(); END; END; SLEEP(300); COMMIT; Tools.OpenReportCard_Customer( " "."No."); Request."Link Type" := Request."Link Type"::customer; IF ShowPDFCLient.PDF.HASVALUE THEN BEGIN MESSAGE('has value'); ShowPDFCLient.ShowPDF() END ELSE MESSAGE('not value'); But still the value is hasnovalue

Viewing all articles
Browse latest Browse all 11285

Trending Articles