|
From: <ss...@ma...> - 2012-07-11 01:27:38
|
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. > > > > |