Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to solve this problem?
Message
De
01/11/2000 10:37:38
 
 
À
31/10/2000 20:42:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00436556
Message ID:
00436689
Vues:
18
>hi,
>i'm usha from malaysia. I have a problem how to make validation.I've tried to use the coding but it'is does not work.The coding like this
>
>vlocation = location_code
>IF vlocation != land.location_code
>
> DO FORM ("c:\mine\land.scx")
>ELSE
> DO FORM ("c:\mine\error_code.scx")
>ENDIF
>RELEASE thisform
>
>but it'is still have a problem, when I insert the same location code, the error_code form not display.Any Help?Thanks

Here's a guess.......
Is LAND the currently active work area????

If the table in the current work area has a field with the same name as a variable, Fox will recognize the FIELD name rather than the variable.

Try

vlocation = m.location_code


.........Rich
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform