Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is this VFP8 bug or I miss something...
Message
From
13/04/2003 04:11:09
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Is this VFP8 bug or I miss something...
Miscellaneous
Thread ID:
00777008
Message ID:
00777008
Views:
42
Hi!

I'm currently trying VFP8 and was stopped by strange behavior of combobox:

In GotFocus:
if this.rowsource = ""
this.rowsourcetype = 6
this.boundcolumn = 2
this.columncount = 2
this.columnwidths = "120,0"
this.columnlines = .F.
this.rowsource = "newport.f_prtnam, id_p"
endif
or you can put this visually - no difference.
All other by default.

After a form started, I can make selection in this combox as always right
(on mouse moving in dropped list selection slides under mouse),
but when I want do the same second time (not closing form),
selection don't slides anymore, on mouse click in row list visually slides,
and as result goes wrong selection... :-(((

My friend made simple form in VFP 7 with this code and all work fine.
When I start the friends' form from VFP 8 all goes bad.

Table contains 1970 records.
When I decrease amount records to about 510 all start working fine.

Is this a bug or I miss something...

WBR, Paul.
Next
Reply
Map
View

Click here to load this message in the networking platform