Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
_INCSEEK not working in VFP7.0?
Message
 
 
To
10/02/2003 11:23:33
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00751438
Message ID:
00751776
Views:
26
Gordon,

First, why do you need to do this at all? Your _incseek and _dblclick values are the same as what your code is setting them to.

Second, you should be using GotFocus() and LostFocus() instead of Activate/Deactivate.

>I am using VFP7.0 SP1. I have an environment object which sets the _INCSEEK to .50 and _DBLCLICK to .25 I have even added code to the toolbar.combobox.activate() which saves and sets the values
>
>* ACTIVATE
>DODEFAULT()
>
>THIS.nIncSeek = _INCSEEK
>_INCSEEK = .50
>
>THIS.nDblClick = _DBLCLICK
>_DBLCLICK = .25
>
>
>* DEACTIVATE
>
>_INCSEEK = THIS.nIncSeek
>_DBLCLICK = THIS.nDblClick
>
>DODEFAULT()
>
>
>For some reason the object will only seek a single character. e.g. S instead of S.M.I Does anyone have any ideas why this is not working? It will work on some computers and not on others.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform