Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

making graphs without going into the graph wizard 2

Status
Not open for further replies.

marcsorg

MIS
Feb 23, 2001
7
US
Any suggestions how to get a graph into a report without going into the graph wizard and saving it. I mean from a program.
 
If for in-house use, use the Office Web Components (OWC) capability. It lets you create a graph and save it as an image file. Robert Bradley
teaser.jpg

 
I suspect that there are any number of graph objects available. Have you looked on the Universal Thread for possibilities? Or if you have Visual Studio, you might go into VB and look in their class browser to see what you already have on your system. --Dave
 
Hello.

Check the Chapter 16 - Adding OLE in Visual FoxPro Help. You'll find a code sample doing exactly what you want to do.

Hope this helps. Grigore Dolghin
Class Software
Bucharest, Romania
 
If U want a start ideea then U should now that U have to create a custom table where at least one field has to be general (gGraphField). In gGraphFiel U should store your graph which can be created within a form. How ? All U need is to add a Ole control as a Graph (is there in the toobar (activeX components)) and then U have to start diging. Have Fun !!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top