Search found 334 matches: npos

Return to advanced search

Re: Display table names with oCn:backup

Hi Willi,

Please, Try It:

oCN:Backup(aFiles,cDirBack + cFileBak+".bkp",{|cTable,nPos,nTot| oSay:SetText( "Copying "+Upper(cTable)+"..." ), oMtr:Set( (nPos / nTot) * 100 ),SysWait(0.1)})
by vilian
Wed Dec 29, 2021 8:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display table names with oCn:backup
Replies: 2
Views: 386

Re: New FTDN November/Noviembre (FWH 21.11)

... ha añadido un nuevo parámetro (séptimo) aCols. Si es especificado sólo estas columnas son impresas en el informe. * Corrección: En el método Del( nPos ) de la clase ButtonBar. El botón borrado todavía aparecía. Solucionado. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=41022&sid=c47a7a97f8515c5993a7719088e15266 ...
by Antonio Linares
Tue Nov 30, 2021 10:38 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre (FWH 21.11)
Replies: 2
Views: 1062

New FTDN November/Noviembre (FWH 21.11)

... * XBROWSE: - Method Report(): Added new 7th param aCols. If specified, only these columns are printed in the report. * Fix: ButtonBar method Del( nPos ): The deleted button still appears. Fixed. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=41022&sid=c47a7a97f8515c5993a7719088e15266 ...
by Antonio Linares
Tue Nov 30, 2021 7:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre (FWH 21.11)
Replies: 2
Views: 1062

Error al crear el objeto InternetExplorer.Application

... clinkSing ) CATCH oErr2 MsgWait("Error al tratar de firmar documento","No firmo",2) retu .f. END END HB_IDLESLEEP( 1 ) nPos:=0 WHILE oIE:ReadyState <> 4 .AND. nPos<20 HB_IDLESLEEP( 1 ) nPos++ END IF nPos>=20 MsgStop("Tiempo de espera superado") ...
by Enrrique Vertiz
Sat Sep 25, 2021 3:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al crear el objeto InternetExplorer.Application
Replies: 3
Views: 442

Re: Xbrowse : Setup configuration file

... 250, 1 ) ) MenuAddItem( cPrompt, , !oCol:lHide, ( len(::aDisplay) != 1 .or. ocol:nPos != 1 ), GenMenuBlock( ::aCols, nFor ) ) next ENDMENU if ::bkeydown<>nil.and.::nMarqueeStyle==MARQSTYLE_HIGHLCELL MENUITEM "更改字体颜色" ...
by ShumingWang
Sat Apr 17, 2021 12:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : Setup configuration file
Replies: 5
Views: 1333

AT( ) Function. Harbour vs xHarbour

... with xHarbour. The AT() function in xHarbour has this syntax: At( <cSearch>, <cString>, [<nStart>], [<nEnd>] ) --> nPos Using Harbour, AT() only supports the first two parameters and will error if the nStart is specified. Is there an alternative syntax for Harbour ...
by TimStone
Fri Feb 12, 2021 11:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: AT( ) Function. Harbour vs xHarbour
Replies: 1
Views: 316

COMO ABRIR UNA WEB CON CHROME

... consultada en Chrome si da resultados. como usar el Chrome. muchas gracias de antemano Function TCambioSunat(nMes,nAno) local oIe,WshShell,oDoc,nPos, oForm, oObj,cName,oElem,oWait Local mResultado :={} local cUrl := "https://e-consulta.sunat.gob.pe/cl-at-ittipcam/tcS01Alias " local ...
by CARLOS ATUNCAR
Fri Dec 18, 2020 1:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: COMO ABRIR UNA WEB CON CHROME
Replies: 2
Views: 846

XBrowse: error in LastDisplayPos() method [Solved]

I get error doing oBrw:InsCol( nPos ). This is the line from xbrowse.prg: nWidth += ::ColAtPos( nPos++ ):nWidth + COL_SEPARATOR And this is the error message:   Error description: Error BASE/1081  Argument error: +   Args:     [ ...
by Enrico Maria Giordano
Thu Nov 05, 2020 9:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: error in LastDisplayPos() method [Solved]
Replies: 4
Views: 561

Re: XBrowse: currently selected column position

... What I really need is to know the position of the currently selected column starting from the first column. nCreationOrder is a sort of column id. nPos is the position starting from the first visible column not from the first column. Any help? EMG Excuse me Enrico. I'm a bit confused. What you ...
by FranciscoA
Mon Oct 19, 2020 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: currently selected column position
Replies: 12
Views: 1462

Re: XBrowse: currently selected column position

I spoke too fast. What I really need is to know the position of the currently selected column starting from the first column. nCreationOrder is a sort of column id. nPos is the position starting from the first visible column not from the first column.

Any help?

EMG
by Enrico Maria Giordano
Fri Oct 16, 2020 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: currently selected column position
Replies: 12
Views: 1462

Re: Search text in textfile

Code: Select all  Expand view
At( <cSearch>, <cString>, [<nStart>], [<nEnd>] ) --> nPos


Please note: for best result you have to use nPos and update nStart accordingly.

EMG
by Enrico Maria Giordano
Thu Jul 02, 2020 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search text in textfile
Replies: 1
Views: 510

Re: Implementando una Clase TExplorerBar propia de FWH

... = {|| ::VScrollSkip( - ::oVScroll:nPgStep ) } // ::oVScroll:bPageDown = {|| ::VScrollSkip( ::oVScroll:nPgStep ) } ::oVScroll:bPos = {|nPos| ::VScrollSetPos( nPos ) } ::oVScroll:bTrack = {|nPos| ::VScrollSetPos( nPos ) } Como veis, he comentado esas dos líneas y el efecto es que se ...
by pacotre
Sat May 16, 2020 10:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Implementando una Clase TExplorerBar propia de FWH
Replies: 57
Views: 9987

Re: Number of column

... http://wiki.fivetechsoft.com/doku.php?id=fivewin_class_txbrwcolumn oBrw:ColPos( oCol ) –> nPos Visible position of the column. Can be zero if the column is hidden. oCol:nPos N Actual column position in the browse. If columns is not visible ...
by cnavarro
Wed Mar 04, 2020 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Number of column
Replies: 2
Views: 472

Re: COMO IDENTIFICAR REGISTROS MARCADOS EN XBROWSE

Hola,

no te funciono xq accedes a arraydata y tenes q acceder a oBrw:aSelected ej:

if LEN(oBrw:aSelected) > 0
FOR EACH nPos IN oBrw:aSelected
? oBrw:aArrayData[ nPos, 01 ], oBrw:aArrayData[ nPos, 02 ]
NEXT
endif

Saludos.
by Ariel
Tue Feb 04, 2020 10:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: COMO IDENTIFICAR REGISTROS MARCADOS EN XBROWSE
Replies: 5
Views: 1313

Detached locals y clases dinamicas

... // Se define el MESSAGE de una columna para tomar y dar valores. static function GenDataField( oADODb, nPos ) Local cNameMethod := oADODb:aFldNames[ nPos ] //#ifdef __HARBOUR__ local nClassH := oADODb:ClassH __clsAddMsg( nClassH, cNameMethod, ; { | oADODb ...
by hmpaquito
Tue Jan 21, 2020 3:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Detached locals y clases dinamicas
Replies: 0
Views: 439
PreviousNext

Return to advanced search