Hi all,

PRB: Setting a Filter Allows no Real Time Scrolling in Listbox
http://support.microsoft.com/kb/249633

<snip>
SYMPTOMS
When using the scroll button of a combo or list box to scroll through data that 
has a SET FILTER TO expression,
the data in the combo or list box will not be refreshed to show the new data 
until the mouse button is released.
If there is no SET FILTER used on the data the data moves as the scroll button 
moves and immediately displays the new data.

NOTE: Setting DELETED ON in Visual FoxPro 6.0 causes the same behavior to occur.

STATUS
This behavior is by design. When any type of filter is used there is no real 
time scrolling of data in a combo or list box.
</snip>

I'm using VFP9 SP1 and this behavior is unchanged.
Anyone noticed this?

The only way to notice the difference in behavior is using (for testing) set 
deleted OFF
or look at a Combo/List box with RowSourceType = array.

The strange thing is that even if there are no deleted records the incorrect 
behavior occurs.

The set deleted ON is considered as a filter even without deleted records.

We all in our application keep it OFF all the time, isn't it? :)

-- 
Gianni


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to