Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Flexgrid array binding
Message
From
18/10/2002 08:36:31
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Flexgrid array binding
Miscellaneous
Thread ID:
00712806
Message ID:
00712806
Views:
49
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
Next
Reply
Map
View

Click here to load this message in the networking platform