All of a sudden, it seems, any multi-page report produced using OR_VIEW will hang when the 'Last Page' button is pressed. Has anyone ever experienced this or know what the problem is?
Cheers, Matt.
Matt ..
I guess nobody's got a clue. Way back when .. OI 3.4 or so would hang OR_VIEW if the calling line for the R/LIST sentence was in error. I typically set STATUS to 0 then
CALL OR_VIEW(parms)
IF GET_STATUS(status) THEN DEBUG
The contents of status will contain the error.
Don Miller
C3 Inc.
Thanks Don,
I've tried putting the status functions around the OR_VIEW. GET_STATUS returns successfull but it's parameter returns "Window already exists (vm) ORPRV", although that appears to be normal. The curious thing is that it only happens in our latest development version, and when I tried it this morning I could press 'Last Page' once but hung on the second press.
Cheers, M@
M@:
Ugly indeed. What version OI? What Windows client desktop?
Don M.
Don,
We're using OI 3.7
Seems to happen on W95, W98, and W2K so I guess it doesn't matter about the OS.
Cheers, M@