Hello:

I just ran into a minor bug in VFP on filter expressions. I typed the following:
          use cwko order tag cwkow
          set filter to clcode="KAK and left(wccode,2)="SP"
          browse
and got an empty browse.  What?

I missed the closing quote after "KAK". That second line should have been:
          set filter to clcode="KAK" and left(wccode,2)="SP"

I did *not* get an error on the original set filter line or the browse despite the filter expression being invalid.

Sincerely,

Gene Wircheko


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/dd7e0de9e3487cbb738c17c059fed3db@mtlp000084
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to