Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Janus Grid in VFP
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
01048301
Message ID:
01048616
Views:
77
>Has anyone successfully implemented Janus Grid in their VFP applications? I am able create a form with the grid and populate it with data; however, there are a number of classes within the Gridex ocx that I cannot access within vfp. They are visible in the object browser, but not on the VFP property sheet. These classes hold events/methods and properties for columns, rows, groups... Does anyone have any ideas how to access these hidden classes?


No idea but 2 things come to mind

1. You could try accessing them in code using the OBJECT

ThisForm.MyOleJanusControl.Object.PropertyThatIsNotVisibleIbVFP = 1

2. A lot of the Activex controls have properties that are members of a collection:


ThisForm.MyOleJanusControl.PropertyThatIsNotVisibleIbVFP(1) = 2

Maybe a read of the Helpfile, Sample code and docco could also help.
Previous
Reply
Map
View

Click here to load this message in the networking platform