|
From: Alexander S.K. <al...@be...> - 2013-02-14 12:32:11
|
oleksa пишет: > Hi! > > Is it enough to add the next lines (+) for correct work this func? > > FUNCTION GetSkip( oParent, hCtrl, lClipper, nSkip ) > LOCAL i, nextHandle, oCtrl > LOCAL oForm := iif( ( oForm := hwg_GetParentForm(oParent ) ) = Nil, oParent, oForm ) > + if oform:classname=="HFORMTMPL" > + oForm := oForm:oDlg > + endif > DEFAULT nSkip := 1 No, this is something, what is called "dirty hack", or "zalipuha" on Russian :). We need a more clean way. Regards, Alexander |