ScreenIO prevent List from scrolling past top and bottom

Discussion about software products provided for the BR community and created by its members. This includes (but is not limited to): MyEdit, File IO, Screen IO, FNSnap, and Utilities written in other languages for use with Business Rules.

Moderators: Susan Smith, admin, Gabriel

Post Reply
John
Posts: 555
Joined: Sun Apr 26, 2009 8:27 am

ScreenIO prevent List from scrolling past top and bottom

Post by John »

To prevent a screenio list from scrolling past the top and the bottom what do I need to do?

Add the L attribute in the list's attribute field? and add a trap in the main loop that catches fkey 105 and 106 and then does what?
John Bowman
Gabriel
Posts: 412
Joined: Sun Aug 10, 2008 7:37 am
Location: Arlington, TX
Contact:

Re: ScreenIO prevent List from scrolling past top and bottom

Post by Gabriel »

Simply add the "L" attribute.

ScreenIO will do the rest.

Gabriel
Post Reply