Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Disabled txt boxes?
Message
De
07/06/1999 15:23:55
 
 
À
07/06/1999 15:15:51
Brad Stickley
Parker Pneumatic Div. North America
Wake Forest, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00227143
Message ID:
00227188
Vues:
34
OK, now I thing what you are trying to acheive. This control is there to let the user select a record to display, right? In that case, here is the code you need:
lcOriginalValue = THIS.Value
IF ! seek(UPPER(alltrim(this.value)), "Man", "Column1")
   MESSAGEBOX("That part is not on Record")
   seek(UPPER(alltrim(this.value)), "Man", "Column1")
   nodefault
   this.setfocus
ENDIF
THISFORM.Refresh()
HTH

>When the result of the search is true, the form is not refreshing.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform