Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Janus Grid in VFP
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
01048301
Message ID:
01048616
Vues:
76
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform