Hi http://blogs.msdn.com/b/developingfordynamicsgp/archive/2014/08/18/dynamics-gp-2013-r2-vba-and-the-action-pane.aspx I have come across the article above which shows items in the action pane can actually be added as fields if you switch to the menu bar. This is very helpful. I have now been able to select process as a field. However I tried using Process_BeforeGotFocus and it still doesn't work, you hit process with no value and it continues to process. Any help? Thanks Private Sub Process_BeforeGotFocus(CancelLogic As Boolean) If Me.FromBin.Value = "" Then CancelLogic = True MsbBox = "From Bin Required" End End Sub
↧