Search found 17 matches: nlogicpos

Return to advanced search

PROBLEMAS CON EL TWBROWSE

... ::nRowPos ::nRowPos = ::nLen endif ::DrawSelect() endif ::DispEnd( aInfo ) If ::oVScroll != Nil .and. ::bLogicPos != Nil if ::lHitTop .or. ( ::nLogicPos!= nil .and. ::nLogicPos <= 1 ) .or. ::lGoTop .or. ::nLen <= 1 ::oVScroll:SetPos( 1 ) elseif ::lHitBottom .or. ::lGoBottom ::oVScroll:SetPos( ...
by ROBER68
Fri Jun 21, 2013 5:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMAS CON EL TWBROWSE
Replies: 1
Views: 926

TSBROWSE 9.0

... .t. obRW2:lNoChangeOrd:= .t. obRW2:lFooting := .t. obRW2:lNoMoveCols := .t. obRW2:lNoHScroll := .t. obRW2:nFreeze := 2 bColor := {|| If(oBrw2:nLogicPos() % 2 = 0,CLR_LGRAY,CLR_LGREEN) } obRW2:SetColor( { 1, 3, 4, 5, 6, 9, 10, 13, 15, 11, 12, 14 }, ; { CLR_BLACK,; CLR_BLACK,; nRGB(211, 227, ...
by MGA
Mon Jan 04, 2010 10:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TSBROWSE 9.0
Replies: 2
Views: 1219

Sr. Manuel - TSBROWSE incremental search!

... .t. obRW2:lNoChangeOrd:= .t. obRW2:lFooting := .f. obRW2:lNoMoveCols := .f. obRW2:lNoHScroll := .t. obRW2:nFreeze := 4 bColor := {|| If(oBrw2:nLogicPos() % 2 = 0,CLR_LGRAY,CLR_LGREEN) } obRW2:bKeyDown := {|nKey| if(nKey==VK_INSERT,fwhtradicmanut(.t.,oBrw2),; if(nKey==VK_RETURN,fwhtradicmanut(.f.,oBrw2),; ...
by MGA
Tue Oct 13, 2009 10:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Sr. Manuel - TSBROWSE incremental search!
Replies: 3
Views: 783

... MoveColumn( nColPos, nNewPos ) METHOD nAtCol( nColPix, lActual ) METHOD nAtIcon( nRow, nCol ) METHOD nColCount() INLINE Len( ::aColumns ) METHOD nLogicPos() METHOD nRowCount() INLINE ; CountRows( ::hWnd, ::nHeightCell, If( ::lDrawHeaders, ::nHeightHead, 0 ), ; If( ::lFooting .and. ::lDrawFooters, ...
by Natter
Mon Sep 08, 2008 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bChange
Replies: 9
Views: 5460

SR.MANUEL MERCADO TSBROWSE - lNoVScroll

... {|nKey| if(FWTECLASEDITAVEIS(nkey),(oprod:setfocus(),keybd_event(nKey,,,0)),Nil)} oBrw2:bOnEscape := {|| oWndChild:end() } bColor := {|| If(oBrw2:nLogicPos() % 2 = 0,CLRT1,CLRT2) } obRW2:SetColor( { 1, 3, 4, 5, 6, 9, 10, 13, 15, 11, 12 }, ; { CLR_BLACK,; CLR_BLACK,; nRGB(211, 227, 247),; CLR_WHITE,; ...
by MGA
Fri Jul 04, 2008 2:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SR.MANUEL MERCADO TSBROWSE - lNoVScroll
Replies: 3
Views: 987

... oTbr, oVar ) } oTbr:ChangeFont( oPub:hFntBarra, , 2 ) oTbr:SetIndexCols( 1, 2 ) oTbr:SetColor( { 2, 4, 5, 6, 11, 12, 14, 15 } ,; { {|| IF( oTbr:nLogicPos % 2 = 0, oPub:nClrBrw1, oPub:nClrBrw2 ) },; { GetSysColor(9), CLR_HGRAY } ,; { CLR_BLACK } ,; { nRgb( 254,112,0 ), nRgb( 251,219,181 ) } ,; ...
by Eajunior
Mon Jun 23, 2008 11:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TSBROWSE
Replies: 2
Views: 938

SR.MANUEL - TSBROWSE - SUPER HEADER

... obRW2:lNoMoveCols := .T. **obRW2:bchange := {|| } **obRW2:bKeyDown := {|nKey| } **oBrw2:bOnEscape := {|| oWndChild:end() } bColor := {|| If(oBrw2:nLogicPos() % 2 = 0,CLR_LGRAY,CLR_LGREEN) } obRW2:SetColor( { 1, 3, 4, 5, 6, 9, 10, 13, 15, 11, 12 }, ; { CLR_BLACK,; CLR_BLACK,; nRGB(211, 227, 247),; ...
by MGA
Fri May 02, 2008 2:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SR.MANUEL - TSBROWSE - SUPER HEADER
Replies: 9
Views: 2016

Para Manuel Mercado - ERRO TSBROWSE

... } bColor := {|| If(oBrw3:nLogicPos() % 2 = 0,CLRT1,CLRT2) } obRW3:SetColor( { 1, 3, 4, 5, 6, 9, 10, 13, 15, 11, 12 }, ; { CLR_BLACK,; CLR_BLACK,; nRGB(211, 227, 247),; CLR_WHITE,; ...
by MGA
Thu Apr 17, 2008 11:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Manuel Mercado - ERRO TSBROWSE
Replies: 4
Views: 1183

... {|nKey| if(FWTECLASEDITAVEIS(nkey),(oprod:setfocus(),keybd_event(nKey,,,0)),Nil),; if(nKey==VK_ESCAPE,oWndChild:end(),NIL)} bColor := {|| If(oBrw2:nLogicPos() % 2 = 0,CLR_LGRAY , CLR_LGREEN ) } obRW2:SetColor( { 1, 3, 4, 5, 6,9,10 , 13, 15, 11,12 }, ; { CLR_BLACK,; CLR_BLACK,; nRGB(211, 227, 247),; ...
by MGA
Mon Apr 07, 2008 6:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SR.MANUEL MERCADO-BKEYDOWN TSBROWSE
Replies: 14
Views: 5058

... .or. obRW2:nAt>Len(subgrupos),0,subgrupos[obRW2:nat,2]),@aprodsubs,@npg,@nto,tchbtn,tipo,fwdeabrtc,cDigProdvd) } bColor := {|| If(oBrw2:nLogicPos() % 2 = 0, CLR_LGRAY , CLR_LGREEN ) } obRW2:SetColor( { 1, 3, 4, 5, 6,9,10 , 13, 15, 11,12 }, ; { CLR_BLACK,; CLR_BLACK,; nRGB(211, 227, 247),; ...
by MGA
Mon Apr 07, 2008 11:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: SR.MANUEL MERCADO-BKEYDOWN TSBROWSE
Replies: 14
Views: 5058

Para Manuel Mercado - TSBROWSE

... .f. ),objdisable(odgets) } obRW:bchange := {|| FW803MostraTotal(@nTotQtd,@nTotal,@nTotGer,cConsiEmbal,nAcreDes,cModo,obRW) } bColor := {|| If(oBrw:nLogicPos() % 2 = 0, CLR_LGRAY , CLR_LGREEN ) } obRW:SetColor( { 1, 3, 4, 5, 6,9,10 , 13, 15, 11,12 }, ; { CLR_BLACK,; CLR_BLACK,; nRGB(211, 227, 247),; ...
by MGA
Mon Mar 17, 2008 11:29 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Manuel Mercado - TSBROWSE
Replies: 3
Views: 1030

... ) ,nil ),; ::nLogicLen ) #xtranslate __LOGIC_POS__ => ; ( if( ::lLogicPos, ( n:= Eval( bLogicPos ),; ::lLogicPos:= .F.,; if( "N"$ValType(n), ::nLogicPos:= n, nil ) ) ,nil ),; ::VerifyLogicPos(::nLogicPos) ) #xtranslate VSCROLL_WIDTH => ; If( ::oVScroll != Nil .and. Eval(::bLogicLen) > ...
by FWHISHOW
Wed Dec 12, 2007 4:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TWBROWSE - bkeydown não aceita VK_UP?
Replies: 9
Views: 4177

Thans, it works now.

... I've changed to use TSbrowse instead of TWbrowse and Comix&ClipMore. The result is ::nRowPos -> All items alway show '1' after refresh. ::nLogicPos -> It shows the item number belonging to Comix but do not support ClipMore. Because I used both ::nAt -> It works fine. Best regards, ...
by dutch
Mon Aug 07, 2006 4:58 am
 
Forum: FiveWin for CA-Clipper
Topic: What is the item number in the Twbrowse()?
Replies: 5
Views: 1914

What is the item number in the Twbrowse()?

Dear All,

How can I get item number in the Twbrowse as :nLogicPos() of TSbrowse().

Best regards,
Dutch
by dutch
Wed Aug 02, 2006 7:07 pm
 
Forum: FiveWin for CA-Clipper
Topic: What is the item number in the Twbrowse()?
Replies: 5
Views: 1914

DATA { || StrZero( ::oBrw:nAT, 4 ) }

try :
DATA { || StrZero( ::oBrw:nlogicpos(), 4 ) }

regards

KOK
by kok joek hoa
Thu Jul 06, 2006 5:54 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tsbrowse 7.0
Replies: 2
Views: 918
Next

Return to advanced search