I can't use a report designer because fields positions needs to change in
code, so I want to display the report in a window. Doing that, the results
are overlaping regardless the windows dimmension (if the report is longer
than the number of lines /screen, starts overlaping.). Any imput or maybe
other solution for displaing a report in a window not using the report
designer (so the user can also scrool up and down, left to right )?

Thanks

RE: Displaing results in a window by MichelRoy

MichelRoy
Mon Dec 05 19:33:02 CST 2005

if your report is plain text, and is output to a file
you can preview on screen using MODI COMM (reportname)
it will scroll left/right up/down.

"Ian" wrote:

> I can't use a report designer because fields positions needs to change in
> code, so I want to display the report in a window. Doing that, the results
> are overlaping regardless the windows dimmension (if the report is longer
> than the number of lines /screen, starts overlaping.). Any imput or maybe
> other solution for displaing a report in a window not using the report
> designer (so the user can also scrool up and down, left to right )?
>
> Thanks

RE: Displaing results in a window by Ian

Ian
Tue Dec 06 11:07:02 CST 2005

It is plain text but doesn't use ?? so I can save it to a file. It does use

@ L,C SAY "..."
Thanks
"Michel Roy" wrote:

> if your report is plain text, and is output to a file
> you can preview on screen using MODI COMM (reportname)
> it will scroll left/right up/down.
>
> "Ian" wrote:
>
> > I can't use a report designer because fields positions needs to change in
> > code, so I want to display the report in a window. Doing that, the results
> > are overlaping regardless the windows dimmension (if the report is longer
> > than the number of lines /screen, starts overlaping.). Any imput or maybe
> > other solution for displaing a report in a window not using the report
> > designer (so the user can also scrool up and down, left to right )?
> >
> > Thanks

RE: Displaing results in a window by Ian

Ian
Tue Dec 06 13:05:02 CST 2005

I did find a solution. Thanks

"Ian" wrote:

> I can't use a report designer because fields positions needs to change in
> code, so I want to display the report in a window. Doing that, the results
> are overlaping regardless the windows dimmension (if the report is longer
> than the number of lines /screen, starts overlaping.). Any imput or maybe
> other solution for displaing a report in a window not using the report
> designer (so the user can also scrool up and down, left to right )?
>
> Thanks