3 hours ago3 hr Hi folks,I'm using a script trigger to do real-time filtering of values displayed in a portal. The script is: Commit Records/Requests [ With dialog: Off ]Refresh Portal [ Object Name: "BatchSelector" ]Go to Field [ Home For Inventory Recording::g_DataEntry ](The last line is just returning focus to the input field)The issue is that when someone enters characters too rapidly, the input field loses characters entered after the first one -- "213" becomes "23" or even just "2." On the desktop, the input behaves as if it's been buffered, and none of the characters are lost -- though there is a visible delay before the next one is displayed, while the UI is waiting for the portal filter to catch up.Is there a way to replicate the desktop behavior in FM Go?
Create an account or sign in to comment