Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combo Box in Grid Problem
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Combo Box in Grid Problem
Divers
Thread ID:
00931692
Message ID:
00931692
Vues:
79
Hi Guys,
I am using VFP 7.00 build 9262. on XP PRO.
I have a Combobox in a grid. When I select an item in the combo box its blank, when I go to the next row it shows the displayvalue. This is driving me nuts.

This is how I set up the Combobox at run time. TIA

thisform.grid1.column2.combo1.RowSourceType = 6
thisform.grid1.column2.combo1.RowSource = "temponiximprint1.imprintname,imprintid"
thisform.grid1.column2.combo1.ColumnCount = 2
thisform.grid1.column2.combo1.ColumnWidths = ALLTRIM(STR(thisform.grid1.column2.Width))+",0"
thisform.grid1.column2.combo1.BoundColumn = 2
thisform.grid1.column2.combo1.BoundTo = .T.
thisform.grid1.column2.combo1.Requery()
Fred Besterwitch, MCP

The harder you work. The luckier you get.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform