Browse Forum Posts by Tags: PDF, Dynamics NAV

Do you think Microsoft should change the names again?

The change from Navision, Axapta and Great Plains og Dynamics NAV, AX and GP etc. is making less and less people ask for the products. Do you think that Microsoft is killing the Dynamics products?

Should Microsoft change the names back?

  • Yes - change the names back now (57.3%)
  • No - the names are good (42.7%)
  • Total Votes: 171

Latest Dynamics Documentation

  • There has not been recent media activity

Latest Dynamics Downloads

  • There has not been recent media activity

Get our Free Newletter

Don't you have the time to be online here at DUG every day? So how do you follow what is going on in the Dynamics industry and community?
If you subscribe to the DUG Newsletter then you can relax! We will make sure that you don't miss the big news!

Name:
E-mail:



You can also check our
Newsletter Subscription Center
page for our other newsletters.
Showing related tags and posts for the Forums application. See all tags in the site
  • Re: PDF Creator Processing.

    Hi, I think I have found the solution. If you are using the code: REPEAT SLEEP(1000); WaitTime += 1000; IF WaitTime = 60000 THEN ERROR('Timeout error while waiting for PDFCreator.cIsConverted while printing for customer %1!', "No."); UNTIL PDFCreator.cIsConverted; to determine if PDFCreator...
    Posted to Dynamics NAV / Navision - Developers Forum (Forum) by jordi on Jan 13, 2009
    Filed under: Dynamics NAV, PDF
  • Re: PDF Creator Processing.

    I have an issue with PDFCreator. This issue seems to be funny, as it is an intermittent problem that happens unexpectedly and without reason. Could also be the way I wrote my code.... I have written something that saves customer statements into pdf files in a folder. Each statement to 1 customer is 1...
    Posted to Dynamics NAV / Navision - Developers Forum (Forum) by jordi on Jan 6, 2009
    Filed under: Dynamics NAV, PDF, Development
  • Re: PDF Creator Processing.

    Hi, I think I have found the solution. If you are using the code: REPEAT SLEEP(1000); WaitTime += 1000; IF WaitTime = 60000 THEN ERROR('Timeout error while waiting for PDFCreator.cIsConverted while printing for customer %1!', "No."); UNTIL PDFCreator.cIsConverted; to determine if PDFCreator...
    Posted to Dynamics NAV / Navision - Developers Forum (Forum) by jordi on Jan 13, 2009
    Filed under: Dynamics NAV, PDF
  • Re: PDF Creator Processing.

    I have an issue with PDFCreator. This issue seems to be funny, as it is an intermittent problem that happens unexpectedly and without reason. Could also be the way I wrote my code.... I have written something that saves customer statements into pdf files in a folder. Each statement to 1 customer is 1...
    Posted to Dynamics NAV / Navision - Developers Forum (Forum) by jordi on Jan 6, 2009
    Filed under: Dynamics NAV, PDF, Development
  • Re: PDF Creator Processing.

    [quote user="Erik P. Ernst"] So all in all you will still say that this one is the best one which is currently available? Especially in Citrix environments? [/quote] Better to say is that I have been able to reolve all issues with it, and it works very reliably. I am sure there is better out...
    Posted to Dynamics NAV / Navision - Developers Forum (Forum) by David Singleton on Oct 13, 2008
    Filed under: Dynamics NAV, PDF, Development
  • Re: PDF Creator Processing.

    PDF Creator is actually the name of the program. http://sourceforge.net/projects/pdfcreator/ Its not bad as PDF generators go, though it does have a couple of issues. Three common ones. No support for Vista. Strange quirks with some versions that tend to act differently, so it important that you compile...
    Posted to Dynamics NAV / Navision - Developers Forum (Forum) by David Singleton on Oct 13, 2008
    Filed under: Dynamics NAV, PDF, Development
  • Re: PDF Creator Processing.

    [quote user="Fezih5"] Thanx i think it has worked as required. But have to try on computers of different speed. Otherwise i appreciate. Great [/quote] The problem is not just the speed of the computer but also the size of the report. Anyway go with the solution that works for you.
    Posted to Dynamics NAV / Navision - Developers Forum (Forum) by David Singleton on May 15, 2008
    Filed under: Dynamics NAV, PDF, Development
  • Re: PDF Creator Processing.

    [quote user="sander7"] REPORT.RUNMODAL(ReportID,FALSE,TRUE,customer2); // I assume this REPORT.RUNMODAL is where the actual pdf is created... // Then insert the SLEEP here. SLEEP(1000); // This will give a 1 sec sleep, maybe you need more, but keep it as short as possible. AttachFile := FileFolder...
    Posted to Dynamics NAV / Navision - Developers Forum (Forum) by Fezih5 on May 15, 2008
    Filed under: Dynamics NAV, PDF, Development
  • Re: PDF Creator Processing.

    [quote user="David Singleton"] Try this: IF NOT PDFFile.OPEN(AttachFileName) THEN BEGIN Window.OPEN('#1############# - @2@@@@@@@@@@@@@@'); Window.UPDATE(1,'Creating PDF...'); REPEAT Window.UPDATE(2,Counter); Counter += 1; SLEEP(100); UNTIL PDFFile.OPEN(AttachFileName) OR (Counter...
    Posted to Dynamics NAV / Navision - Developers Forum (Forum) by Alexander Pallesen on May 15, 2008
    Filed under: Dynamics NAV, PDF, Development
  • Re: PDF Creator Processing.

    Try this: IF NOT PDFFile.OPEN(AttachFileName) THEN BEGIN Window.OPEN('#1############# - @2@@@@@@@@@@@@@@'); Window.UPDATE(1,'Creating PDF...'); REPEAT Window.UPDATE(2,Counter); Counter += 1; SLEEP(100); UNTIL PDFFile.OPEN(AttachFileName) OR (Counter > 10000); // FileDirectory + '...
    Posted to Dynamics NAV / Navision - Developers Forum (Forum) by David Singleton on May 15, 2008
    Filed under: Dynamics NAV, PDF, Development
Page 1 of 5 (44 items) 1 2 3 4 5 Next >