[Stackoverflow] [Progress OpenEdge ABL] Progress 4GL - update

Status
Not open for further replies.
T

Taki Tam

Guest
how can I check if update was successful when I run this For Each

FOR EACH products WHERE products.name = "ProductsName": update price = 1000. END.

Sometimes this For Each is ok, but sometimes when record is lock it doesn't work. I need run this For Each via WebSpeed and return true when For Each is successful or false when not. How can I get this result?

Continue reading...
 
Status
Not open for further replies.
Top