HMG 3.0.29 Patch 'b'

HMG announcements; Latest HMG-related news, releases, fixes and updates.

Moderator: Rathinagiri

User avatar
mol
Posts: 3805
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG 3.0.29 Patch 'b'

Post by mol »

Roberto Lopez wrote: I've should rename this release as Marek's homage :)
since I've added Grid expressions support after your request...
I'm impressed with your words, Roberto!
But, my work was only an indication of minor deficiencies :)

Many thanks
claudiotedesco
Posts: 132
Joined: Thu Jul 31, 2008 12:05 pm

Re: HMG 3.0.29 Patch 'b'

Post by claudiotedesco »

Hola Roberto

Te comento que tuve el mismo problema que con el pacth a
Te adjunto otro ejemplo que arme y siempre me da este error

Date:04/19/10 Time: 08:35:53
Error BASE/1066 Argument error: conditional


Called from _DEFINEWINDOW(3700)
Called from MAIN(4)


Estoy trabajando con W 2000 SP4
Te adjunto el ejemplo
Attachments
Sample.rar
(27.52 KiB) Downloaded 260 times
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMG 3.0.29 Patch 'b'

Post by Roberto Lopez »

claudiotedesco wrote:Hola Roberto

Te comento que tuve el mismo problema que con el pacth a
Te adjunto otro ejemplo que arme y siempre me da este error

Date:04/19/10 Time: 08:35:53
Error BASE/1066 Argument error: conditional


Called from _DEFINEWINDOW(3700)
Called from MAIN(4)


Estoy trabajando con W 2000 SP4
Te adjunto el ejemplo
Claudio, the sample works perfectly here.

I'll publish a complete release containing both patches.

When done, please do a clean installation and test again.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMG 3.0.29 Patch 'b'

Post by Roberto Lopez »

claudiotedesco wrote:Hola Roberto

Te comento que tuve el mismo problema que con el pacth a
Te adjunto otro ejemplo que arme y siempre me da este error

Date:04/19/10 Time: 08:35:53
Error BASE/1066 Argument error: conditional


Called from _DEFINEWINDOW(3700)
Called from MAIN(4)


Estoy trabajando con W 2000 SP4
Te adjunto el ejemplo
The line #3700 (h_windows.prg, _DefineWindow function) in current 3029b library is:

Code: Select all

		aAdd ( _HMG_SYSDATA [ 68 ]	, .f. )
The error you've posted for the line #3700 is not possible to arise on such line, so I guess that you are mixing versions...

As I've said, I'm preparing 3.0.30 with integrated patches to avoid problems.

Please, re-test with the new version when published.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
Post Reply