Fire event when field changes

Hi

I have tried using the AfterFieldChange & AfterRowChange events to fire a function but for whatever reason they are not firing…

I open the form
i enter a PO number and press tab. To me, this field has changed but nothing fires on this action. Its not until i change it again does the event fire? I need an event to fire on the first change / update of the field.

AfterRowChange doesnt appear to do anything. even a rudimentary messagebox doesnt show…

I Also tried AfterAdapterChange but i couldnt get that working either…

So, what do i use to fire an event when a field is first updated / changed/ edited / entered?

Thanks

So you just want something on order load?

If you do the event on EpiViewNotification this will fire every time the view is initialized.

(excuse the bad spelling. I was just doing a quick test)