OR_VIEW hangs on 'Last Page' (OpenInsight Specific)
At 11 FEB 2001 03:38:16PM Matt Crozier wrote:
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.
At 14 FEB 2001 12:28PM Don Miller - C3 Inc. wrote:
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.
At 14 FEB 2001 05:30PM Matt Crozier wrote:
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@
At 15 FEB 2001 08:51AM Don Miller - C3 Inc. wrote:
M@:
Ugly indeed. What version OI? What Windows client desktop?
Don M.
At 15 FEB 2001 03:57PM Matt Crozier wrote:
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@