E
ecsousa
Guest
Thank you ........ do you think this is the best solution? I did the same..... and "solve" my problem except because too time-consuming Define Variable myObject As Char no-undo. define variable loop as Progress.Lang.Object no-undo. Assign myObject = "1234". loop = Session:First-object. Do While valid-object(loop) : if (loop:tostring() = myObject) then Do: MESSAGE "Found!!!" VIEW-AS ALERT-BOX INFO BUTTONS OK. Leave. End. loop = loop:Next-sibling. End.
Continue reading...
Continue reading...