QUIT problem

Moderator: Rathinagiri

User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: QUIT problem

Post 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.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: QUIT problem

Post by Rathinagiri »

Nice Roberto. :) As simple as that.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
Post Reply