The Big Bear Posted December 12, 2008 Posted December 12, 2008 (edited) Hi all I would like not to dispalyed the records that are marked "Updated" for a chosen date range. This what I have ritten so far Enter Browse mode go to layout name enter find mode set field (expiration date; get(currentdate)&".."&get(currentdate)+30) perform find[] go to layout list view go to record/request/page [first] loop If[welder: update = "Update"] omit record end if Go to Record/request/page [next; exit after last] end loop The problem is, once a record is omitted than the "Go to record/request/next" skips a record. I tried repositioning the steps but it only check every other record. Any help will be greatly appreciated. Lionel expiration.zip Edited December 12, 2008 by Guest
bcooney Posted December 12, 2008 Posted December 12, 2008 A better approach is to specify two find requests. The first is your date range, then New Request and select Updated and click Omit. Perform Find.
The Big Bear Posted December 12, 2008 Author Posted December 12, 2008 Thanks I will give that a try Lionel
Recommended Posts
This topic is 5826 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now