Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Flexgrid array binding
Message
De
18/10/2002 08:36:31
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Flexgrid array binding
Divers
Thread ID:
00712806
Message ID:
00712806
Vues:
50
Hi all,

I'm trying to bind an array to a Flexgrid with the following code

DIMENSION laRegel[2,2]

laRegel[1,1]="Test1"
laRegel[1,2]="Test2"
laRegel[2,1]="Test3"
laRegel[2,2]="Test4"

oFlex.BindToArray(laRegel)


but on the bindtoarray line i keep getting OLE unknow COM status.
Has anybody used this function with Flexgrid an if so what am i doing wrong ?

Thx for any help,

Guillaume
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform