For a good scheduling I have to know how long a report takes. (handling about 900 reports) The following I tried to get seconds, but it's not working, result is 0. Who can help?
report header:
beforereadingrecords;
datetimevar starttime := CurrentDateTime;
report footer:
whileprintingrecords;
datetimevar starttime;
datediff('s', starttime, CurrentDateTime);
Thanks
Gruß, Holger
wocogroup.com
CR/BO XI R2, MS Server 2003, Oracle, ERP FOSS/Ordat, ClientSystem FIS
report header:
beforereadingrecords;
datetimevar starttime := CurrentDateTime;
report footer:
whileprintingrecords;
datetimevar starttime;
datediff('s', starttime, CurrentDateTime);
Thanks
Gruß, Holger
wocogroup.com
CR/BO XI R2, MS Server 2003, Oracle, ERP FOSS/Ordat, ClientSystem FIS