Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Unable to display lines in scripts

Former Member
0 Likes
431

Hi,

I am trying to develop a object using scripts,the problem is when iam trying to display horizontal and vertical lines in page2 they are not getting displayed,but the data is being displayed in page1,page2 and lines are getting displayed in page1.

Hi,

I am trying to develop a object using scripts,the problem is when iam trying to display horizontal and vertical lines in page2 they are not getting displayed,but the data is being displayed in page1,page2 and lines are getting displayed in page1.

2 REPLIES 2
Read only

vinod_vemuru2
Active Contributor
0 Likes
407

Hi Prince,

Check the window sizes in Page1 and page2. If window size is not sufficient in page2 then it will truncate. Also did u assigned the same windows to Page2? Are u using & symbol?

Also u can draw the table in script using BOX command instead of uline and vline.

Thanks,

Vinod.

Read only

0 Likes
407

Hi Vinod,

I just defined only Page1,if at all data exceeds the page limit then it generates page2.

I hope u understood my point.

Thanks for replay....