Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. How to approach for reports in word.

How to approach for reports in word.

Scheduled Pinned Locked Moved Visual Basic
csharpdatabasetutorial
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    nazimghori
    wrote on last edited by
    #1

    Hello, I having one windows application to be developed in VB.Net 2005 the reports requirement is in MS word so please suggest how shall i approach for the same. I am having my database in Ms Access 2003 in that there is memo field which has one image in it I want to load that image from database to word file. So please suggest how shall i do it. Thank You. :) :) :)

    T 1 Reply Last reply
    0
    • N nazimghori

      Hello, I having one windows application to be developed in VB.Net 2005 the reports requirement is in MS word so please suggest how shall i approach for the same. I am having my database in Ms Access 2003 in that there is memo field which has one image in it I want to load that image from database to word file. So please suggest how shall i do it. Thank You. :) :) :)

      T Offline
      T Offline
      Tom Deketelaere
      wrote on last edited by
      #2

      nazimghori wrote:

      I having one windows application to be developed in VB.Net 2005

      Why? use 2008 and target the .net 2.5 framework if you can't use the newer ones

      nazimghori wrote:

      the reports requirement is in MS word so please

      :confused: so you just have to create word docs?

      nazimghori wrote:

      I am having my database in Ms Access 2003

      Again why? there is a free sql server version, much more stable, faster,... Unless you really have no other choice I wouldn't go for access (there are cases where its usefull but not many)

      nazimghori wrote:

      memo field which has one image

      Memo ??? surly it should be OLE-object field. + Storing an image in db is very space consuming. Better would be to store the path to the image in the db and the image on the hard disk just as any normal file.

      nazimghori wrote:

      I want to load that image from database to word file.

      Amazing isn't it what google can do for you[^]

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups