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 04:58:10
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
04/10/2006 04:42:54
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00570325
Message ID:
01159258
Views:
45
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
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform