Search found 119 matches: zap

Return to advanced search

Re: Reason for closing DBF file

... Error E0059 Invalid SWITCH Constant 'PUTVALUE'. FUENTES\COMUNES\logrdd.prg(414) Error E0059 Invalid SWITCH Constant 'ZAP'.
by russimicro
Fri Sep 15, 2023 11:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reason for closing DBF file
Replies: 23
Views: 1159

Re: Reitero consulta para actualizar un campo con XBrowse

... use ProvFor index ProvFor1, ProvFor2 new use ArtFor index ArtFor1, ArtFor2, ArtFor3, ArtFor4, ArtFor5 new use _ArtFor index _ArtFor1, _ArtFor2 new zap select ArtFor ArtFor->(DbGoTop()) While !ArtFor->(Eof()) select _ArtFor _ArtFor->(DbAppend()) _ArtFor->Articulo := ArtFor->Articulo ...
by José Camilo
Sun Feb 12, 2023 4:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Reitero consulta para actualizar un campo con XBrowse
Replies: 6
Views: 504

Re: Lectura dbf exclusiva

... Una pregunta ¿ Cual es el motivo por el que el otro proceso tiene el archivo abierto en exclusividad ? Ejemplo: USE BANCO EXCLUSIVE NEW INDEX ON.. ZAP APPEND FROM.. etc Lea el manual de Clipper, Harbour o xHarbour, por favor. https://vivaclipper.wordpress.com/2014/02/17/use/ Regards, ...
by karinha
Mon Dec 19, 2022 4:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lectura dbf exclusiva
Replies: 6
Views: 475

Re: Mr. Rao's samples collection.

... Sample2.DBF :?: when press "Forum Update" it "seems" always to go into Sample1.DBF btw. Default are "new" which mean ZAP before begin ... i recommend "Append" as Default --- IF i store hole Website how to display HTML (not using Browser) in App :?: --- IF ...
by Jimmy
Fri Aug 05, 2022 11:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao's samples collection.
Replies: 139
Views: 20675

Re: clearing of archives

I don't know how to do the zeroing of archives and the dbpack since it cannot be done in Tdatabase


if the table is open exclusively,

oDbf:Zap()
oDbf:Pack()
by nageswaragunupudi
Sun Jan 30, 2022 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: clearing of archives
Replies: 5
Views: 303

Re: clearing of archives

... also be done timed ex. at 04.00 am so there is no one on the system. The same can also be done in the program directory but there you can use the ZAP command or function.
by Marc Venken
Thu Jan 20, 2022 10:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: clearing of archives
Replies: 5
Views: 303

Re: clearing of archives

... of messages between users of the same program and then I have to proceed and then I can use the archives in exclusive mode and use pack and zap. Are there any other solutions?
by Silvio.Falconi
Thu Jan 20, 2022 9:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: clearing of archives
Replies: 5
Views: 303

Re: es una broma , no?

Había algo, una utilidad, para deshacer el zap, porque el zap simplemente es una marca en la cabecera de la .dbf
by hmpaquito
Sat May 15, 2021 1:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: es una broma , no?
Replies: 8
Views: 1128

Re: Soporte de ADO mejorado en FiveDBU

Excelente herramienta me esta haciendo falta comandos pack zap locate gracias
saludos
Wilson
by wilsongamboa
Wed Aug 19, 2020 7:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Soporte de ADO mejorado en FiveDBU
Replies: 19
Views: 2553

Re: HDORDD. Importando datos desde dos conexiones diferentes.

... si SELECT(“CLIENTES”) si SET FILTER ? SET SCOPE TO ( cSERIE + StrZero( NUMERO_ORI,20 ) ) ? SUM CLIENTES->IMPORTE TO Ntotal ? UNLOCK ALL si ZAP La "?" no significa que no esté si no que no lo he probado aún. En cuanto a lo indices el concepto en SQL es ordenancion de un reultado ...
by xmanuel
Sun Apr 26, 2020 11:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: HDORDD. Importando datos desde dos conexiones diferentes.
Replies: 12
Views: 1674

Recall records with FW_ArrayToDBF

I have to re-insert data from an array onto a data store. I state I opened the dbf with Tdatabase. These are many records. For example, as a first configuration I want to try with 450 records. Since I opened and indexed with the "For! Deleted ()" clause I should first delete them all and t...
by Silvio.Falconi
Tue Feb 12, 2019 9:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Recall records with FW_ArrayToDBF
Replies: 3
Views: 522

Re: A toolbox of netfunctions and tDatabase-tests

... Id. The < Id > is added together with the other fields using the < Save button > Buttons ; New 1 = new with ID New 2 = new with NO ID Zap = Zap file Restore original = replaces DBF with backup Renumber = write all ID's new Save = save vars to DBF with a defined ID from record-number ...
by ukoenig
Thu Feb 07, 2019 2:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A toolbox of netfunctions and tDatabase-tests
Replies: 30
Views: 6245

Re: A toolbox of netfunctions and tDatabase-tests

After many tests and changes ( 3 empty dialogs are added for more tests ) included tests of : new, delete, undelete, pack, zap, save from gets, array-copy, backup restore and much more DOWNLOAD http://www.pflegeplus.com/DOWNLOADS/Network.zop ( rename zop to zip ) http://www.pflegeplus.com/IMAGES/Network18.jpg ...
by ukoenig
Wed Feb 06, 2019 1:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A toolbox of netfunctions and tDatabase-tests
Replies: 30
Views: 6245

Re: tdatabase arraytodbf

... You need a pack or do You want to clear the fields or keep them marked as deleted adding new data from the array :?: just delete PACKZAP_1(2) // zap original dbf and the array-data will be added to the original dbf and keeps the original data I deleted some records from the original and added ...
by ukoenig
Sun Feb 03, 2019 4:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tdatabase arraytodbf
Replies: 3
Views: 850

Re: tdatabase arraytodbf

tested : read from backup and write to original 1. read backup-data to array 2. zap original dbf 3. write backup-data to original // ---------------------- restore data from original DBF ( backup )----------FUNCTION NET_RESTORE3(oBrw)LOCAL  lReturn := .F., ...
by Silvio.Falconi
Sun Feb 03, 2019 4:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tdatabase arraytodbf
Replies: 3
Views: 850
Next

Return to advanced search