Quick Selection Challenge

Heasman,David David.Heasman@seacontainers.com
Thu, 12 Oct 2000 17:53:45 +0100


	> I want to be able to walk up to any screen already compiled and
exclude
	> records with certain data in them.  Using S in the action field
allows me
	> to choose which fields to filter by.  In my example I want to
select all
	>records where the field does not contain the value COMPLETE. 


	 You will have to add some code & recompile your screen before you
can do this. I hope that's OK.

	 But if you want to exclude a given bit of text - call it 

	TEMP t'exc_text char*12

	file fred

	select if 0 = index(field of fred, (trunc(ups(t'exc_text)))

	should be close... 


= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Subscribe: "subscribe powerh-l" in message body to majordomo@lists.swau.edu
Unsubscribe: "unsubscribe powerh-l" in message to majordomo@lists.swau.edu
This list is closed, thus to post to the list, you must be a subscriber.