Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Viewing long text output

oscarh81
Beginner
423 Views
Hi,
I am using CVF Standard Edition 6.1.A to write a QuickWin application. I have opened and sized the text window with the follwing statements:

open (UNIT= 10, file = 'user', title = 'Results', &
iofocus = .true. )
winfo.H = 100
winfo.W = 85
winfo.TYPE = QWIN$SET
iret = SETWSIZEQQ(10, winfo)

I am writing a large number of text lines to this child window using the WRITE command. I can see the text appearing as it is been written in the window. However, when it is done writing, I am able to scroll up to review the output text, but only up to a certain line. This is true even if I increase the height of the text window.

Is it possible to be able to scroll up all the way to the beginning of the text to review the entire output?

Thanks for your help,

Oscar
0 Kudos
0 Replies
Reply