Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
_INCSEEK not working in VFP7.0?
Message
De
10/02/2003 11:23:33
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
_INCSEEK not working in VFP7.0?
Divers
Thread ID:
00751438
Message ID:
00751438
Vues:
66
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.
Gordon de Rouyan
DC&G Consulting
Edmonton, Alberta
Email: derouyag@shaw.ca
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform