Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Visual Extend
Message
De
12/06/2006 19:57:21
 
 
À
12/06/2006 16:38:41
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Titre:
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Novell 5.x
Divers
Thread ID:
01128507
Message ID:
01128542
Vues:
21
hi Jerry
this is done in the following way:

on the pickfield control
change the luserPreparePickData to .T.
change the lWorkOnView to .T.
change the nValidMode to 2 && user validation

in the preparePickData method enter the following code
lparameters tcCursorName
select (your select statement) into cursor ( tcCursorName )

in the doUserValid method enter he following code
lparameters tcCursorName
select (your select statement) + this.txtField.value = (fieldExpr) into cursor ( tcCursorName )
return _tally > 0


hope it helps,
Nir.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform