Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why does this code erase all locations?
Message
 
 
To
06/12/2006 17:12:34
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01175423
Message ID:
01175429
Views:
7
This message has been marked as the solution to the initial question of the thread.
You FOR condition is always true. Change OR to AND or better to INLIST().
Scan For NOT INLIST(Alltrim(crimetype), "B&E Cabin", "B&E Home", "B&E Business", "B&E Garage")
>Why does this code erase all the locations when it should only remove those not in the scan line of code?
>
>Scan For Alltrim(crimetype) <> "B&E Cabin" ;
  OR  Alltrim(crimetype) <> "B&E Home" ;
  OR Alltrim(crimetype) <> "B&E Business" 
  OR  Alltrim(crimetype) <> "B&E Garage"
>	ShapeID = localcrime1.shapename
>	Thisform.RemoveObject(ShapeID)
>Endscan
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform