Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to use MS Chart in VFP as a ActiveX control?
Message
From
04/10/2006 07:12:21
 
 
To
04/10/2006 04:58:10
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00570325
Message ID:
01159281
Views:
48
hi,
thank you very much.

>2) This one doesn't have scrollbars.
>
>Public oForm
>oForm = Createobject("myForm")
>oForm.Show()
>
>Define Class myForm As Form
>  Height = 100
>  Width = 100
>
>  Add Object myLabel As Label With Top=150,Left=150,Caption="Hello"
>Enddefine
>
>This one has:
>
>Public oForm
>oForm = Createobject("myForm")
>oForm.Show()
>
>Define Class myForm As Form
>  Height = 100
>  Width = 100
>  Scrollbars = 3
>
>  Add Object myLabel As Label With Top=150,Left=150,Caption="Hello"
>Enddefine
>
>
>3) This one uses a cursor:
>
>select * from (_samples+'data\employee') into cursor crsEmployee
>browse
>
>This one uses the table directly:
>
use (_samples+'data\employee')
>browse
Cetin
>
>>hi,
>>Aren't they obvious? of course
>>i mean added as procedure(vfp code) at same code.
>>
>>>Mohammed,
>>>Aren't they obvious.
>>>2) Scrollbars property.
>>>3) Use,select.
>>>Cetin
>>>
>>>>hi,
>>>>2)i mean i need to add scrollbar at this form as horizental ,vertical or bothe
>>>>3)i mean at the same place.
>>>>as use mytable only..
>>>>
>>>>thanks.
>>>>>1) Get header file from downloads.
>>>>>2) I don't understand
>>>>>3) Why not.
>>>>>Cetin
>>>>>
>>>>>>hi,
>>>>>>1.i try to run it i get error message
>>>>>> Variable "VtChChartType3dBar" is not found for all .AddListItem(..
>>>>>>
>>>>>>2.how i can add procedure scrollbar
>>>>>>
>>>>>>3. is there away to insert mytable inside this code instead the Create cursor comparesales
>>>>>>
>>>>>>thanks
Previous
Reply
Map
View

Click here to load this message in the networking platform