Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BoundTo and combobox
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00803585
Message ID:
00804359
Vues:
59
James,

This is just a thought but I have had problems similar to this.

With this
* Add this next line before your other lines
.RowSource = ""

>> .rowsourcetype = 5 && Array
>> .rowsource = This.akeyaccmgr
>> .BoundColumn = 2
>> .BoundTo = .T.
>> .ControlSource = "Sponsor.Keyaccmgrid"
>> .ColumnCount = 2
>> .ColumnLines = .f.
>> .ColumnWidths = "200,0"
>> .Requery()
>>Endwith

Also, make sure that the Rowsource is blank (default) in form and that the RowSourceType = 0 in form.

Hope this helps.

Dave :-)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform