October 21, 200421 yr Using FM6 on both Mac and Win I'm looking for a way to lock users from scrolling through records. 1. Is there non-script way of permanently hiding the status area from users? 2. Even if I hide the status area, users can scroll through records using the rolling button on their mouse. Is there a way to prevent that? Note: I need to have it done some other way than by limiting resultset to 1 record Thank you
October 21, 200421 yr In your startup script use the Toggle Status Area script step to hide the status area. Use the lock option on that script step to prevent users from using the mouse to scroll through records.
October 21, 200421 yr Hiding and locking the status area had to be done by scripts. The same way you can limit the found set any user sees to just whatever that user is allowed to see so that scrolling is not an issue.
Create an account or sign in to comment