|
From: Alexander S.K. <al...@be...> - 2013-03-11 10:18:57
|
Itamar M. Lins Jr. Lins ?????:
> Hi!
>
> * $Id: Changelog 2012 2013-03-07 09:03:56Z alkresin $
>
> I get this error:
>
> oDlg:bOnActivate := {||oBrw:Top(),oBrw:hwg_Setfocus()}
>
>
Where from this line is ? I've cleaned such occasions in HWGUI samples.
If this appeared in your application after the mass search and
replace, you need to change the oBrw:hwg_Setfocus() to oBrw:Setfocus(),
because the methods name aren't prefixed. And check your code, searching
for ":hwg_".
Regards, Alexander.
|