Page 2 of 2

Re: HMG 3.0.29 Patch 'b'

Posted: Mon Apr 19, 2010 5:19 am
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

Re: HMG 3.0.29 Patch 'b'

Posted: Mon Apr 19, 2010 11:37 am
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

Re: HMG 3.0.29 Patch 'b'

Posted: Mon Apr 19, 2010 11:54 am
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.

Re: HMG 3.0.29 Patch 'b'

Posted: Mon Apr 19, 2010 2:07 pm
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.