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

how to set table side by side

Former Member
0 Likes
555

Hi sir/mam,

I have a requirement to set a table fields that must split aftre completion of 25 lines from 26 record must come side of 1st record ie. side by side in main window .

totals in footer and field names in header corespondingly.please help requirment is urgent.

with regards,

khadar

Hi sir/mam,

I have a requirement to set a table fields that must split aftre completion of 25 lines from 26 record must come side of 1st record ie. side by side in main window .

totals in footer and field names in header corespondingly.please help requirment is urgent.

with regards,

khadar

2 REPLIES 2
Read only

Former Member
0 Likes
482

create 2 windows and write logic to print first 25 lines in first window & then start in second window from 26

Read only

Former Member
0 Likes
482

1. First create two main windows in the area .

MAIN 1 MAIN2

1.

2.

3.

4.

5.

This will be MAIN 00 Main window

MAIN 01 Main window

Now maintain the same element interface in both the windows exaclty .

Cause u want to fill the values the call in the write form through the element should be the same .

as once main window 00 is filled say from next line onwards it will call the same element in window main which passes this to window 01 ..

and hence the logic..

regards,

vijay