Rick Schummer wrote:
>>> 1) When I click on the combo box to view the options in the dropdown list,
> moving the mouse over the options highlights them.  This makes sense for the
> option the mouse is currently over, but when I move the mouse to another
> option, any previous option the mouse was over remains highlighted.<<
> 
> I'll guess you are probably running Vista. Doug Hennig presented this issue 
> during his VFP and Vista
> session at Southwest Fox and German DevCon last year. He mention how the 
> solution (pre-VFP9SP2) is
> posted on Calvin Hsia's blog:
> 
> http://blogs.msdn.com/calvin_hsia/archive/2007/04/26/foxpro-menu-items-combo-boxes-not-refreshing-se
> lected-item-under-aero-in-vista.aspx
> 
> The solution is to execute this code one time somewhere in your application:
> 
> declare integer GdiSetBatchLimit in Win32API integer
> GdiSetBatchLimit(1)
> 
>>> 2) The return value doesn't appear to be coming from the field in the table,
> but rather from the record number.  For example, the table contains the
> following data:<<
> 
> Yes, when the ControlSource is bound to a numeric column or property it 
> stores the relative counter.
> Behavior is by design. This is a very common issue for those who use integer 
> keys in their tables.
> If you want the actual value set the BoundTo property.
> 
> BoundTo = .T.
> 


Search for "BoundTo" in the ProFox archives:
http://leafe.com/archives/search/profox




_______________________________________________
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