December 12, 200817 yr 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, 200817 yr by Guest
December 12, 200817 yr 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.
Create an account or sign in to comment