Skip to content

Instantly share code, notes, and snippets.

@pabloae
pabloae / gf_print_ie_ole_object.srf
Created October 2, 2014 10:50
Global function to print or show the print page setup of a Microsoft Web Browser Control in PowerBuilder
$PBExportHeader$gf_print_ie_ole_object.srf
$PBExportComments$Función global para la impresión del contenido de un objeto ole "Microsoft Web Browser" Control o para la configuración de su impresión
global type gf_print_ie_ole_object from function_object
end type
forward prototypes
global subroutine gf_print_ie_ole_object (ref olecustomcontrol p_ole_object, boolean p_only_page_setup)
end prototypes
global subroutine gf_print_ie_ole_object (ref olecustomcontrol p_ole_object, boolean p_only_page_setup);///////////////////////////////////////////////////////////////////////