|
From: Alexander S.K. <al...@be...> - 2013-02-18 10:46:21
|
oleksa writes:
> Hi!
>
> Alexander, thanks for recent fix.
>
> And next, incorrect order of parameters in eval, need Eval( ::bChange2, Self, ::nActive ) instead of Eval( ::bChange2, ::nActive, Self ), am i right?
>
>
I can live with the parameters order, which is there now, we may
change the hello.prg and, maybe, other samples, where ON CHANGE is used.
But in this case we have to change another instance of Eval( ::bChange )
- see line 618, where the opposite order is used ( ::bChange and
::bChange2 are the same in some occasions ).
Regards,
Alexander.
|