‎2006 Jul 26 10:29 AM
Hi ALL,
plz send me the diff b/w report and script Layout
Regards,
krithika
‎2006 Jul 26 10:33 AM
report as in the script driver prog is wat u mean?
layout - has the design of the form, attributes that ur printing on the form etc. Tells u how exactly ur output will look!
report (driver prog) - controls the layout.....U code for fetching the data to be printed etc here, and pass it on to the layout. You initialze and call teh layout through ur report and pass the data.
Hope it helps....
-Aarthi.