Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ComboBox and Windows 98
Message
From
31/03/2000 02:03:19
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00352648
Message ID:
00353175
Views:
16
>>Hi all,
>>
>>Is there a known problem using VFP5 ComboBox with Windows 98 ?
>>When the user click on ComboBox and choose an element, his choice is not displayed.
>>Is there a solution in VFP5 or should we upgrade to VFP6 ?
>>
>>Thanks for help.
>>
>>Marc
>
>Hi Marc,
>
>I work in both VFP 5 and 6 under Win 98 and didn't see anything unusual about comboboxes. Whad do you mean "the choice is not displayed"? Does the combobox after selection appears empty? What is the combo.DisplayValue in this case? Could it be a problem with the video driver?
>
>Nick
>
>Nick

Hi Nick,

I mean by "the choice is not displayed" that the combo show the previous choice. When I make the selection with the keyboard is works but not with the mouse.
This kind of combo are used to select some data like lands, currencies, languages, payment conditions, ...
Here is the different properties and methods :
BoundColumn = 3
BoundTo = .T.
RowSourceType = 3 (SQL)
In the Init() event, we define the property RowSource as a SQL select into cursor.
In WIN 95 or NT, it works well but this strange behaviour appear in Win 98.

Marc
Previous
Reply
Map
View

Click here to load this message in the networking platform