Search found 39 matches: ncolact

Return to advanced search

olbx:ncolAct
guarda el número de columna actual


olbx:lcellstyle := .t.
olbx:bLClicked:={|nRow,nCol|MSGALERT(olbx:ncolact)}


Un saludo

Marcelo Jingo
by sjingo
Tue Jul 18, 2006 3:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Browse de Hernan
Replies: 2
Views: 735

... evidenziasse tale cella, a tale scopo passo i parametri (x,y) ad una mia funzione e riesco a settare con : function miafunc param _y,_x,oBrw oBrw:nColAct:=_x && e funziona nel senso che si evidenzia la cella X oBrw:refresh() * non riesco pero' ad evidenziare la cella Y * ho provato con ...
by Piscicelli Zingoni
Tue Apr 04, 2006 4:12 pm
 
Forum: All products support
Topic: quale lausare ?
Replies: 14
Views: 4973

Pare impossibile ma ho trovato cosa cercavo. Volevo sapere la colonna su cui ero posizionato e questa e' l'istruzione: oBrw:nColAct Evidentemente ti sei rifiutato di esaminare il mio esempio che conteneva, appunto, quell'istruzione. Come mai? La mia nuova domanda e': 1) per sapere il ...
by Enrico Maria Giordano
Fri Mar 31, 2006 4:50 pm
 
Forum: All products support
Topic: quale lausare ?
Replies: 14
Views: 4973

Pare impossibile ma ho trovato cosa cercavo. Volevo sapere la colonna su cui ero posizionato e questa e' l'istruzione: oBrw:nColAct sfuttando l'istruzione: oBrw:bLClicked = { | nRow, nCol | mia_funzione( nRow, nCol, oBrw, oDlg ) } La mia nuova domanda e': 1) per sapere il nColAt mi devo ...
by Piscicelli Zingoni
Fri Mar 31, 2006 4:30 pm
 
Forum: All products support
Topic: quale lausare ?
Replies: 14
Views: 4973

... twbrowse and use in line data entry - with validation on each cell if required. oLbx5:bKeyChar := {|nKey| iif(nKey == VK_RETURN,EditLab(oLbx5:nColAct,oLbx5,oTmsht,oLbx1,oTmsht:keyno()),)} oLbx5:lCellStyle = TRUE oLbx5:lAutoEdit = TRUE oLbx5:lAutoSkip = TRUE static function EditLab(nCol,oLbx5,oTmsht,oLbx1,nRow) ...
by Colin Haig
Fri Feb 24, 2006 9:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to go further with app
Replies: 16
Views: 7159

... aTotal ) } Algo similar podes hacer con browses sobre dbfs: oBcli:lAutoEdit := .t. oBcli:bKeyChar := {|nK| if( nK==VK_RETURN,oBcli:Edit(oBcli:nColAct,.t.),) } oBcli:bEdit:= {|nCol, cBuffer, lFirstEdit|; Edita2Celda( oDlg,oBcli, nCol,cBuffer,lFirstEdit )} Function Edita2Celda( oFld,oLbx, nCol, ...
by DanielPuente
Sat Feb 18, 2006 1:24 am
 
Forum: FiveWin para CA-Clipper
Topic: Ejemplo de un Browse tipo Factura
Replies: 27
Views: 15160

... ; oBrw:Refresh() elseif nK==VK_F6 Copia_Presu() ; Refre3() ; oBrw3:Upstable() ; oBrw3:Refresh() elseif nK==VK_RETURN EditaCelda(oBrw,oBrw:nColAct,LLOFACT->PENDIENTE,.T.,wAlias ) endif RETURN NIL Saludos,
by DanielPuente
Tue Nov 08, 2005 2:25 am
 
Forum: FiveWin para CA-Clipper
Topic: ayuda para saber la tecla
Replies: 1
Views: 894

... oBrwMov fields ID 999 OF oDlg ; ALIAS (cALIAS) FONT oFont; COLOR CLR_BLACK, CLR_WHITE UPDATE ON RIGHT CLICK RMENU(oDlg); ON DBLCLICK IF(oBrwMov:nColAct > 0,oBrwMov:Edit(oBrwMov:nColAct,.t.),) -Define another font for a specific column: oBrwMov:bFont:={|nRow,nCol,nStyleLine| IF((nStyleLine==1.or.nStyleLine==0).and.(nCol==5.or.ncol==6.or.ncol==7),oFont5:hFont,; ...
by DanielPuente
Fri Oct 28, 2005 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How can I increase RowHeight of TWBrowse ?
Replies: 4
Views: 1625

Colouring TwBrowse ( Hernan's )

... == nCol nClr := nRGB( 192, 192, 192 ) endif endif elseif nStyle == 3 // active cells nClr := GetSysColor( 13 ) if ( ::lCellStyle .and. nCol == ::nColAct ) .or. !::lCellStyle if oSel <> NIL .and. oSel:lSelect nClr := nRGB( 128, 128, 128 ) // CLR_GRAY endif endif elseif nStyle == 0 // normal ...
by Rimantas
Tue Oct 11, 2005 5:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Colouring TwBrowse ( Hernan's )
Replies: 12
Views: 6589
Previous

Return to advanced search