Automatic Printing of reports to a webserver

LucasszyLucasszy Member Posts: 3
Howdy Folks,

Im relatively new to the navision scene and was hoping to get some inout on possible way to automate the process of printing reports to a webserver.

We run a warehous operation and need to create dynamic reports with shipping information on them.

My hope is to find a way to automate completely or to a great extent the steps to have these reports generated to a web server.

Any input would be greatly appreciated.

thanks

Comments

  • ara3nara3n Member Posts: 9,257
    Are you running on SQL or Navision?
    If on SQL, you can query the data directly, and write ASP.NET reports. or use reporting Services.
    You could do it with Navision server and use ODBC drivers.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • Marije_BrummelMarije_Brummel Member, Moderators Design Patterns Posts: 4,262
    A collegue of me has developped a solution for requesting reports via ASP and .net

    If you are interested I can ask about details.
  • LucasszyLucasszy Member Posts: 3
    We are not using SQL...

    Any input would be greatly appreciated, since as of yet I am still manually generating reports and posting the data, but with a warehousing operation the data becomes obsolete almost daily.

    Any help or input would be greatly appreciated. Mark, what ever your colleague has devised, I would be interested as well.

    thanks in advance..

    Also, has anyone really dug into JetReports? I got a quote from them, but want to explore other avenues first.

    thanks
  • Miklos_HollenderMiklos_Hollender Member Posts: 1,598
    You can call SAVEASHTML on a report variable. Check out the C/SIDE help.
Sign In or Register to comment.