Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid AddObject Situation
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00402287
Message ID:
00402305
Vues:
9
>I add an object (textbox class) with:
>
>mygrid.mycolumn(x).addobject(myclass,myparentclass)
>
>When i use the grid, I can only move with the up/down arrow and the value in the field hides when the cursor is on it.
>
>If I add the same object visualy in the grid, work fine.
>
>Thanks,

Just some ideas.

Make sure the CurrentCOntrol property is set for the Column to your new control. Also, when you use AddObject, the new object is added with the Visible property set to .F.. This allows any graphical manipulation to take place without the end user being subjected to it. Set the Visible property to .T..

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

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

Click here to load this message in the networking platform