Search found 76 matches: dbzap

Return to advanced search

Re: DBZAP() no funciona en HARBOUR?

nageswaragunupudi wrote:We can save lot of time by using COMMANDS instead of functions,

Using
Code: Select all  Expand view

ZAP
 

would not give any problem.


Many thanks mister Nages.

Regards, saludos.
by karinha
Sun Oct 31, 2021 12:19 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DBZAP() no funciona en HARBOUR?
Replies: 3
Views: 295

Re: DBZAP() no funciona en HARBOUR?

We can save lot of time by using COMMANDS instead of functions,

Using
Code: Select all  Expand view

ZAP
 

would not give any problem.
by nageswaragunupudi
Sat Oct 30, 2021 5:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DBZAP() no funciona en HARBOUR?
Replies: 3
Views: 295

Re: DBZAP() no funciona en HARBOUR?

Resuelto:

Code: Select all  Expand view

#Ifndef __XHARBOUR__

FUNCTION DbZap() ; RETURN hb_DbZap()

#EndIf
 


Regards, saludos.
by karinha
Thu Oct 28, 2021 8:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DBZAP() no funciona en HARBOUR?
Replies: 3
Views: 295

DBZAP() no funciona en HARBOUR?

DBZAP() no funciona en HARBOUR?    USE PROLUCIA NEW EXCLUSIVE ALIAS PROLUCIA   #IFDEF __XHARBOUR__  //      // if xHarbour -> Funciona perfecto.      FLOCK()  ...
by karinha
Thu Oct 28, 2021 6:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DBZAP() no funciona en HARBOUR?
Replies: 3
Views: 295

Re: Crear un DSN por programa ( ODBC )

... el DNS, estuve intentando con las dos opciones que se proponen en este POST, pero no logro hacerlo. Si lo hago con la función que propone dbzap, se logra crear el DSN, pero lo crea en la pestaña de DSN de usuario , el problema es que lo necesito en la pestaña DSN del sistema . //CREA AUTOMATICAMENTE ...
by leandro
Fri Oct 23, 2020 6:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear un DSN por programa ( ODBC )
Replies: 11
Views: 3482

Re: TO JAmes Bott : command for tdata

... oStruttura: = TStrutture: New () oStructura: setordier (1) oStructura: gotop () when I go to save the beach structure in the old program I used dbzap now not being able to do it because the archive is open in share I have to come up with something else. 1. then first delete all the records there ...
by Silvio.Falconi
Tue May 28, 2019 7:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO James Bott : command for tdata
Replies: 9
Views: 1025

Re: To Nages : Explain me how I must make this tdatabase

... not working as for example the designer of the beach (spiaggia.dbf) where at the time of saving in the old program in no-share mode I performed a dbzap of the archive and a new rescue. This issue has nothing to do with using objects, this has to do with making the app multi-user. You have to solve ...
by Silvio.Falconi
Wed Mar 06, 2019 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Explain me how I must make this tdatabase
Replies: 18
Views: 3298

Re: To Nages : Explain me how I must make this tdatabase

... not working as for example the designer of the beach (spiaggia.dbf) where at the time of saving in the old program in no-share mode I performed a dbzap of the archive and a new rescue. This issue has nothing to do with using objects, this has to do with making the app multi-user. You have to solve ...
by James Bott
Tue Mar 05, 2019 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Explain me how I must make this tdatabase
Replies: 18
Views: 3298

Re: To Nages : Explain me how I must make this tdatabase

... not working as for example the designer of the beach (spiaggia.dbf) where at the time of saving in the old program in no-share mode I performed a dbzap of the archive and a new rescue. I'm talking about a multitude of records, the basic configuration is 25X18 or about 450 records. If the user ...
by Silvio.Falconi
Mon Mar 04, 2019 8:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Explain me how I must make this tdatabase
Replies: 18
Views: 3298

Re: trying with tdatabase

... spiaggia.dbf, elementi.dbf, servizi.dbf, listini.dbf, tariffe.dbf Spiaggia.dbf I created the beach and there is a problem because I can not use Dbzap and Dbpack and I do not know how to do it because when I create the beach I work with an array, then I have to delete all the records on the beach.dbf ...
by Silvio.Falconi
Sat Jan 26, 2019 9:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: trying with tdatabase
Replies: 34
Views: 4746

Re: trying with tdatabase

... Tim Tim, >The only times I use Exclusive are when I Zap, Pack, or Index files, and that is very rare On oldest application I use dbpack and Dbzap when : I draw the beach I create the order for Elements, Services, and other archives I create the price list Now I cannot use dbpack and dbzap ...
by Silvio.Falconi
Sat Jan 26, 2019 9:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: trying with tdatabase
Replies: 34
Views: 4746

Problem with FW_ArrayToDBF(New) RESOLVED!!!

...     For n= 1 to Len(aArray)                       aArray[n][12]:=n                    next          SELECT test      *    dbzap     *test->( FW_ArrayToDBF( aArray, "id,name,breve,price,image,struttura,unit,a4,pos,multiple,islock,ordine" ) )  ...
by Silvio.Falconi
Sat Jan 12, 2019 9:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FW_ArrayToDBF(New) RESOLVED!!!
Replies: 8
Views: 1657

Re: simulate dbzap

I resolved without dbzap
by Silvio.Falconi
Sat Jan 05, 2019 6:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: simulate dbzap
Replies: 9
Views: 1745

Re: simulate dbzap

Or, you could do, as I said at the start of this message thread:

Or, you could just over-write all the existing records with data from the array. No deleting or zapping required.


http://forums.fivetechsupport.com/viewtopic.php?f=3&t=36558&p=218106#p218100
by James Bott
Fri Jan 04, 2019 10:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: simulate dbzap
Replies: 9
Views: 1745

Re: simulate dbzap

... he can not do it because my friend James did not understand what I have to do for the archives if they are open in share mode then you can not use dbzap and insert a database array with the function fw_arraytodb It's unbelievable .... I'm just wasting time
by Silvio.Falconi
Fri Jan 04, 2019 1:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: simulate dbzap
Replies: 9
Views: 1745
Next

Return to advanced search