[stackoverflow] [progress Openedge Abl] How Do I Skip To The Next Record On A Find Within A...

  • Thread starter Mr. Derpinthoughton
  • Start date
Status
Not open for further replies.
M

Mr. Derpinthoughton

Guest
I've been working on a code that runs a for each and a find inside it, and I need to skip the record found by the find statement if it doesn't match the for each one, but I'm unintentionally skipping the table on the for each.

for each <table>.
find <table1> where <table1>.<code> = <table>.<code> no-lock no-error.
if not avail <table1>
then next.
end.


Instead of skipping <table1> when not found, it's skipping <table>, Is there a way to fix this?

Version:

OpenEdge Release 10.2B

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