[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Cannot dump current sequence values from runtime license

Status
Not open for further replies.
H

Håvard Danielsen

Guest
OOPS: It is important to replace the do while true with repeat. repeat: import stream seq cName iSeq. oSequence = oSequenceSet:Find(cName). oSequence:CurrentValue = iSeq. end.

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