|
From: Alexander S.K. <al...@be...> - 2013-03-12 06:35:37
|
Itamar M. Lins Jr. Lins ?????: > !Hi > I get erro while use HWG_SETFOCUS() in HEDIT or HBROWSE. > > Error BASE/1004 Message not found: HEDIT:HWG_SETFOCUS > ... This goes somewhere from your prg, isn't it ? There is something like oEdit:hwg_Setfocus() ? So, as I wrote before, you need to change the method calls oEdit:hwg_Setfocus() to oEdit:Setfocus() in your prgs. Regards, Alexander. |