Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I use combo box in msflexgrid control to accept data
Message
De
24/11/2003 00:34:52
Devrishi Bhogra
Escorts Claas Limited
Faridabad, Inde
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
How can I use combo box in msflexgrid control to accept data
Divers
Thread ID:
00852862
Message ID:
00852862
Vues:
54
Hi there!!

i am trying to use a combobox control in msflexgrid control to accept data from user as explained in MSDN (Q201197) using Visual Basic.

But in Visual Foxpro same trick is not working...Combobox doesn't become visible in visual foxpro.

Can any body guide me, how can i achieve such functionality ?

codes:

*** ActiveX Control Event ***
WITH thisform
.Combo1.Width = .MSFlexGrid1.CellWidth
.Combo1.Left = .MSFlexGrid1.CellLeft + .MSFlexGrid1.Left
.Combo1.Top = .MSFlexGrid1.CellTop + .MSFlexGrid1.Top
.Combo1.value = .MSFlexGrid1.Text
.Combo1.Visible = .t.
ENDWITH


Regards
Sunny
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform