Il 22/02/2009 17.40, Enrico Maria Giordano ha scritto:

Ok, second problem. Why the following sample doesn't print "Hello"?

Because you wrote "Hallo" :-D
Apart from jokes, in GET you have to override _POS and not Pos, because Pos is defined as Access/Assign, so in case of assignment you have to override _Pos. You have to change:

   OVERRIDE METHOD Pos CLASS GET WITH EMAG_SetPos
in
   OVERRIDE METHOD _Pos CLASS GET WITH EMAG_SetPos

Best regards,

Francesco
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to