Hi all..
i have case in form PurchCreateFromSalesOrder. in Sales Order --> Purchase Order.
i have 2 new field in SalesLine table (PIL_TransType, PIL_BasePrice) and i put this field in grid form PurchCreateFromSalesOrder.
the condition is, if i fill field PIL_TransType, so PIL_BasePrice automatic get value from control PurchasePrice.
control PurchasePrice use method in SalesLine datasource --> specifyUnitPrice.
i try using events onModified, but i can't get value from control PurchasePrice.
so, how i can do it? how i can get value from control PurchasePrice.
Thanks.