I have a form filtered and sorted on the Shipment Date field. This is an excelent place for the users to change the shipment date to a new known shipment date. The problem as most of you know, is that once the date no longer “fits” in the filter, the line sometimes “lags” behind unless the user scroll past it to the end of the screen. In VB we use Form.REFRESH to update the form. Currform.Update seems not to work as I would expect it to. Any insights?
Hi Bill, One way you could do it is by calling CurrForm.Update in trigger OnAfterValidate of the Shipment Date and that should do it. Cristi P.S. a small spell checker: I assume by “insites” you actually meant “insights” [;)]