Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Have anyone..???
Message
From
05/10/2001 12:19:36
 
 
To
05/10/2001 07:26:48
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00564674
Message ID:
00564868
Views:
11
Improving the thast thread....
I have this code:

Thisform.ole.charttype = 1 && grapich type
Thisform.ole.opendataex(1,2,5) && values, series, # columns
Store 0 to i, valor && put values to columns
j=0
nasum=10
For j=1 to 2
For i=1 to 5
Thisform.ole.thisserie = j && serie
Thisform.ole.value(i) = nasum && value
Thisform.ole.Legend(i) = i && leyend
nasum=nasum+10
Endfor
Endfor
Thisform.ole.closedata(1)
Thisform.ole.title(2) = 'C l i e n t e s'
&& titles up (0=izq, 1=der,2=arriba, 3=abajo)

Thisform.ole.title(3) = 'D í a s d e l m e s'
&& title down (0=izq, 1=der, 2=arriba, 3=abajo)

The matter is using a similar code for:
Get the information from a table, the table has this file:
tipo n(3) &&Custumer type
transxdia &&Transactions per customer
fecha && Transaction date

How can I do it..?
TIA
Previous
Reply
Map
View

Click here to load this message in the networking platform