Search found 66 matches: additive

Return to advanced search

... "BWCC.DLL" ) // Loading Borland's dll SET RESOURCES TO "VT20998.dll" SET DATE GERMAN SET _3DLOOK ON RESTORE FROM HEADMAIN RESTORE FROM HEADIMPT ADDITIVE lValidaSys := ValidaSys() lValidaRed := ValidaRed() aMiCia := IF(lValidaSys,QMiCia(),{ "INTEL SOFT S.C.R.Ltda.", "Av. de la Cultura 1-A","20225059559","PacificSoft" ...
by LuisPonce
Sat Sep 27, 2008 1:12 am
 
Forum: FiveWin para CA-Clipper
Topic: ARCHIVOS .MEM
Replies: 5
Views: 2738

New FTDN August / Agosto 2008 (8.08)

... if the table is opened and otherwise use the values assigned to Open the file. 6) Improved: RecLock( nRecNo ) now uses DBRLock(), to facilitate additive record locking. 7) New: RecUnLock( [nRecNo] ): If nRecNo is specified, unlocks the specified record only and otherwise unlocks all records. ...
by Antonio Linares
Wed Aug 20, 2008 6:23 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN August / Agosto 2008 (8.08)
Replies: 1
Views: 4734

... ; [RECORD <nRecNo>] ; [REST] ; [EVAL <bBlock>] ; [EVERY <nInterval>] ; [UNIQUE] ; [ASCENDING|DESCENDING] ; [USECURRENT] ; [ADDITIVE] ; [CUSTOM] ; [NOOPTIMIZE] ; [TEMPORARY] ; [USEFILTER] ; [EXCLUSIVE] But if you are using DBFCDX, your filters are optimized and better you ...
by nageswaragunupudi
Tue Mar 25, 2008 6:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multithreads with FWH
Replies: 30
Views: 12381

Re: error.log not writable

byte-one wrote:Hello EMG, your tip

Try using the following command:
SET ERRORLOG TO <cLogFile> [ADDITIVE]

is not practicable in Harbour!


Yes, it works with xHarbour.

EMG
by Enrico Maria Giordano
Mon Nov 26, 2007 5:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error.log not writable
Replies: 5
Views: 1097

error.log not writable

Hello EMG, your tip Try using the following command: SET ERRORLOG TO <cLogFile> [ADDITIVE] is not practicable in Harbour! I show to source and i see that the file for errorlog is hard-coded. Mr. Linares, for VISTA i cannot write this errorlog to Program Files ...
by byte-one
Mon Nov 26, 2007 3:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error.log not writable
Replies: 5
Views: 1097

Re: error.log not writable

byte-one wrote:I found, that in VISTA the error.log are not writable, if the programm runs in Program Files folder and the user are not administrator! This error.log should in this cases writing to another directory!?


Try using the following command:

SET ERRORLOG TO <cLogFile> [ADDITIVE]

EMG
by Enrico Maria Giordano
Sun Nov 25, 2007 10:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error.log not writable
Replies: 4
Views: 973

generating index on the fly?

... new function doreport() select 1 saveoriginalindex() createnewindexonthefly() report restoreoriginalindex() I have tried set index &tempind additive and OrdSetFocus( 1), but always uses the new temp index, not the original one that I must restore. How can I do it?. Thanks a milion!!!!!!!!!!!!!!!!!!!!!
by MOISES
Sun Sep 09, 2007 11:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: generating index on the fly?
Replies: 2
Views: 580

Sí, si ya lo he probado

set index &tempind additive

pero sigue sin ir.
by MOISES
Thu Sep 06, 2007 6:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: una de índices
Replies: 11
Views: 1969

Quizas...

No me ha pasado, pero creo haber visto en la ayuda de clipper, algo acerca de un Additive o algo asi..

porque no lo checas...

http://www.ousob.com/ng/53guide/

Saludos
by derpipu
Thu Sep 06, 2007 5:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: una de índices
Replies: 11
Views: 1969

Re: una de índices

... listado y luego restaurar al índice anterior. Me falla la restauración al índice anterior, que no me sale. He probado con set index &tempindex additive y luego set order to 1 pero me sigue cogiendo el indice nuevo. Por favor, os agradecería que me digáis cómo se hace. Un millón de gracias. ...
by Manuel Aranda
Thu Sep 06, 2007 4:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: una de índices
Replies: 11
Views: 1969

una de índices

... listado y luego restaurar al índice anterior. Me falla la restauración al índice anterior, que no me sale. He probado con set index &tempindex additive y luego set order to 1 pero me sigue cogiendo el indice nuevo. Por favor, os agradecería que me digáis cómo se hace. Un millón de gracias. ...
by MOISES
Thu Sep 06, 2007 3:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: una de índices
Replies: 11
Views: 1969

Richard Chidiak wrote:Still puzzled ! Why File explorer does not need to set a default font ??


Following my previous message, if the printer really receives code 223 then it has to be a printer setting. Perhaps File explorer sends additive control codes?

EMG
by Enrico Maria Giordano
Mon Feb 26, 2007 1:42 pm
 
Forum: FiveWin for Pocket PC
Topic: bluetooth print follow
Replies: 24
Views: 8054

... codart articulo->(OrdSetFocus( "codart")) SET RELATION TO "articulo+lista_precios" INTO precios SET RELATION TO "artex+id_almacen" INTO stock ADDITIVE SELECT articulo DO WHILE !EOF() temporal->(dbappend()) temporal->codart:=articulo->codart temporal->nomart:=articulo->nomart ...
by Elias Torres
Wed Dec 27, 2006 12:08 pm
 
Forum: FiveWin para Pocket PC
Topic: otra solucion??
Replies: 12
Views: 3498

... CVEPROD USE ARTICULO // base de datos padre /* establecemos la relacion:*/ SET RELATION TO cveprod INTO STOCK SET RELATION TO cveprod INTO PRECIOS ADDITIVE De esta manera, relacionamos el campo CVEPROD de la base de datos padre, contra los campos CVEPROD de las bases de datos hijas Para hacer referencia ...
by R.F.
Fri Dec 22, 2006 6:12 pm
 
Forum: FiveWin para Pocket PC
Topic: otra solucion??
Replies: 12
Views: 3498

Ficheros .MEM

Amigos:

xHarbour soporta los ficheros .MEM ?????

SAVE TO (GetSysDir()+cFilNam) ALL LIKE dFecha*
RESTORE FROM (GetSysDir()+cFilNam) ADDITIVE

Lo he intentado pero no me recupera las variables salvadas.

Saludos, Armando
by Armando
Fri Nov 03, 2006 8:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ficheros .MEM
Replies: 0
Views: 422
PreviousNext

Return to advanced search