Search found 244 matches: blclicked

Return to advanced search

... ) IF !EOF() dbSkip(1) ENDIF NEXT oDlg:Activate( Upper("maximized"), oDlg:bLClicked, oDlg:bRClicked, oDlg:bMoved, oDlg:bResized, oDlg:bPainted, oDlg:bKeyDown, oDlg:bInit,,,,,,,,,,, oDlg:bLButtonUp ) return nil 
by devwin2004
Thu Dec 29, 2005 1:06 pm
 
Forum: FiveWin para CA-Clipper
Topic: Ayuda con Arrays TestData[nI,4] = desig->nmes
Replies: 3
Views: 1206

MDIchild problem

... .t. ) ::oFld:SetOption( ::nFld ) ::oFld:bChange := { || ::nOldFld := ::nFld, ::nFld := ::oFld:nOption, ::FldChg() } ::oFld:aDialogs[ ::nFld ]:bLClicked := { || ::nOldFld := ::nFld, ::nFld := ::oFld:nOption, ::FldChg() } ::oFld:SetFont( wndMain():oFont ) if ::nWd == 1 ::oWnd:SetControl( ::oFld ...
by Rimantas
Fri Oct 21, 2005 5:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDIchild problem
Replies: 3
Views: 2090

... ; 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))} ...
by GWard
Tue Oct 18, 2005 8:46 am
 
Forum: FiveWin for Pocket PC
Topic: FONT And SetFont()
Replies: 8
Views: 3288

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: 1158
Previous

Return to advanced search