Search found 66 matches: additive

Return to advanced search

Re: Different TEXT INTO results under different compilers

... up editing fivewin.ch so the change to TEXT INTO is global. I inserted the line #include "xhb.ch". I did not test whether TEXT INTO .. ADDITIVE works or not though. #ifndef __XHARBOUR__   #xcommand TEXT INTO <v> => #pragma __cstream|<v>:=%s   #xcommand ...
by hua
Thu Jan 12, 2023 5:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Different TEXT INTO results under different compilers
Replies: 3
Views: 305

Re: Mem Files

I use : restore from DATA.MEME ADDITIVE and it works fine .

I know the name of memvar store in the MEM files .

Have a good WD

Philippe
by Jack
Sat Oct 09, 2021 8:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mem Files
Replies: 11
Views: 728

Re: 1-to-many loke Foxpro

You have to add ADDITIVE for the relation to the second child

Marc Venken wrote:At this point (Current version) it is still so that we can only have 1 parent to 1 child relation and not 1 parent to 2/3 childs ?
by Marc Vanzegbroeck
Fri Sep 17, 2021 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1-to-many like Foxpro
Replies: 14
Views: 1212

Re: Búsquedas cruzadas

... es la ruta del PC local  index on descrip tag &(camino+"tempor") to &(camino+"tempor") additive for upper(alltrim(nomcl)) $ upper(descrip)  && "nomcl" es cadena a buscar   Haz intentado por cambiarle ...
by artu01
Sun Feb 14, 2021 2:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Búsquedas cruzadas
Replies: 3
Views: 423

Re: TEXT INTO and PARAMS

... <v> => #pragma __cstream|<v>:=%s" ) __pp_addRule( hPP, "#xcommand TEXT <into:TO,INTO> <v> ADDITIVE => #pragma __cstream|<v>+=%s" ) and __pp_addRule( hPP, "#xcommand TEMPLATE [ USING <x> ] [ PARAMS [<v1>] [,<vn>] ...
by Antonio Linares
Fri Dec 18, 2020 10:57 am
 
Forum: mod_harbour
Topic: TEXT INTO and PARAMS
Replies: 2
Views: 312

Re: FW_CdxCreate()

for me this expr is wrong

if lMemory
INDEX ON RECNO() TAG RECYCLE FOR DELETED() MEMORY ADDITIVE
else
INDEX ON RECNO() TAG RECYCLE FOR DELETED()
endif

what need index a dbf for the records deleted ?
I need to index dbf for .not. deleted() !!!!
by Silvio.Falconi
Sat Dec 12, 2020 4:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_CdxCreate()
Replies: 5
Views: 759

Re: usar TEXT INTO cArch..... ENDTEXT

Primero:
TEXT INTO <v>


y después ya
TEXT INTO <v> ADDITIVE
by cnavarro
Tue Oct 06, 2020 3:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: usar TEXT INTO cArch..... ENDTEXT
Replies: 3
Views: 613

Re: En RED Local generar un indice CDX en PC Local

... ; [RECORD <nRecNo>] ; [REST] ; [EVAL <bBlock>] ; [EVERY <nInterval>] ; [UNIQUE] ; [ASCENDING|DESCENDING] ; [USECURRENT] ; [ADDITIVE] ; [CUSTOM] ; [NOOPTIMIZE] ; [TEMPORARY] ; [USEFILTER] ; [EXCLUSIVE]
by carlos vargas
Wed Sep 02, 2020 5:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: En RED Local generar un indice CDX en PC Local
Replies: 1
Views: 286

Re: how to ?

Daniele,

Please try:

SET PRINTER on | OFF | <xlToggle>
SET PRINTER TO [<xcDevice> | <xcFile> [ADDITIVE]]

then use, QOut( "Hello world" )
by Antonio Linares
Tue Jul 07, 2020 7:06 am
 
Forum: mod_harbour
Topic: how to ?
Replies: 9
Views: 1556

Re: Lentitud con ficheros compartidos

... FILTER. Antes: SET FILTER TO condicion_de_filtro Ahora: INDEX ON condicion_de_orden TO nombre_indice_temporal FOR condicion_de_filtro TEMPORARY ADDITIVE La clausula ADDITIVE te permite usar la DBF aunque este abierta con otros indices sin interferirlos :shock:
by José Vicente Beltrán
Wed Mar 25, 2020 2:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lentitud con ficheros compartidos
Replies: 16
Views: 2441

Re: Nuevas funciones harbour para tablas dbf

... ; [RECORD <nRecNo>] ; [REST] ; [EVAL <bBlock>] ; [EVERY <nInterval>] ; [UNIQUE] ; [ASCENDING|DESCENDING] ; [USECURRENT] ; [ADDITIVE] ; [CUSTOM] ; [NOOPTIMIZE] ; [TEMPORARY] ; [USEFILTER] ; [EXCLUSIVE] como puede ver hay una clausula TEMPORARY que permite esta funcionalidad ...
by carlos vargas
Fri Aug 23, 2019 6:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevas funciones harbour para tablas dbf
Replies: 10
Views: 1357

Re: Corrupción archivo MEM

... https://books.google.com.br/books?id=vrtI4i8kA4EC&pg=PA285&lpg=PA285&dq=restore+from+ruta+additive+clipper&source=bl&ots=TJwobtBVIS&sig=XG1ZlTO2h9t_E6StFgxmy_cu3F4&hl=pt-BR&sa=X&ved=0ahUKEwia5rzDv9PPAhXJI5AKHYELAk8Q6AEILzAC#v=onepage&q=restore%20from%20ruta%20additive%20clipper&f=false ...
by karinha
Tue Oct 11, 2016 7:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Corrupción archivo MEM
Replies: 4
Views: 889

Re: ADO RDD xHarbour

Gunther,

You write in a message before that this array are always on first ranking and after this the indexes with INDEX ON... added.


Just lie any other rdd INDEX ON without ADDITIVE clause will clear all the orders prior to creation.
by AHF
Thu Nov 19, 2015 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446421

Re: SET ERRORLOG TO <filename> [ADDITIVE] ...

Antonio: Thank you very much. I just dropped the custom ERRORSYS to try harbour's debugger (console mode). I put in this code: ALTD(1) at the beginning of the first module and I'm getting this error: ┌──────────────────────────────────────────────────┐│   Error BASE/1004  No exported method:...
by HunterEC
Sat Apr 18, 2015 11:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SET ERRORLOG TO <filename> [ADDITIVE] ...
Replies: 9
Views: 1511

Re: SET ERRORLOG TO <filename> [ADDITIVE] ...

Gustavo,

It was good, thanks :-)

You can easily set your error manager this way:

ErrorBlock( { | oError | MyErrorHandler( oError ) } )

function MyErrorHandler( oError ) is a function of your own where you can copy the parts of
FWH c:\fwteam\source\function\errsysw.prg that you want to use
by Antonio Linares
Sat Apr 18, 2015 3:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SET ERRORLOG TO <filename> [ADDITIVE] ...
Replies: 9
Views: 1511
Next

Return to advanced search

cron