Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Variable not found
Message
From
22/12/2010 11:43:47
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01493603
Message ID:
01493615
Views:
78
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform