May 28, 200916 yr Hello Mavens, is there a way to prevent the automatic tabbing to the next field when the user enters a date into a field via the drop-down calendar feature (FMP10)? I created a sham field with a trigger to commit records upon entry to the field which tabs after the date entry field but I'm wondering if there is another solution.
May 29, 200916 yr I created a sham field ... I'm unsure but you don't need another field. If you want the cursor to Commit after selecting a date from the drop-down calendar and not progress to another field AND if you are using vs. 10, you can attach script trigger directly to the date field "OnObjectModify" and then script can be only Commit Records/Requests[] If I am misunderstanding your need, let us know and we can work through it further. :wink2:
Create an account or sign in to comment