Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combos
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Re: Combos
Miscellaneous
Thread ID:
00647654
Message ID:
00647956
Views:
12
Linno / Fabiano:

O problema deve ser realmente este.

Teste o seguinte: Ao invés de usar um ALIAS, faça no INIT do combo:

Select * From SuaTabela Order By EtcEtcEtc Into Array ThisForm.ListaEtc
This.RowSourceType = 5 && array
This.RowSource = "ThisForm.ListaEtc"
Se for este problema, deve resolver. Basta trocar o RowSourceType de Alias / Campos / etc para Array que o problema não acontece!

[]s
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Rodolfo Duarte
Previous
Reply
Map
View

Click here to load this message in the networking platform