load form February 18, 2020, 12:34:03 AM how to display data in a view or list when choosing using the select tool. where the form does not auto load? Quote Selected
Re: load form Reply #1 – February 19, 2020, 07:02:37 PM @walye please make your question clear. Quote Selected
Re: load form Reply #2 – February 21, 2020, 09:58:55 AM Previously, I apologize because English is still not good. I made an additional total_cost_instock column in the inventory table. I asked how to use after and before update. I attach the photos. Quote Selected
Re: load form Reply #3 – February 21, 2020, 11:24:35 AM @walye Add the below code to your Action Before Add.Code: [Select]$modeldata['total_cost_instock'] = $modeldata['cost'] * $modeldata['qty_in_stock']; Quote Selected