Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Crash and burn
Message
De
07/04/1999 10:31:35
 
 
À
07/04/1999 10:29:25
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
Titre:
Divers
Thread ID:
00205959
Message ID:
00205963
Vues:
18
>I have some code that keeps on crashing my form and I cannot seem to find our why.
>
>I have it in the LostFocus on a text box on a form.
>
>SELECT man.dbf &&crashes here <<<<<<<<<<<<
> SET order to column1
> IF ! seek(UPPER(alltrim(this.value)))
> MESSAGEBOX("That part is not on Record")
> nodefault
> this.setfocus
> ELSE
> thisform.refresh()
>ENDIf
>
>
>The table exist, is not in use in any other app
>
>I also put a use statement in the form Activate with no luck.
>
>Thanks in advance.
>Brad

SELECT works with aliases (not file names), so when you opened your table it will get alias "man" as default and you should use afterwards:
SELECT man
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform