‎2011 Sep 29 7:38 AM
Dear Experts,
I have a program, and it show the report data by WRITE , for example ,
write:/ 'This is line 1'.
write:/ 'This is line 2'.
How could I adjust or increase the width between lines?
(I don't want to use "SKIP 1." , because I just want to increase less than one line width. )
Kindly give me some suggestions , Thanks a lot~
Yacoa
‎2011 Sep 29 8:03 AM
Hi,
I don't think the space between lines can be adjust with classic list output (unless with skip statements)...
You could achieve this with some OLE container that could display a word document instead, or perhaps even with an html object...
Kr,
m.
‎2011 Sep 29 8:03 AM
Hi,
I don't think the space between lines can be adjust with classic list output (unless with skip statements)...
You could achieve this with some OLE container that could display a word document instead, or perhaps even with an html object...
Kr,
m.
‎2011 Sep 29 8:09 AM
HI,
I guess it can be achieved only by skip.
or
write:/ 'This is line 1'.
write:/ .
write:/ 'This is line 2'.
regards,
koolspy.
‎2011 Sep 29 8:50 AM
Sorry, there is no way to adjust or increase the width between lines less then one line in write statement.
Take care,
Çağatay