Search found 49 matches: nend

Return to advanced search

Slow reading on XP sp3 network drive

... segments **"+chr(13)+chr (10) nStart:=seconds() handle:=fcreate(cFile) for i:=1 to 10000 fwrite(handle,space(1000)) next fclose(handle) nEnd:=seconds()-nStart cTest:=cTest+"Done. "+str(nEnd,10,2)+" seconds required"+chr(13)+chr (10) cTest:=cTest+"-"+chr(13)+chr(10) ...
by Marco Turco
Wed Mar 25, 2009 7:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Slow reading on XP sp3 network drive
Replies: 2
Views: 1787

Re: Pintar la seleccion

Jairo,

Podrias usar un control TRichEdit para mostrar el texto y cambiarle el color a las palabras buscadas:

oRichEdit:Colorize( nStart, nEnd, nColor )
by Antonio Linares
Fri Feb 13, 2009 11:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pintar la seleccion
Replies: 2
Views: 477

Towards Supporting Blocks When Editing GETS

... ); hb_stornl( start, 2 ); hb_stornl( end, 3 ); hb_retl( retval ); } in gets.c and METHOD GetSel( nStart, nEnd ) CLASS TGet LOCAL iFirst LOCAL iLast LOCAL lRetVal iFirst := 0 iLast := 0 lRetVal := GetGetSel( ::hWnd, @iFirst, @iLast ...
by xProgrammer
Fri May 16, 2008 2:41 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Towards Supporting Blocks When Editing GETS
Replies: 5
Views: 1628

Re: Function At( cSearch, cFile, nOffset )

... No se exactamente desde que version, pero en xHarbour se usa de la siguiente manera: At( <cSearch>, <cString>, [<nStart>], [<nEnd>] )
by wmormar
Wed Apr 26, 2006 2:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Function At( cSearch, cFile, nOffset )
Replies: 2
Views: 722
Previous

Return to advanced search