Page 1 of 2

DBU(64bits)

Posted: Tue Dec 21, 2021 1:10 pm
by Mario Mansilla
Hola Amigos :
Alguien tiene o conoce un programa tipo DBU de clipper que pueda editar y modificar una dbf grande y de mas de 80 campos , la version del DBU que poseo solo me permite hasta un maximo de 50 campos . He probado el DBA pero es muuuuy lenta la carga de la dbf en la pantalla.
Desde ya muchas gracias
Saludos

Mario Rafael Mansilla

Hi friends :
Someone has or knows a clipper DBU type program that can edit and modify a large dbf with more than 80 fields, the version of the DBU that I have only allows me up to a maximum of 50 fields. I have tried the DBA but it is sooo slow loading the dbf on the screen.
From already thank you very much
Greetings

Mario Rafael Mansilla

Re: DBU(64bits)

Posted: Tue Dec 21, 2021 2:00 pm
by serge_girard
Try DBFVIEW2000

https://www.dbf2002.com/

Re: DBU(64bits)

Posted: Tue Dec 21, 2021 2:20 pm
by fouednoomen
it's for free serge ?

Re: DBU(64bits)

Posted: Tue Dec 21, 2021 3:28 pm
by serge_girard
No, not free. But rather cheap and great helpdesk. I have it for many years without problems.

Re: DBU(64bits)

Posted: Tue Dec 21, 2021 5:03 pm
by ASESORMIX
Observa este link:

https://hmgforum.com/viewtopic.php?f=5& ... dbu#p62540

Es el clasico DBU pero compilado en 32 bits y funciona tambien en 64 bits.

Re: DBU(64bits)

Posted: Tue Dec 21, 2021 5:14 pm
by ASESORMIX
Hay que compilarlo.
Yo le coloqué
REQUEST HB_GT_WIN_DEFAULT
al inicio del dbu.prg y funciona. De lo contrario se queda colgado.
Me gusta forma de buscar los campos.
Tiene problemas para eliminar registros, lo arreglaré y lo subiré.

Re: DBU(64bits)

Posted: Tue Dec 21, 2021 10:23 pm
by AUGE_OHR
hi,

there is a Tool called OTIS which can "much more" than DBU

Re: DBU(64bits)

Posted: Thu Dec 23, 2021 12:06 pm
by Anand
I have uploaded DBU9 compiled in harbour for Win 64 bit.
http://www.hmgforum.com/viewtopic.php?p=62472#p62472

The source is all attached there. You may change it to your liking like increasing the number of fields.

Re: DBU(64bits)

Posted: Fri Dec 24, 2021 1:50 pm
by jayadevu
Very good Anand.

Thanks for sharing.

Warm regards,

Jayadev

Re: DBU(64bits)

Posted: Fri Dec 24, 2021 6:13 pm
by franco
I can not get to work. Batch file crashes says hbmk2 is not an internal or external command.
In the Bin folder I think it is 32 bit, Could this be problem.
@echo off
rem set path=i:\hb30\bin\
set path=c:\hmg.3.4.4\harbour\bin\
hbmk2 dbu.hbp
pause