Page 4 of 8

Re: HMG 3.1.0 (Test)

Posted: Wed Nov 28, 2012 1:35 am
by Mario Mansilla
Hola :
La funcion GetDefaultPrinter() usando miniprint da error "Printer Configurations Failed (001)"
Esto no sucedia en Hmg.3.046 .
Parte de codigo que da error .

SELECT PRINTER GetDefaultPrinter() ;
ORIENTATION PRINTER_ORIENT_PORTRAIT ;
PAPERSIZE PRINTER_PAPER_LETTER ;
QUALITY PRINTER_RES_MEDIUM ;
Preview
Saludos .
Mario Mansilla

Re: HMG 3.1.0 (Test)

Posted: Wed Nov 28, 2012 3:28 am
by Rathinagiri
Hi,

In my system (Vista) statusbar and getdefaultprinter are working fine. Can you please post a screenshot?

Re: HMG 3.1.0 (Test)

Posted: Wed Nov 28, 2012 2:06 pm
by srvet_claudio
Mario Mansilla wrote:Hola :
En el ejemplo "STATUSBAR.1" el icono del item3 se repite en los iconos siguientes .
Esto no pasa en hmg.3.046 .
Uso win xp sp2

Saludos
Mario Mansilla
Gracias Mario.

The problem is only in XP, beautiful version of Windows !!!
I fixed the problem.

Saludos,
Claudio.

Re: HMG 3.1.0 (Test)

Posted: Wed Nov 28, 2012 2:26 pm
by Mario Mansilla
Hola Rathi :
Te envio una pantalla con el problema en el statusbar

Re: HMG 3.1.0 (Test)

Posted: Wed Nov 28, 2012 2:34 pm
by Mario Mansilla
Hola Rathi :
Esta es una parte del ejemplo Print modificado para que veas el error que me provoca :

*------------------------------------------------------------------------------*
Procedure PrintTest1()
*------------------------------------------------------------------------------*
Local i
Local cprinter := GetDefaultPrinter()

SELECT PRINTER cprinter ;
ORIENTATION PRINTER_ORIENT_PORTRAIT ;
PAPERSIZE PRINTER_PAPER_LETTER ;
QUALITY PRINTER_RES_MEDIUM ;
PREVIEW

PrintDoc()

MsgInfo('Print Finished')

Return

Saludos
Mario Mansilla

Re: HMG 3.1.0 (Test)

Posted: Wed Nov 28, 2012 2:39 pm
by Mario Mansilla
Hola Claudio :
Que bueno que pudiste corregir este problema del statusbar .
Muchas gracias a vos , Rathi , Roberto y todos por el tiempo y dedicaciĆ³n por mantener minigui .
Saludos .
Mario Mansilla

Re: HMG 3.1.0 (Test)

Posted: Thu Nov 29, 2012 2:11 am
by srvet_claudio
Mario Mansilla wrote:Hola Rathi :
Esta es una parte del ejemplo Print modificado para que veas el error que me provoca :

*------------------------------------------------------------------------------*
Procedure PrintTest1()
*------------------------------------------------------------------------------*
Local i
Local cprinter := GetDefaultPrinter()

SELECT PRINTER cprinter ;
ORIENTATION PRINTER_ORIENT_PORTRAIT ;
PAPERSIZE PRINTER_PAPER_LETTER ;
QUALITY PRINTER_RES_MEDIUM ;
PREVIEW

PrintDoc()

MsgInfo('Print Finished')

Return

Saludos
Mario Mansilla
I fixed the problem.

Re: HMG 3.1.0 (Test)

Posted: Thu Nov 29, 2012 1:59 pm
by Mario Mansilla
Muchas gracias Claudio .
Seguro Rathi publicara despues un patch con las correcciones .
Saludos
Mario Mansilla

Re: HMG 3.1.0 (Test)

Posted: Thu Nov 29, 2012 2:04 pm
by Rathinagiri
After a consolidation of all the fixes, I think we can publish the new version.

Re: HMG 3.1.0 (Test)

Posted: Thu Nov 29, 2012 8:38 pm
by joposadas
Un saludos a todos,

He bajado el nuevo release, sin embargo, al compilar mis programas los acentos no los muestra como deben, mira este ejemplo

VERSION: 3.1.0 (Test 2012-11-25) NO presenta los acentos
VERSION: 3.0.46 (Testo 2012-11-06) SI presenta bien los acentos

Anexo imagenes para que vean la diferencia.

De antemano gracias por la ayuda