Hi all,
I have a problem with "subfile control overlaps subfile record".
I give Unit num in the first dsply file, if its valid ,then i display all the details like Kilometer in another screen using subfile(load all).
But again i want to add the total kilometer displayed in that subfile screen for that particular Unit number.
I tried to add the TotalKM field in the control rec format, but iam getting the error CPD7812.
Where do i want to add this TotalKM field?
can anyone suggest?
My dsply file look like below....
*******************************************
Activity Date Unit Number Keyed Miles
66/66/6666 9999999 9999
66/66/6666 9999999 9999
66/66/6666 9999999 9999
66/66/6666 9999999 9999
66/66/6666 9999999 9999
TotalKM(I want to get the total field below Keyed miles )
************************************************** **
Thks,
Susan.
I have a problem with "subfile control overlaps subfile record".
I give Unit num in the first dsply file, if its valid ,then i display all the details like Kilometer in another screen using subfile(load all).
But again i want to add the total kilometer displayed in that subfile screen for that particular Unit number.
I tried to add the TotalKM field in the control rec format, but iam getting the error CPD7812.
Where do i want to add this TotalKM field?
can anyone suggest?
My dsply file look like below....
*******************************************
Activity Date Unit Number Keyed Miles
66/66/6666 9999999 9999
66/66/6666 9999999 9999
66/66/6666 9999999 9999
66/66/6666 9999999 9999
66/66/6666 9999999 9999
TotalKM(I want to get the total field below Keyed miles )
************************************************** **
Thks,
Susan.



More is always extra !
Comment