Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select Statement
Message
From
07/03/2003 17:52:11
 
 
To
07/03/2003 17:45:55
Henry Ravichander
RC Management Systems Inc.
Saskatchewan, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00762981
Message ID:
00763091
Views:
27
>>If paid = "YES", your select won't select it...
>
>OK - but CloseClaim <> YES , Invoice_No is > 0 and amt_paid is < the sum of all feesubmits. All the other conditions are valid.
>

You have AND after paid <> "YES". If paid = "YES", nothing after that point matters (and the rest of the stuff is not even evaluated).
where services.paid <> "YES" .AND. ;
			services.billed ="YES"  .and.;
Steve Gibson
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform