Customization Help C#

You could do after field change on form event, you could also do a control event got focus..you may have to do more than one trying to anticipate user behavior in a given form…

Rob Bucek
Production Control Manager
PH: (715) 284-5376 ext 311
Mobile: (715)896-3119
FAX: (715)284-4084
[cid:1.234354861@...]<http://www.dsmfg.com/>
(Click the logo to view our site)<http://www.dsmfg.com/>

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Thursday, March 19, 2015 3:24 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Customization Help C#


I am trying find a form event in C# for when you enter a field. I want to change the value on the transfer order shipment when they go into the Packout.Quantity field. I want to default the value. I tried with a bpm but if you put a value in after the part number when you tab past it will not trigger a save. Probably because the value has not changed. So I need to be able to put the value in when they tab into the field so they can change it or just tab out. It would also work if I had some way of making it think that was a changed value so tabbing thru it would trigger the save.



[Non-text portions of this message have been removed]

 I am trying find a form event in C# for when you enter a field. I want to change the value on the transfer order shipment when they go into the Packout.Quantity field. I want to default the value. I tried with a bpm but if you put a value in after the part number when you tab past it will not trigger a save. Probably because the value has not changed. So  I need to be able to put the value in when they tab into the field so they can change it or just tab out. It would also work if I had some way of making it think that was a changed value so tabbing thru it would trigger the save.