James I have been able to use the sample dbf01.prg ... I have created my table traditionally and my index traditionally .. this so far works DO WHILE .T. CUSTDBF := "TEMP"+(SUBSTR(TIME(),7,2)+SUBSTR(TIME(),4,2))//+".DBF" ...
Dear Sir, How to use trap F2 KEY using get with oDatabase // from sample dbf01.prg REDEFINE GET oDbf:First ID ID_NAME OF oDlg UPDATE oDbf:First:bKeyDown:= { |nKey| If( nKey == VK_F2, msginfo("F2 Pressed"), nil ) } give following error Error description: ...
Thanks Antonio. DBF01.PRG is working :) Only a few samples are no linking: FiveDBU.prg, FiveForm and VMH reporting 'Undefined Reference to Symbol PCRE_FREE" Dozip.prg 'Undefined Reference to Symbol InflateInit2_" Install.prg ...
Hi Antonio, Thanks for allow us to develop, using fivelinux, in Raspberry Pi ARM architecture. Almost every PRG example is working fine. But the dbf01.prg can't compile and generate the following message: compiling... Harbour 3.2.0dev (r1601282333) Copyright (c) 1999-2016, http://harbour-project.org/ ...
... con Dbfs, si accedo con la aplicación que las abre, desde 2 PC, al conectarse la segunda, cre copias de cada archivo dbf con el nombre: "dbf01 copia en conflicto de fulano". Nunca me hago problemas porque es una de mis aplicaciones que solo yo uso, en distintas PCs. Pensando que ...
... y MiDBF->DescripcionoDBF:DBRUNLOCK() //Desbloqueas el registro para que ya lo puedan usar otros Puedes ver mas informacion en SAMPLES\DBF01.prg Espero te sirva. Salu2
Antonio, Thank for for the new version of Fivehm.lib. I linked it into dbf01.exe and my own application. Both applications simply end abruptly without any error message. I modified dbf01.prg: msginfo("ready to try") <-- this line works. USE Customer ...
My compiler is Microsoft so I made the changes suggested by Antonio to FiveHM.lib. I then compiled a copy of dbf01.prg. Running the program with the modified FiveHM.lib the program crashed with the error: Error description: Error BASE/44 Assigned value is wrong class: TDATABASE:BBOF ...