Quien me puede aclarar esta Duda IMPRIMIR MAS De Una Pagina
Posted: Sat Mar 09, 2019 12:08 am
Amigos
Disculpen mi ignorancia.
Algun amigo me puede explicar lo que significa este Código que esta en Testrtf5.prg, en la función " function PrintBox( lPreview,oRTF ) ":
Que representa lo siguiente:
hWnd = ??
aRTF[ 2 ] = ??
IsSelection() = ??
hDCOut = ??
hDC = ??
Desde ya muchas gracias por su ayuda
Saludos
Antonio
Disculpen mi ignorancia.
Algun amigo me puede explicar lo que significa este Código que esta en Testrtf5.prg, en la función " function PrintBox( lPreview,oRTF ) ":
Code: Select all | Expand
oPrn:Box( aRTF[ 2 ], 500, aRTF[ 2 ] + 1000, 1500 )
aRTF := REPrintBox5( oRTF:hWnd, If( lPreview, oPrn:hDCOut, oPrn:hDC ), ;
oRTF:IsSelection(), ;
aRTF[ 2 ] + 10, 510, 1490, aRTF[ 2 ] + 990, aRTF[ 1 ] )
Que representa lo siguiente:
hWnd = ??
aRTF[ 2 ] = ??
IsSelection() = ??
hDCOut = ??
hDC = ??
Desde ya muchas gracias por su ayuda
Saludos
Antonio