Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can this be?
Message
From
15/07/2003 14:19:27
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00810352
Message ID:
00810355
Views:
17
>I've got a filter set and the data seems to be defying it.
>SET filt to &DATEGOOD4 .AND. &CRED

I assume you want parans around the second filter
 CRED="'CC' $ REMARKS or CR_CARD#' '"
Should be
 CRED="('CC' $ REMARKS or CR_CARD#' ')"
If not then every record that returns true for the or will be true.
Charles

"The code knows no master." - Chuck Mautz
"Everybody is ignorant, only on different subjects." - Will Rogers
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform