printservice

beasscript-logo-small

Use the Beas print service to printing using Common Service (asynchrone printing). This service needs a running common service.

This function is special for WEB Development. For web development, use the Beas service layer - PrintService

 

Working with PrintService in Beas script:

declare=lprt=ue_printservice

ll_prt=lprt=of_sendrequest=title=mydocument<tab>[...aditional parameter]

// optional you can print directly

lprt.of_print=<ll_prt>

destroy=lprt

 

For details on all parameters, see PrintService.

If the service is  not related to a WEB APP, you must set all parameters.

If the service is called by a WEB APP or by a WEB APP Service, only the Parameter parameter must be set.