Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Diff b/w report and script layout

Former Member
0 Likes
295

Hi ALL,

plz send me the diff b/w report and script Layout

Regards,

krithika

1 REPLY 1
Read only

Former Member
0 Likes
265

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.