Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can't set a property
Message
From
07/07/2000 11:56:19
Marco Beuk
Innovero Software Solutions
The Hague, Netherlands
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00387702
Message ID:
00389534
Views:
11
>>I'm using an ActiveX grid-control in wich i want to set the width of a cell. In the help of the control the VB syntaxis of setting the ColWidth property is: control.ColWidth( nIndex ) = nValue.
>>VFP can't do this way of setting a property.
>>The C++ syntax for this property uses the Set and Get methods.
>>
>>Does anyone know this problem and/or is there a workaround?
>>
>>Thanks.
>
>Are you getting errors when you try to set the property? VFP should be able to set the properties just like VB in this case. The only difference may be that you have to reference the form when setting it.
>
>THISFORM.GridCOntrol.ColWidth(nIndex) = nValue


The problem was that nIndex could be negative ( specifying the whole grid or the columnheaders ). But for Fox this is an pure array-property. So you can't use negative index values.
How this is done in VB i don't know, you?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform