Y
Y
Yuri Kochegarov2019-08-26 10:33:09
1C
Yuri Kochegarov, 2019-08-26 10:33:09

Is it possible to cancel the transition to the next element of the cycle?

We have a table with goods, it has one of the columns "Quantity". When sorting through the table through the barcode scanner, the quantity is set. If the quantity is less than in the row of the table, you need to start a new cycle until the total quantity transmitted through the barcode scanner for this item is equal to the quantity indicated in the row.
5d638a4719638800040879.png
In the upper table is the nomenclature that we sort through. In the "Series" input field, a series is scanned and using it we look for the remaining goods in the warehouse.
Further on the balance, we check if the balance in the warehouse is less than the quantity in the first table, it is necessary to start the same second cycle. If there are any other solutions, I will only be glad to help.
5d638af3dfc07432092277.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
Konstantin, 2019-08-26
@fosihas

until the total quantity transmitted through the barcode scanner for this item is equal to the quantity

well also start procedure or function under these conditions... well or a code piece.
What's stopping you.

A
AntHTML, 2019-08-27
@anthtml

Classic loop with postcondition LOOP ххххх
x = x + 1; WHEN x < n

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question