Как изменить данные в выбранном списке
Выбираем записи
PHP код:
while select inventTable
join inventItemBarcode
where inventTable.ItemId == inventItemBarcode.ItemId
{
info(inventTable.ItemName+' = '+inventItemBarcode.ItemBarcode);
}
Как в сформированном запросе изменить данные