Page 3 of 3

Re: QUIT problem

Posted: Wed Apr 28, 2010 9:43 pm
by Roberto Lopez
Roberto Lopez wrote:
Steed wrote:Hi, Roberto

Something is happend with command QUIT i think is overlaped the commad oExcel:Quit(), attached please find a little example. the error that these show is: Test.prg(52) Error E0030 Syntax error "syntax error at 'WINDOW'"


Regards,

Ed

Hola Roberto,

Algo esta pasando con el comando QUIT , creo que esta traslapando el comando oExcel:Quit(), adjunto un pequeño ejemplo, el error que muestras es:
Test.prg(52) Error E0030 Syntax error "syntax error at 'WINDOW'"


Saludos,

Ed
I'll check it ASAP.

Thanks for reporting.

I've found the problem.

I've added the following directive:

Code: Select all

#xtranslate QUIT  => RELEASE WINDOW ALL
But it should be:

Code: Select all

#command QUIT  => RELEASE WINDOW ALL
This should solve the problem.

Re: QUIT problem

Posted: Thu Apr 29, 2010 3:10 am
by Rathinagiri
Nice Roberto. :) As simple as that.