CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2005
    Posts
    1

    how can i make a chart (jpg) in batch without excel

    hi,

    i'm having the following problem:

    i have a VB6 program that makes an HTML document which contains a chart. The chart is made by making an excel document and chart. This excel document is then exported to a html document. This works fine but the program has to function on a server which doesn't have excel. Also this program is supposed to run in batch (no visualisation in VB6, no forms).

    Does anyone has any idea how to solve this problem?

    If i can make a chart in jpg format based on data that is stored in a db, i can put that in a html template.


    tnx

  2. #2
    Join Date
    Aug 2003
    Location
    London
    Posts
    515

    Re: how can i make a chart (jpg) in batch without excel

    You can use the 'Office Web Components' to create charts & graphs on the fly. Have a look at this article on ASP101 that explains how...

    http://www.asp101.com/articles/chris...ts/default.asp
    If it helped, then please rate the post by clicking "Rate this post"!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured