Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo Problem
Message
From
13/02/2002 20:11:06
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, United States
 
 
To
13/02/2002 10:15:23
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Miscellaneous
Thread ID:
00619208
Message ID:
00619828
Views:
16
>>Hi All
>>
>>I have been working on a combo class that I want to do some processing based on what the user is typing. I put some code in the InteractiveChange method and was having problems with the first character typed. So I decided to go to the least common denominator and tested the base class.
>>
>>I added a textbox and a combo to a form. In the combo I added this code:
>>
>>thisform.text1.value = this.displayvalue
>>
>>When I run the form I get this:
>>
>>combo.display textbox.value
>>a
>>ab ab
>>abc abc
>>
>>It seems that the first character is not in displayvalue until the second character is typed. This only happens the first time the combo is used. Any ideas?
>>
>>I am using vfp7 sp1
>>
>>Thanks.
>
>I've duplicated your test above & see the same effect in V6 SP5.
>
>No idea on why the first char is skipped - but if the BoundTo property is set to .T., then it works as expected.

Len

I see the same. Something about the boundto that fixes the problem. I din't even have a controlsource set in my test.

Thanks for the help.
Previous
Reply
Map
View

Click here to load this message in the networking platform