[ExtensionOf(formStr(InventItemBarcode))]
final class InventItemBarcodeForm_Extension
{
[FormControlEventHandler(formControlStr(InventItemBarcode, btnUpdateItemBarcode), FormControlEventType::Clicked)]
public static void InventItemBarcode_OnClicked(FormControl sender, FormControlEventArgs e)
{
FormRun formRun = sender.formRun() as FormRun;
formRun.vtvUpdateBarcode();
}
public void vtvUpdateBarcode()
{
InventItemBarcode inventItemBarcode = InventItemBarcode_DS.getFirst() as InventItemBarcode;
while(inventItemBarcode)
{
inventItemBarcode = InventItemBarcode_DS.getNext() as InventItemBarcode;
}
}
}
Wednesday, March 13, 2019
Home
Unlabelled
InventItemBarcodeForm_Extension
InventItemBarcodeForm_Extension
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment