![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
As far as I know you can't disable the scroll wheel in FileMaker. The only thing you can do is disable the menus using passwords which will also knock out scrolling through records with the mouse wheel. This is usually done for complex solutions but it's a pain for simple solutions since you have to code for everything (new rec, del rec, sort, omit...). |
|
The quickest solution is probably to just find the record your creating / updating using the following code; - show all records - omit (the one you want to modify) - show omitted |
#4
| |||
| |||
|
|
In article <1126887392.041489.187320 (AT) g43g2000cwa (DOT) googlegroups.com>, a (AT) pottnerconsulting (DOT) ca says... As far as I know you can't disable the scroll wheel in FileMaker. The only thing you can do is disable the menus using passwords which will also knock out scrolling through records with the mouse wheel. This is usually done for complex solutions but it's a pain for simple solutions since you have to code for everything (new rec, del rec, sort, omit...). Actually I think to knock out the mouse wheel scrolling records you just have to hide and lock the status area. The quickest solution is probably to just find the record your creating / updating using the following code; - show all records - omit (the one you want to modify) - show omitted FM7s ability to run multiple windows is probably a cleaner solution. Keep the found set in one window, expand to a single record in a separate window. Of course that makes it awkward to work with the found set. |
![]() |
| Thread Tools | |
| Display Modes | |
| |