Search found 81 matches: fivedbu

Searched query: fivedbu

by Antonio Linares
Fri Jan 10, 2025 8:43 am
Forum: Utilities / Utilidades
Topic: These forums backup database / Backup de estos foros
Replies: 3
Views: 77

These forums backup database / Backup de estos foros

... these forums before we migrated them to the new 3.3.14 version.

You can also find all the posts in a DBF that you can easy browse using samples/fivedbu.prg or doing XBrowser( "forums.dbf" )

Aqui teneis un backup completo de estos foros antes de que los migrásemos a la nueva versión 3.3.14 ...
by Antonio Linares
Mon Dec 09, 2024 9:10 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: FiveDBU
Replies: 12
Views: 1186

Re: FiveDBU

Dear Massimo,

Please do this:
git clone https://github.com/harbour/core harbour
git clone https://github.com/fivetechsoft/fivemac

then do:
cd harbour
make
cd ..
cd fivemac
make

cd samples
./build.sh fivedbu

that should build fivedbu with no issues and run properly on your macs
by Massimo Linossi
Mon Dec 09, 2024 7:21 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: FiveDBU
Replies: 12
Views: 1186

Re: FiveDBU

Hi Antonio.
Can you explain how to recompile the fivedbu even on another Imac with older
operating system ?
Thanks a lot
Massimo
by Massimo Linossi
Mon Dec 09, 2024 9:49 am
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: FiveDBU
Replies: 12
Views: 1186

Re: FiveDBU

Hi Antonio,
GREAT, works perfectly.
Thanks you so much.
Massimo
by Antonio Linares
Mon Dec 09, 2024 9:30 am
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: FiveDBU
Replies: 12
Views: 1186

Re: FiveDBU

How have you downloaded it ?

Please do this:

git clone https://github.com/fivetechsoft/fivemac

Then open OSX finder, go to fivemac/samples folder and double click on fivedbu.app
by Massimo Linossi
Mon Dec 09, 2024 9:23 am
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: FiveDBU
Replies: 12
Views: 1186

Re: FiveDBU

Hi Antonio
Downloaded now but it gives error :
You cannot open fivedbu because is not supported on Mac.
by Antonio Linares
Mon Dec 09, 2024 8:38 am
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: FiveDBU
Replies: 12
Views: 1186

Re: FiveDBU

Dear Massimo,

Here you have FiveDBU for sequoia on Intel Macs:

https://github.com/FiveTechSoft/fivemac ... ivedbu.app
by Massimo Linossi
Mon Dec 09, 2024 8:26 am
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: FiveDBU
Replies: 12
Views: 1186

Re: FiveDBU

Hi Antonio,
I was asking for sequoia on Intel Macs.
Thanks a lot
Massimo
by Antonio Linares
Sun Dec 08, 2024 8:58 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: FiveDBU
Replies: 12
Views: 1186

Re: FiveDBU

Dear Masimo,

> Can you also build the version for macOS Sequoia ?

It is already macOS Sequoia compatible :-)

Our dear friend Lailton built in and tested it on macOS Sequoia
by Massimo Linossi
Sun Dec 08, 2024 8:28 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: FiveDBU
Replies: 12
Views: 1186

Re: FiveDBU

Hi Antonio,
great, i will test it.
Can you also build the version for macOS Sequoia ?
Many, many thanks.
Massimo
by Antonio Linares
Sat Dec 07, 2024 7:02 am
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: FiveDBU
Replies: 12
Views: 1186

Re: FiveDBU

Dear Massimo,

Our dear friend and master, Lailton, has helped us to build and test FiveDBU for Mac arm64:

Here it is FiveDBU for arm64 already built:
https://github.com/FiveTechSoft/fivemac/tree/master/samples/fivedbu_arm64.app

Please download it and test it and please let us know any error you ...
by Antonio Linares
Thu Oct 03, 2024 7:52 am
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2024 (FWH 24.09)
Replies: 5
Views: 1888

Re: New FTDN September/Septiembre 2024 (FWH 24.09)

... o GDI clásico.

* Corrección: La función FW_ReadImage() fallaba con xHarbour comercial (xhb.com). Solucionado.

* Mejora: En el ejemplo samples\FiveDbu.prg, tenía un error al borrar un campo de una estructura DBF, ahora está bien.
https://fivetechsupport.com/forums/viewtopic.php?p=273041#p273041 ...
by Antonio Linares
Wed Oct 02, 2024 4:11 pm
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2024 (FWH 24.09)
Replies: 5
Views: 1888

New FTDN September/Septiembre 2024 (FWH 24.09)

... default)
lGIDP (new ) default .f. To use GDI+ or classic GDI

* function FW_ReadImage() crashing with xhb.com. Fixed.

* Enhancement: samples\FiveDbu.prg had a bug when deleting a field from a DBF structure, now it is ok.
https://fivetechsupport.com/forums/viewtopic.php?p=273041#p273041 ...
by jair
Thu Sep 19, 2024 1:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: XHB XCC FWH 24-07
Replies: 7
Views: 702

Re: XHB XCC FWH 24-07

use buildxhb.bat para compilar en c:\fwh\samples\fivedbu.prg para ver los errores que tengo problemas al compilar aquí en los sistemas con los que intento compilar
xcc para que pueda verificar los errores agregando estas 3 bibliotecas xhbzip.lib xhbzipdll.lib libmysql.lib a la biblioteca libmysql.lib ...
by Antonio Linares
Sun Sep 08, 2024 5:31 am
Forum: FiveWin para Harbour/xHarbour
Topic: Comportamiento Extraño del FIVEDBU
Replies: 1
Views: 481

Re: Comportamiento Extraño del FIVEDBU

Estimado Elmo,

Efectivamente hay un bug que se corrige asi:
function DelField( aFields, cFieldName, oGet, oBrw )

if Len( aFields ) >= 1
ADel( aFields, oBrw:nArrayAt, .T. )
// ASize( aFields, Len( aFields ) - 1 )
oBrw:SetArray( aFields )
endif

oGet:VarPut( cFieldName := Space( 10 ) )
oGet ...