Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Variable not found
Message
De
22/12/2010 11:43:47
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01493603
Message ID:
01493615
Vues:
79
>Hi
>
>Which is the mistery in the little piece of code below ?
>
>
>**************************************************************************
>store ped1.feito_em - direto.date TO dateDif 

>case DIRETO.COD_FAST = cod_fast1  .AND. dateDif  < 5
>***********************************************************************
>
>
>
>In the second line I got the message "dateDif not found"
>
>Never saw this problem before
>
>
>Moises

try
case DIRETO.COD_FAST = cod_fast1  .AND. m.dateDif  < 5
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform