Results 1 to 6 of 6
  1. #1
    Vanam is offline Novice
    Windows 7 64bit Access 2003
    Join Date
    Nov 2013
    Posts
    9

    Send Report to webservice

    Hi!
    I'm doing a project which is based on old Access 2003 and VBA. I'm trying to upgrade the old reporting system which is based on windows service over to webservice. Im new to this kind of development so I get confused.
    My new webservice is based on Visual studio 2008 vb.net. Is it possible to send a Access report to .net Webservice and export it to pdf on webservice? I would appreciate if someone could give some sample code on sending access based report to VS webservice
    or give me another suggestion which will work fine.

    Thanks

  2. #2
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    if your 'new' reporting service is still using an access 2003 database there is no innate functionality to export a report to a .pdf. You'd have to use an intermediary product to do it. There are a few free ones out there that will give you drivers that you have to place in the same folder as the database that's doing the exporting but they will work just fine (if not as efficiently as 2007+ which has integrated the ability to export to pdf's directly).

    I use(d) the product here:

    http://www.lebans.com/reporttopdf.htm

  3. #3
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows XP Access 2003
    Join Date
    Aug 2013
    Posts
    7,862
    I have used the code from this site for years now... I have tested it on A2003 and XP machine. I have not tested it on A2010 and W7 yet

    http://www.lebans.com/reporttopdf.htm

  4. #4
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    Same reference... I just modified the code the other day and it still works on an access 2007 machine.

  5. #5
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows XP Access 2003
    Join Date
    Aug 2013
    Posts
    7,862
    Quote Originally Posted by rpeare View Post
    ...I just modified the code the other day and it still works on an access 2007 machine.
    Good to know. I wasn't even paying attention to the fact that you had already linked the site. That code really has been helpful to me.

  6. #6
    Vanam is offline Novice
    Windows 7 64bit Access 2003
    Join Date
    Nov 2013
    Posts
    9
    Thanks all, I noticed ur suggestions today. I think i solved the problem on a hard way, I converted the VB code to .net on webservice and made New report on vb.net simuler to the oldone. I hope this will work fine..

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Send Report to a NEW file
    By alyon in forum Access
    Replies: 9
    Last Post: 12-06-2011, 12:57 PM
  2. Help Send Report to File.
    By alyon in forum Access
    Replies: 4
    Last Post: 08-22-2011, 10:37 AM
  3. Obtaining .net Webservice Data
    By Azmail in forum Programming
    Replies: 0
    Last Post: 01-26-2011, 08:36 PM
  4. send object report
    By ldappa in forum Access
    Replies: 1
    Last Post: 07-19-2010, 10:10 AM
  5. Send Primary Key from a Form To A Report
    By nkuebelbeck in forum Forms
    Replies: 1
    Last Post: 03-18-2010, 12:24 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums