I have changed the calls ::nStyle := ...... to
- Code: Select all Expand view
- ::nStyle = nOR( WS_CHILD, WS_VISIBLE, if(oWnd:IsKindOf( "TDIALOG" ), WS_TABSTOP, 0 ) )
Is this right?
::nStyle = nOR( WS_CHILD, WS_VISIBLE, if(oWnd:IsKindOf( "TDIALOG" ), WS_TABSTOP, 0 ) )
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 19 guests