Browse Forum Posts by Tags: PDF, Navision

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.1%)
  • No - the names are good (42.9%)
  • Total Votes: 170

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

    I resolved it. I forgot to save options and when i execute the code the options are always the estandar. The code is like this: Window.OPEN('En proceso ...'); WindowIsOpen := TRUE; IF _ArchivoPDF = '' THEN ERROR(Text001); IF Objeto.GET(Objeto.Type::Report,'',204) THEN BEGIN IF...
    Posted to Dynamics NAV / Navision - Beginners Forum (Forum) by Zas_getrunken on Nov 7, 2008
    Filed under: Development, Navision, PDF
  • PDF Creator

    I need to generate a PDF from report and i don`t know why the first time i execute the code is OK but when i change the name of the file and execute again the code it saves the report with the first name. Somebody knows what is wrong? The code: Window.OPEN('En proceso ...'); WindowIsOpen := TRUE;...
    Posted to Dynamics NAV / Navision - Beginners Forum (Forum) by Zas_getrunken on Nov 7, 2008
    Filed under: Development, Navision, PDF
  • Re: PDF Creator

    I resolved it. I forgot to save options and when i execute the code the options are always the estandar. The code is like this: Window.OPEN('En proceso ...'); WindowIsOpen := TRUE; IF _ArchivoPDF = '' THEN ERROR(Text001); IF Objeto.GET(Objeto.Type::Report,'',204) THEN BEGIN IF...
    Posted to Dynamics NAV / Navision - Beginners Forum (Forum) by Zas_getrunken on Nov 7, 2008
    Filed under: Development, Navision, PDF
  • PDF Creator

    I need to generate a PDF from report and i don`t know why the first time i execute the code is OK but when i change the name of the file and execute again the code it saves the report with the first name. Somebody knows what is wrong? The code: Window.OPEN('En proceso ...'); WindowIsOpen := TRUE;...
    Posted to Dynamics NAV / Navision - Beginners Forum (Forum) by Zas_getrunken on Nov 7, 2008
    Filed under: Development, Navision, PDF
  • Re: Pdf and Notepad

    Hi Siya, I often use CutePDF if i want something printed to a PDF-file. CutePDF installs as a printer, and can be chosen in the print dialog of any document, just as well as any other printer. Needs to be installed at all clients though. But it's freeware
    Posted to Dynamics NAV / Navision - Developers Forum (Forum) by Alexander Pallesen on Jul 4, 2008
    Filed under: navision, PDF, Development
  • Pdf and Notepad

    Hi there Good people!!! I want to print Report 1401(Check) on the text format,but it gives crap information,Is it possible for me to print it on the PDF.Our client are having printer problems to print check!! I just want to write to the pdf or text file!!!! Thanks in advance!!!!
    Posted to Dynamics NAV / Navision - Developers Forum (Forum) by siya10 on Jul 4, 2008
    Filed under: navision, PDF, Development
  • Re: Print Pdf File (not convert)

    This could be useful. Be sure to use automation objects of the type 'Microsoft Shell Controls and Automation'. PrintFile( FileName : Text[250]) CREATE(objShell); IF NOT EXISTS(FileName) THEN EXIT; SplitDirFile(FileName,Dir,File); // nog te schrijven objFolder := objShell.NameSpace(Dir); objFolderItems...
    Posted to Dynamics NAV / Navision - Developers Forum (Forum) by waldo on Jan 9, 2008
    Filed under: navision, PDF, Development
  • Re: Print Pdf File (not convert)

    If you want to code your solution anyway, why not store the "path_to_pdf_reader(maybe_with_exe)" in the user profile (add a text variable) and use the shell command then? SHELL('" path_to_pdf_reader(maybe_with_exe) "',' /p /h ',Root);
    Posted to Dynamics NAV / Navision - Developers Forum (Forum) by walter@kirz on Jan 4, 2008
    Filed under: navision, PDF, Development
  • Print Pdf File (not convert)

    Hi All, I need a solution to print pdf file which is already imported as a blob in navision. There can be mulilple pdf files which can print at a time (default printer). I have done my investigation and came across some wonderful solution like Root := Filename SHELL('"C:\Program Files\Adobe...
    Posted to Dynamics NAV / Navision - Developers Forum (Forum) by ashu_bhatt13 on Jan 4, 2008
    Filed under: navision, PDF, Development
  • Re: Creating PDF automatically

    Not quite the answer I was looking for. In my previous job we also developed this as a part of our solution. So yes it can be done today. And properly also with the new 5.1 "role based client". But my question was more in the direction. Will this be "standard" or build in functionality...
    Posted to Dynamics NAV / Navision - Developers Forum (Forum) by Erik P. Ernst on Mar 31, 2007
    Filed under: navision, PDF, Development
Page 1 of 17 (169 items) 1 2 3 4 5 Next > ... Last »