|
From: Basso, L. F. <lf...@vi...> - 2012-07-11 02:51:54
|
init dialog oDLG from resource DIALOG_TEST CLIPPER NOEXITESC NOEXIT ; HERE work fine code SVN Luis Fernando Basso lf...@vi... -----Mensagem Original----- From: ss...@ma... Sent: Tuesday, July 10, 2012 10:27 PM To: hwg...@li... Subject: Re: [Hwgui-developers] about hEdit ( GET ) Bug Hi~~ When I try to join the 'CLIPPER' to init dialog and the problem persists. modify hedit.prg can solution: //-------------------------------------------------------------------------------------------------- +223 ELSEIF msg == WM_GETDLGCODE // add:WenSheng:Resource Dialog get char is use WM_GETDLGCODE +224 IF wParam == VK_RETURN +225 GetSkip( oParent, ::handle, , 1 ) +226 RETURN 0 +227 ENDIF //-------------------------------------------------------------------------------------------------- > Hi > > does you add the CLIPPER clause to init dialog? > > Regards > Luiz > > > > > Hi~ > > > > I can't press VK_RETURN when I try use RESOURCE DIALOG and REDEFINE > > GET to get data, > > But If use INIT DIALOG and @ ... GET is Correct. > > > > |