Search found 80 matches: nkeyflags

Return to advanced search

... oTimer DATA nTimer DATA bTimer // ------------------------------------------------------ // 2 Method LButtonDown METHOD LButtonDown( nRow, nCol, nKeyFlags ) CLASS TWBrowse local nClickRow, nSkipped local nColPos := 0, nColInit := ::nColPos - 1 local nAtCol //----- my_modi IF ::bTimer != nil ::nTimer ...
by Maurizio
Mon May 15, 2006 6:34 am
 
Forum: FiveWin for Pocket PC
Topic: TWBrowse right click
Replies: 16
Views: 5864

... ) oTree = TTreeView():New( 2, 0, oSelf:oWnd, CLR_BLACK ,nrgb(128,200,240), .T., .F., 300, 350, 'Proyectos' ) oTree:bLDblClick := { | nRow, nCol, nKeyFlags | oSelf:MyClick( nRow, nCol, oTree ) } oTree:SetImageList( oImageList ) While ++i <= Len( oSelf:aEmpresas ) oTree:Add( oSelf:aEmpresas[i] ...
by wilsongamboa
Mon Jan 23, 2006 1:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con Menu en tiempo de ejecucion
Replies: 8
Views: 2329

... <uValid> ] ; => ; [ <oBmp> := ] TImage():ReDefine( <nId>, <cResName>, <cBmpFile>,; <oWnd>, [\{ |nRow,nCol,nKeyFlags| <uLClick> \}],; [\{ |nRow,nCol,nKeyFlags| <uRClick> \}],; <.scroll.>, <.adjust.>, <oCursor>, <cMsg>, ...
by Manuel Aranda
Sun Nov 27, 2005 7:11 pm
 
Forum: FiveWin para CA-Clipper
Topic: Imprimir JPG de fondo de documento
Replies: 6
Views: 3462

... ; HEADERS "Pot","Rolls","Current Vol" SIZE 200,250 OF oWnd ; FIELDSIZES 30,40,40 UPDATE oLbx:blClicked := ; {|nRow,nCol,nKeyFlags| if(oLbx:nAtCol(nCol)=2,ShowRolls(),nil)} oLbx:lCellStyle := .T. oLBx:bSkip := {|nRecs| STOCKLOC->(DbSkipper(nRecs))} oLbx:bLine := {|| ...
by GWard
Tue Oct 18, 2005 8:46 am
 
Forum: FiveWin for Pocket PC
Topic: FONT And SetFont()
Replies: 8
Views: 3270

Many thanks,

I used oLbx:bLClicked := {|nRow,nCol,nKeyFlags| MyFunction(oLbx,nCol)}

Then

FUNCTION MyFunction(oLbx,nCol)
LOCAL iActualCol := oLbx:nAtCol(nCol)

do case
case iActualCol=1
endc
... Etc
by GWard
Wed Oct 12, 2005 8:22 am
 
Forum: FiveWin for Pocket PC
Topic: Retrieving Column clicked in LISTBOX browse
Replies: 2
Views: 1157
Previous

Return to advanced search