Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BoundTo and combobox
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00803585
Message ID:
00804359
Views:
54
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 :-)
Previous
Reply
Map
View

Click here to load this message in the networking platform