PQTIII
IS-IT--Management
- Sep 21, 2004
- 110
I have yet to get this passing data from a sub back to the main right. I put the sub report in the header section of the main. No matter where I put @get date it always come up 0. I can't figure out what's going wrong.
I have @pass date in the footer of the sub:
WhilePrintingRecords;
shared numbervar shift:=Maximum ({hist_loads.shiftindex})
I have @get subshift in the footer of a group in the main:
WhilePrintingRecords;
shared numbervar shift
Thanks Paul
I have @pass date in the footer of the sub:
WhilePrintingRecords;
shared numbervar shift:=Maximum ({hist_loads.shiftindex})
I have @get subshift in the footer of a group in the main:
WhilePrintingRecords;
shared numbervar shift
Thanks Paul