Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bug with combobox with more than 500 records
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Bug with combobox with more than 500 records
Miscellaneous
Thread ID:
00810674
Message ID:
00810674
Views:
58
Hi,

I'v got a weird behaviour(baseclass) with a combobox with more than 500 records. When you use the mouse the second time to select a item, it won't work correctly but it's ok with version 6 and 7.

To test: Create a cursor in the load form and put a combo with field(

Form-Load:
CREATE CURSOR wTOTO (nRecno N(5))
FOR t=1 TO 1000
APPEND BLANK
REPLACE nRecno WITH T
ENDFOR

Combobox:
.Rowsource = "wtoto.nRecno"
.RowSourceType = 6-Field
.Themes = .F. or .T.

Will this be corrected in the soon (Hopefuly) to be release Service Pack ?

Thank's in advances for those who answer.
Lead programmer of the free MIS Info Video(Frontend/player), Info 2 MIS or visit me at Steve's Tech Blog
Next
Reply
Map
View

Click here to load this message in the networking platform