January 26, 200520 yr Is there any way to change the way pop-up menus act so that when you click on a field with a pop-up menu and make your selection that you don't have click outside of the field to make the change take hold? I basically want a user to click on a field, click on the selection in the pop-up menu, and then filemaker automatically leaves the field. Thanks.
January 26, 200520 yr Make the field a button attached to a script like Allow User Abort [Off] Go to Field [yourfield] Pause/Resume script [1] Commit Records/Requests and remove the field from the Tab order. This works for Windows.
January 26, 200520 yr It pauses to allow the user to select a value from 'yourfield' before committing the record.
January 27, 200520 yr Author Thank You -Queue- you rock! For some reason I thought a button would add too much overhead and make the pop-up menu as slow as a pop-up list in Windows but it still seems to be pretty quick.
Create an account or sign in to comment