‎2007 Mar 19 10:32 AM
I'm using SAPSCRIPT, do we define ' HEADER' , ' MAIN' and 'FOOTER' in windows when we are creating a form
‎2007 Mar 19 10:34 AM
Header Main and Footer can be defined as windows as per the requirement.
Header for Header info like Title, Company name...logo.
Main for Item details
Footer for company address or page numbers.
Later you need to put these windows in Page to make them available.
‎2007 Mar 19 10:34 AM
Header Main and Footer can be defined as windows as per the requirement.
Header for Header info like Title, Company name...logo.
Main for Item details
Footer for company address or page numbers.
Later you need to put these windows in Page to make them available.
‎2007 Mar 19 10:35 AM
Hi,
MAIN window is a must for the Script. HEADER and FOOTER is upto your requirement. You can use your own names also for naming the Windows.Any anumber of windows you can create.Just for convenience sake we call them as Header (like our Header table of reach application document) and footer (to display signatures).
reward if useful.
Regards,
Anji
‎2007 Mar 19 10:36 AM
Main window is by default there for the script .
Yes you need to explictly define header and footer windows .
Regards,
Vijay
‎2007 Mar 19 10:36 AM
Further information is that you can create upto 99 Main windows in your form.
‎2007 Mar 19 10:50 AM
what is the difference between page and page window ..... I mean to say that which item do we put in page and which do we put in page widow.
‎2007 Mar 19 10:55 AM
Page: Is nothing but a plain page that you have defined.
Page Window: Has all the windows that you have put into the page.
‎2007 Mar 19 10:56 AM
Hi,
Pages are different from Page windows.
Page windows are the one, in which we write all our code like thing means all the fields and the symbols.
Pages are something like FIRS page and NEXT page, in which all the windows appear.
Cretae Pages first,then windows, then page windows, then in page windows create text elemts.
Hope you understood.
Regards,
ANJi
‎2007 Mar 19 10:58 AM
How can I specify the position of the selected window on the page and the dimensions of the window
‎2007 Mar 19 10:59 AM
in page windows you can define the position (upper margin , lower margin) of a window in page. Hope it helps.