Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Citrix - VFP7 Not Behaving Properly
Message
De
29/11/2005 18:08:17
 
 
À
29/11/2005 16:36:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
01072601
Message ID:
01073049
Vues:
20
I always have problems when NOTs are involved, so I do my best to avoid them.

As I read the expression it would be as follows:
std_hoursonly = 'N' .and. ! (dcpay.payevent = '99' .and. dcpay.paycode = '00')
      | true |     AND  NOT (             | true |  AND         | false | )
      | true |     AND  NOT ( false )
      | true |     AND  | true |
So I guess I'm not sure what you mean when you say "...and also when the second half of the expression is .f.!".

Does the above reflect what you mean by that, or do you mean something else?

good luck



>
> IF std_hoursonly = 'N' .and. ! (dcpay.payevent = '99' .and. dcpay.paycode = '00')
>
>Each record is processed when the above expression is .t. and also when the second half of the expression is .f.!
>
>The expression evaluates properly on a desktop, but the second half of the expression is ignored on citrix!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform