oohg / core

Files needed to build and use OOHG's libraries
https://oohg.github.io
GNU General Public License v2.0
8 stars 11 forks source link

Luego de Tprint.. Bloqueo del programa #131

Closed joseforozco closed 5 years ago

joseforozco commented 5 years ago

Describe the bug El programa se "bloquea" o no puedo retomar el focus.. luego de imprimir

Screenshots no aplica

Error logs no genera

To Reproduce FUNCTION Imprimir_remision()

LOCAL Destino LOCAL xxy := 0 LOCAL Rutica := hb_CurDrive() + ":" + Dirname() + "\" LOCAL yy := 0

Destino = Upper( "MINIRINT" ) Impresion := Tprint( Destino ) impreso++

WITH OBJECT Impresion :Init() :Selprinter( .F., .F., .F.,,, ) :Setunits( "MM", ) END WITH IF Impresion:Lprerror Impresion:release() RETURN ENDIF

Expected behavior

Additional information

fyurisich commented 5 years ago

Fixed. See b2a59c8

fyurisich commented 5 years ago

Subí a GitHub el arreglo para este problema.

Saludos Fernando Yurisich

El jue., 11 de abr. de 2019 a la(s) 21:38, José F. Orozco ( notifications@github.com) escribió:

Describe the bug El programa se "bloquea" o no puedo retomar el focus.. luego de imprimir

Screenshots no aplica

Error logs no genera

To Reproduce FUNCTION Imprimir_remision()

LOCAL Destino LOCAL xxy := 0 LOCAL Rutica := hb_CurDrive() + ":" + Dirname() + "" LOCAL yy := 0

Destino = Upper( "MINIRINT" ) Impresion := Tprint( Destino ) impreso++

WITH OBJECT Impresion :Init() :Selprinter( .F., .F., .F.,,, ) :Setunits( "MM", ) END WITH IF Impresion:Lprerror Impresion:release() RETURN ENDIF

Expected behavior

Additional information

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/oohg/core/issues/131, or mute the thread https://github.com/notifications/unsubscribe-auth/AA5ULPOED2OUPYH5Z5TJ3PDPP7KZBANCNFSM4HFMNH5Q .