2006 Dec 22 10:41 AM
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
2006 Dec 22 1:46 PM
create 2 windows and write logic to print first 25 lines in first window & then start in second window from 26
2006 Dec 22 2:30 PM
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