Using the code:
AddHandler Dynamics.Forms.SopEntry.SopEntry.SopNumber.Change, AddressOf Sopnumber_change
I am able to get custom VB code to run when the sopnumber changes in the SOP Transaction entry form. Almost there... I need code to run when I press a CUSTOM button in the same form. For example, I use Modifier to add a button called 'myLookup'. I need custom code to run when I press this button, and then to return data to a custom text field called 'myTextField'.
Since the Dexterity Bridge is not aware of these fields, I can't see a way to create/trap events on these fields or send data to them.