Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
_INCSEEK not working in VFP7.0?
Message
 
 
À
10/02/2003 11:23:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00751438
Message ID:
00751776
Vues:
23
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform