REETA1967
20th January 2003, 04:52
hi,
1. how to generate serial no. in the report like 1,2,3,4..........
2. How to print system date
Leenaa
20th January 2003, 06:34
1.To get print the serial number in report -------
declaration:
static domain tcsern srno
before.program:
srno=0
detail.1:
before.layout:
srno=srno+1
msno=srno
and print msno in report layout to print sr. no
2. to print system date --------
date.num()
Paul P
21st January 2003, 02:53
Dear Reeta1967,
Baan provides a way to easily insert date and several other general information (company name, time, etc.) into a report. Just go to menu Edit>Special Field
Rgds,
Paul