urgent

Hi,

Search for an OCX, or use Excel... (you can write programs which send your data in Excel and which call a macro to make pie chart).

Regards.

André.
 
hai there , can anybody can tell me how to draw pie charts in progress .

There're two options. First you can use Excel. Second you can use an ActiveX control. What about ActiveX I'd recommend you Microsoft Chart Control but I think you can find a lot of them.
 
4gl

Progress is a 4GL as such is not possible using simple 4GL. You will have to either use OCX, or API. Eitherway you need a third party that you will be able to manipulate from Progress. OCX is likely to be your best bet, though you can also use API to control M$ products either Word, or Excel amongst others.
Surf around the internet for an ActiveX, or simply do it the long way and API out to M$ Office
 
There's a grid and graph OCX example in [Install Dir] \src\samples\activex\salesgraph\flex.w. But it requires downloading the controls from their websites first, take a look at the attached readme.txt file.

I would also recommend going over the "Using COM Objects in the 4GL" and "ActiveX Control Support" chapters, in the "Programming Interfaces" doc. HTH
 
Back
Top