Search found 19 matches: ncolumn

Searched query: ncolumn

by rubenfernandez01
Sun Oct 22, 2017 4:40 pm
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 6961

Re: funciones de FWH y Harbour en un archivo .txt

... nLength>,[<xChar>])->cResult
PadR(<exp>,<nLength>,[<cFillChar>])->cPaddedString
Payment(<nLoan>,<nInterestRate>,<nPeriods>)->nPayment
PCol()->nColumn
PCount()->nLastArgumentPos
Periods(<nLoan>,<nPayBack>,<nInterestRate>)->nDuration
Pi()->nPi
PosAlpha(<cString>,[<lNoAlpha>],[<nSkipChars>])->nPos ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 6961

Re: funciones de FWH y Harbour en un archivo .txt

... nLength>,[<xChar>])->cResult
PadR(<exp>,<nLength>,[<cFillChar>])->cPaddedString
Payment(<nLoan>,<nInterestRate>,<nPeriods>)->nPayment
PCol()->nColumn
PCount()->nLastArgumentPos
Periods(<nLoan>,<nPayBack>,<nInterestRate>)->nDuration
Pi()->nPi
PosAlpha(<cString>,[<lNoAlpha>],[<nSkipChars>])->nPos ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 6961

Re: funciones de FWH y Harbour en un archivo .txt

... cTrimString
LUpdate()->dModification
MakeDir(<cDirectory>)->nOSError
Mantissa(<nFloat>)->nMantissa
Max(<xExp1>,<xExp2>)->xLarger
MaxCol()->nColumn
MaxLine(<cText>)->nMaxLineLength
MaxRow()->nRow
MCol()->nMouseCol
MDblClk([<nNewInterval>])->nMilliSeconds
MDY([<dDate>])->cDate
MemoEdit(<cString ...
by mauri.menabue
Sun Jun 22, 2014 4:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Warning W8065
Replies: 7
Views: 1186

Warning W8065

... Call to function 'ISLOG' with no prototype in function HB_FUN_TSDRAWCELL

#ifndef __HARBOUR__
CLIPPER TSDrawCell( PARAMS ) // ( hWnd, hDC, nRow, nColumn , nWidth ,
// uData, nAlign , nClrFore, nClrBack ,
// hFont, nBitmap, nHeightCell,
// b3DLook, nLineStyle, nClrLine, nHeadFoot,
// nHeightHead ...
by Antonio Linares
Thu Mar 28, 2013 7:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: RichEdit - how to position in a column
Replies: 2
Views: 649

Re: RichEdit - how to position in a column

oRichEdit:SetPos( oRichEdit:SendMsg( EM_LINEINDEX, nLine, 0 ) + nColumn )
by Pritpal Bedi
Mon Oct 11, 2010 7:16 am
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 117991

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... nX, nY ) -> oQTreeWidgetItem
METHOD itemBelow // ( oQTreeWidgetItem ) -> oQTreeWidgetItem
METHOD itemWidget // ( oQTreeWidgetItem, nColumn ) -> oQWidget
METHOD openPersistentEditor // ( oQTreeWidgetItem, nColumn ) -> NIL

The methods with variable number and type of parameters
are ...
by Antonio Linares
Mon Jul 05, 2010 6:17 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Nuevo build de FiveMac disponible
Replies: 15
Views: 5427

Re: Nuevo build de FiveMac disponible

... the Resources folder inside the created app,
creates an Info.plist and sets a default icon!

* New: Class TWBrowse() Method GetColWidth( nColumn )

* New: functions MsgAlertSheet( uValue, hWindow ) and BrwColSetWidth( hTableView, nColumn, nWidth ),
Thanks to Manuel!

* Enhancement ...
by Antonio Linares
Mon Jul 05, 2010 6:16 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: New FiveMac build available
Replies: 16
Views: 9598

Re: New FiveMac build available

... the Resources folder inside the created app,
creates an Info.plist and sets a default icon!

* New: Class TWBrowse() Method GetColWidth( nColumn )

* New: functions MsgAlertSheet( uValue, hWindow ) and BrwColSetWidth( hTableView, nColumn, nWidth ),
Thanks to Manuel!

* Enhancement ...
by mmercado
Sat Apr 11, 2009 4:32 pm
Forum: FiveWin para Harbour/xHarbour
Topic: TSBROWSE ARRAY C/BTNGET
Replies: 3
Views: 809

Re: TSBROWSE ARRAY C/BTNGET

... VK_RETURN, 0 ) }, 16 ) Hola Sergio:

Lo puedes hacer tal como lo muestras, de acuerdo con la sintaxis del método SetBtnGet():

oLbx:SetBtnGet( nColumn, cResName, bAction, nBmpSize )

En el caso que muestras nColumn es igual a 6, cResName es igual a "Help16", bAction es igual a:
{ | oGet, cVar ...
by EASYSOFT
Fri Mar 06, 2009 7:10 pm
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR EN TSBROWSE
Replies: 2
Views: 627

Re: ERROR EN TSBROWSE

... CLR_WHITE, nRGB(128,0,255), CLR_WHITE, CLR_BLACK, ;
CLR_BLACK, nRGB(236,160,19), CLR_BLACK } )

oBrw:Look3d( .T., , , .F. ) // ( lOnOff, nColumn, nLevel, lPhantomGrid )

oBrw:bKeyDown := { | nKey | If( nKey == VK_RETURN .or. nKey == VK_ESCAPE, ;
oDlgperb:End(), Nil ), lOk := nKey != VK ...
by Antonio Linares
Fri Sep 19, 2008 8:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Wbrowse nCOL Returns NIL
Replies: 3
Views: 740

Rick,

nClrPane can be used as a codeblock and it already receives the nColumn index.

nClrForeFocus is not supported as a codeblock yet.

Please excuse my delay in answering you, thanks
by Natter
Mon Sep 08, 2008 11:34 am
Forum: FiveWin for Harbour/xHarbour
Topic: bChange
Replies: 9
Views: 6134

... If( ::lRepaint, Super:BeginPaint(), 0 )

METHOD BugUp() INLINE ::UpStable()

METHOD BiClr( uClrOdd, uClrPair )

METHOD ChangeFont( oFont, nColumn, nLevel )

METHOD DbSkipper( nToSkip )

METHOD Default()

METHOD Del( nItem )

METHOD DeleteRow()

METHOD DelColumn( nPos ...
by Antonio Linares
Wed Aug 27, 2008 7:35 am
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 101382

Browsing generally

... nRow, nCol, nKeyFlags )
endif
if ::lCaptured
CursorWE()
::VertLine( nCol )
return 0
endif
if ::lMChange .and. AScan( aColSizes,;
{ | nColumn | nColPos += nColumn,;
nCol >= nColPos - 1 .and. ;
nCol <= nColPos + 1 }, ::nColPos,Len(aColSizes) - 1 ) != 0
CursorWE()
else
Super:MouseMove ...
by Antonio Linares
Sun Jul 27, 2008 3:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic: different backgroundcolors for each column
Replies: 6
Views: 1146

Marc,

You can have different background colors for each column with TWBrowse this way:

oBrowse:nClrPane := { | nCol | ColumnColor( nCol ) }

where function ColumnColor( nColumn ) should return the nRGB() color to use for each column
by MarioG
Tue Feb 26, 2008 11:45 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Inercambair columnas en un Browse
Replies: 5
Views: 1049

... leyendo que wBrowse devuelve las coordenadas de las cabeceras. Asi es que encuadrando en la columna Precio y mediante un menu secundario dispondría la selección y lo aplicaría a: :aColumns[ nColumn ]:bData := {|| ALIAS->( FieldGet( nCampo ) ) }, como indica Manuel
Bueno, es la primer idea

Saludos