Hi all,
Working on this now with no luck. I know for example you can mveval alias.d.totrec to get the record count. And the docs state that for example mvgo to alias.d.totrec actually moves the record pointer to that last row. Which implies that while you are in a mvwhile loop (say while NOT alias.d.eof) - that when the loop is on the last row, there is a variable that can be read to see if that is true. So to see if you are not on that last row I assume the snytax is something like <mvif expr="{NOT alias.d.totrec}">blah blah</mvif>. So what would it be to test if it is true then? Something like <mvif expr="{YEP alias.d.totrec}">blah blah</mvif>. Lol ..
Working on this now with no luck. I know for example you can mveval alias.d.totrec to get the record count. And the docs state that for example mvgo to alias.d.totrec actually moves the record pointer to that last row. Which implies that while you are in a mvwhile loop (say while NOT alias.d.eof) - that when the loop is on the last row, there is a variable that can be read to see if that is true. So to see if you are not on that last row I assume the snytax is something like <mvif expr="{NOT alias.d.totrec}">blah blah</mvif>. So what would it be to test if it is true then? Something like <mvif expr="{YEP alias.d.totrec}">blah blah</mvif>. Lol ..
Comment