Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Citrix - VFP7 Not Behaving Properly
Message
From
29/11/2005 18:08:17
 
 
To
29/11/2005 16:36:43
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
01072601
Message ID:
01073049
Views:
18
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!
Previous
Reply
Map
View

Click here to load this message in the networking platform