Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can't set a property
Message
 
 
À
03/07/2000 08:09:05
Marco Beuk
Innovero Software Solutions
The Hague, Pays-Bas
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00387702
Message ID:
00387720
Vues:
12
>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
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform