Page 1 of 1

Editable BinLocationDesc in SOH

PostPosted: Wed Sep 02, 2020 6:01 pm
by DannyC
Back in 7.0.175, the bin was editable in SOH, Transaction Detail.
In 7.2.1, it can only be set via the lookup.

I was hoping I could get that col unlocked so users can type into it, but I tried to use the following code which didn't work. I knew it wouldn't be that easy!
Code: Select all
   private void inventory_FormLoad(object sender, System.EventArgs e)
   {
      JiwaFinancials.Jiwa.JiwaInventoryUI.InventoryMaintenanceForm invForm = (JiwaFinancials.Jiwa.JiwaInventoryUI.InventoryMaintenanceForm)sender;
      invForm.grdSOH.LockColumn(false,"BinLocation", -1);
   }


Clues?

Re: Editable BinLocationDesc in SOH  Topic is solved

PostPosted: Wed Sep 02, 2020 6:14 pm
by Mike.Sheen
Does this help? viewtopic.php?f=26&t=1306 (rhetorical question - I know it does :))