Page 1 of 1

HMG 2.8.5 (Forum Test)

Posted: Fri Apr 17, 2009 11:35 pm
by Roberto Lopez
Hi All,

Here is a new test.

I've fixed double execution and problems with value property.

To install, merge the attached file with your current HMG installation (please backup first).

Please, test and report any problem.

Thanks in advance.

Regards,

Roberto.

Re: HMG 2.8.5 (Forum Test)

Posted: Sat Apr 18, 2009 3:22 am
by Rathinagiri
Yes. It's great.

Thanks Roberto. It is working now as expected. So nice of you.

Re: HMG 2.8.5 (Forum Test)

Posted: Sat Apr 18, 2009 3:28 am
by jrendon
Perfect i'm testing now

Re: HMG 2.8.5 (Forum Test)

Posted: Sat Apr 18, 2009 3:47 am
by esgici
Roberto Lopez wrote: ... test and report any problem.
Tested.

Now everything is okay and more clear ( it's seeming to ... ;) )

Best Regards

--

Esgici

Re: HMG 2.8.5 (Forum Test)

Posted: Sat Apr 18, 2009 3:53 am
by Roberto Lopez
Roberto Lopez wrote:Hi All,
<...>
Please, test and report any problem.
Thanks to all for testing.

I'm testing too and I've found a little new problem.

If you omit value at control definition a runtime error is generated.

I've just fixed.

Anyway appears to be that there will be a 2.8.6 test :)


Thanks again.

Regards,

Roberto.

Re: HMG 2.8.5 (Forum Test)

Posted: Sat Apr 18, 2009 3:56 am
by fchirico
Roberto Lopez wrote:Hi All,

Here is a new test.

Please, test and report any problem.

Roberto.
Roberto, primero que nada muchas gracias.

He probado el test 2.8.5 y hasta ahora va todo bien. Solo tengo una duda:

En el sample\grid_23 dice:

DEFINE GRID Grid_1
ROW 10
COL 10
WIDTH 500
HEIGHT 322
HEADERS {'Column 1','Column 2','Column 3'}
WIDTHS {100,100,100}
ITEMS aRows
VALUE 1
ALLOWEDIT .T.
CELLNAVIGATION .T.
ONCHANGE GridChange()
VALUE { 3 , 2 }
END GRID

veo que hay dos propiedades VALUE, entonces pregunto si CELLNAVIGATION es .F. la propiedad VALUE que vale es la que no se indica por ARRAY?
Si deseo trabajar sin CELLNAVIGATION .T. la propiedad VALUE debe especificarse sin ARRAY no?

muchas gracias y seguiré probando.

Saludos, Fernando Chirico.

Re: HMG 2.8.5 (Forum Test)

Posted: Sat Apr 18, 2009 4:08 am
by Roberto Lopez
fchirico wrote:
Roberto Lopez wrote:Hi All,

Here is a new test.

Please, test and report any problem.

Roberto.
Roberto, primero que nada muchas gracias.

He probado el test 2.8.5 y hasta ahora va todo bien. Solo tengo una duda:

En el sample\grid_23 dice:

DEFINE GRID Grid_1
ROW 10
COL 10
WIDTH 500
HEIGHT 322
HEADERS {'Column 1','Column 2','Column 3'}
WIDTHS {100,100,100}
ITEMS aRows
VALUE 1
ALLOWEDIT .T.
CELLNAVIGATION .T.
ONCHANGE GridChange()
VALUE { 3 , 2 }
END GRID

veo que hay dos propiedades VALUE, entonces pregunto si CELLNAVIGATION es .F. la propiedad VALUE que vale es la que no se indica por ARRAY?
Si deseo trabajar sin CELLNAVIGATION .T. la propiedad VALUE debe especificarse sin ARRAY no?

muchas gracias y seguiré probando.

Saludos, Fernando Chirico.
English:

It's my mistake. You must eliminate 'value 1' line.

Español:

Es mi error. Hay que eliminar la línea 'value 1'.

Gracias por reportarlo.

Saludos,

Roberto.