PDA

Ver la Versión Completa : Problemas con ventanas iguales sapscript


hardrake
03/08/07, 12:58:58
Hola a todos. Tengo un problema con un sapscript, os comento.
Necesito que en el sapscript tenga dos ventanas iguales (tipo main, ya que guardan posiciones de facturas). Deben tener los mismos datos, dado que la impresion se divide en tres partes; la parte de arriba es la main, la parte del medio sería la segunda main y la parte de abajo, es el cheque. Pues bien he copiado la main y la he pegado, con los mismos datos y no me pinta nada en la segunda main. No se a que se deberá pero agradecería vuestra ayuda.

Jacampos
03/08/07, 20:34:25
Puedes probar esto

u need to go for SPLITTING THE MAIN WINDOW !!!

Main windows in page windows allow you to format text in multiple columns. Define an area in the page window, in which to position the main windows.

Here is the procedure !!

-->Create a page window and assign it to a page.
Choose Edit --> Main windows.
A dialog box appears.

-->Enter values in the fields Area width and Area height in accordance with the input guidelines for main windows.

-->Enter values in the fields Spacing and Number in the Horizontal group if you want to use multiple columns. You can ignore the fields in the Vertical group.
Determine how many columns and line areas are required for label printing. Then enter the corresponding values in the fields in the Horizontal and Vertical groups.

-->The value in the field Left margin varies from main window to main window if multiple columns are used. The following applies:


Left margin of current column + Window width + Horizontal spacing = Left margin of next column

In label printing, the field Upper margin also varies from main window to main window:

Upper margin of current main window + Window height + Vertical spacing = Upper margin of next main window

-->Enter a value in the field Start position.
This is a counter. Enter a starting value which is equal to or greater than 1.

-->The main windows are added to the list.

-->Save your form.