Search found 89 matches: nstart

Return to advanced search

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

... RangeRepl(<cRangeStart>,<cRangeEnd>,<cString>,<cReplace>)->cResult RAscan(<aArray>,<xbSearch>,[<nStart>],[<nCount>],[<lExact>],[<lASCII>])->nElement RAt(<cSearch>,<cString>,[<nStart>],[<nEnd>])->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: 5719

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

... ADSStmtSetTableReadOnly(<nMode>)-><lSuccess> AEval(<aArray>,<bBlock>,[<nStart>],[<nCount>])->aArray AFields([<aFieldsnames>],[<aTypes>],[<aWidths>],[<aDecimals>])->nFields AFill(<aTarget>,<expValue>,[<nStart>],[<nCounts>])->aTarget ...
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: 5719

Re: Extract email from string

... function extractonline()   local aMails:={}   LOCAL cRegEx := "[A-Z0-9._%-]+@[A-Z0-9.-]+\.[A-Z]{2,4}"   LOCAL cEmail, nStart, nLen   Local cText  := "Send your request to 'mailto:info@dbm-essen.be>info@dbm-essen.be '" + ;                      "for ...
by Marc Venken
Wed Jun 28, 2017 2:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Extract email from string
Replies: 6
Views: 1082

Re: Function AT on harbour

In Harbour
AT( cSearch, cString ) --> nAt

or

HB_AT( cSearch, cString, nStart, nEnd ) --> nAt
by nageswaragunupudi
Sun Jun 04, 2017 11:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Function AT on harbour
Replies: 4
Views: 657

Re: TBarTabs Tamaño de los tabs

... tab do case case ::nOrientation <= OR_BOTTOM DrawTextEx( ::hDC, cPrompt ,; { If( LargeFonts(), 1, 8 + If( ::nOrientation == OR_TOP, 1,0 ) ),; nStart + 15 + nBmpWidth, ; ::nHeight, nStart + 20 + nWidth - 15 },; nOr( DT_LEFT, DT_VCENTER ) ) /* codigo original DrawTextEx( ::hDC, cPrompt ,; { ...
by rterraz
Tue Sep 20, 2016 2:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TBarTabs Tamaño de los tabs
Replies: 3
Views: 750

Re: Porque me dice que son incorrecto nº de arg

En Harbour solo admite dos parámetros para mantener su compatiblidad con Clipper, pero dispones de la función hb_At( <cSearch>, <cString>, [<nStart>], [<nEnd>] ) --> nPos
by Biel EA6DD
Mon Aug 29, 2016 7:29 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Porque me dice que son incorrecto nº de arg
Replies: 3
Views: 462

New FTDN June/Junio 2016 (FWH 16.06)

... COLORSEL> <nClrBoxSelOut>,<nClrBoxSelIn> ] ; [ <l2010: 2010, _2010> ]; [ <l2013: 2013, _2013> ]; [ STARTBTN <nStart> ]; [ <l2015: 2015, _2015> ]; - Bug Fixed: when style is 2013 or 2015 and STARTBTN <> 0, folder say with white color * XBrowse: ...
by Antonio Linares
Sun Aug 07, 2016 7:03 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2016 (FWH 16.06)
Replies: 2
Views: 2350

Re: Error on RibbonBar

James, Please modify nStart this way: Local nStart := 0 and to set the 2013 style, please do it this way:   oBar=TRibbonBar():New( oWndMain, aRibbonMenu, ,nOption ,;               oWndMain:nWidth, nHeightRib, 26, , , ,;  ...
by Antonio Linares
Thu Aug 04, 2016 8:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on RibbonBar
Replies: 27
Views: 5424

Re: Error on RibbonBar

... text on a gray background. But one of Cristobal's screenshots shows them white text on a blue background. Maybe that has something to do with the nStart value? What is the nStart value? Is there documentation on the ribbonbar somewhere? James
by James Bott
Tue Jun 14, 2016 5:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on RibbonBar
Replies: 27
Views: 5424

Re: Error on RibbonBar

... I tried with : tribbon of fwh 16.02 ---> not run tribbon of fwh 16.01 ---> not run tribbon of fwh 15.01 ---> not run the bug is Local nStart:= 1 if nStart:= 0 seem to run and each tab become as nstart but I wish nstart = 1
by Silvio.Falconi
Tue Jun 14, 2016 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on RibbonBar
Replies: 27
Views: 5424

Re: Error on RibbonBar

... Local nHeightRib:=130 Local oGr1,oGr2,oGr3,oGr4,oGr5,oGr6,oGr7,oGr8,oGr9 Local nOption:= 1 Local nStart:= 0 Local oHand:= TCursor():New(,'HAND') oBar=TRibbonBar():New( oWndMain, aRibbonMenu, ,nOption ,; oWndMain:nWidth, nHeightRib, 26, , , ,; , ...
by cnavarro
Mon Jun 13, 2016 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on RibbonBar
Replies: 27
Views: 5424

Re: Error on RibbonBar

pls try //2007 oBar=TRibbonBar():New( oWndMain, aRibbonMenu, ,nOption ,; oWndMain:nWidth, nHeightRib, 26, , , ,; , , , , , , .F., nStart,.f. ) or //2013 oBar=TRibbonBar():New( oWndMain, aRibbonMenu, ,nOption ,; oWndMain:nWidth, nHeightRib, 26, , , ,; , , , , , , .F., nStart,.t. ) or // ...
by Silvio.Falconi
Mon Jun 13, 2016 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on RibbonBar
Replies: 27
Views: 5424

Re: Busar en un array y que devuelva la posicion

Quizás esta funcion te sirva

AScan(<aTargets>, <expSearch>, [<nStart>], [<nCount>],[<lExact>], [<lASCII>]) -> nStoppedAt
by cnavarro
Mon Apr 25, 2016 1:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Busar en un array y que devuelva la posicion
Replies: 3
Views: 506

Re: DIREFENCIA ENTRE HARBOUR/XHARBOUR

... cExp LIKE cPatern|RegEx => bLike As well as full featured Functions: HB_Atx( <cRegEx>, <cTargetString> [, lCaseSensitive [, [@]nStart ] [, [@]nLen ] ] ] ) => cFoundText RegexComp( cPattern, [bCaseSens [, bNewLine]] ) --> REGEX HB_Regex( cPattern, cString, [bCaseSens, [, ...
by Antonio Linares
Sun Jul 12, 2015 9:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DIREFENCIA ENTRE HARBOUR/XHARBOUR
Replies: 4
Views: 2282

Re: Cambios en xBrowse

... Please reconsider. Our code "if Empty( c )" works properly. Suggestion-3: //  lRet  := ( oQry:Seek( c, cSortOrder, nStart - 1, oQry:LastRec(), .T., .T. ) != 0 )       lRet  := ( oQry:Seek( c, cSortOrder, nStart, oQry:LastRec(), ...
by nageswaragunupudi
Wed Apr 15, 2015 8:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambios en xBrowse
Replies: 2
Views: 714
PreviousNext

Return to advanced search