Page 1 of 1

DBU in Harbour for Win10 64 bit

Posted: Sat Jun 27, 2020 9:55 am
by Anand
As requested by Gabor
https://www.hmgforum.com/viewtopic.php?p=62462#p62462

I have attached the source code of DBU9.
Compile it in Harbour.
2020-06-27_151550.png
2020-06-27_151550.png (17.99 KiB) Viewed 4196 times
2020-06-27_152315.png
2020-06-27_152315.png (5.61 KiB) Viewed 4196 times

You can find the exe here
https://www.hmgforum.com/viewtopic.php?p=62447#p62447


Regards,

Anand

Re: DBU in Harbour for Win10 64 bit

Posted: Sat Jun 27, 2020 11:20 am
by mlnr
Thank you Anand

Re: DBU in Harbour for Win10 64 bit

Posted: Sat Jun 27, 2020 11:43 am
by mustafa
+1
Regards
Mustafa

Re: DBU in Harbour for Win10 64 bit

Posted: Sun Jun 28, 2020 10:42 am
by Anand
I have changed the default searching for file name / field name logic from single first letter search (achoice logic) to 'filter on contains text' like GMail.

For searching 'email' field, which may start with different letter, I can now just type 'EMA' and DBU9 will show me the field 'YS_EMAIL'. See animation below. This helps me to quickly find the required file/field.

dbu9_filter_search.gif
dbu9_filter_search.gif (56.24 KiB) Viewed 4065 times

The logic is already in the given source.

Regards,

Anand

Re: DBU in Harbour for Win10 64 bit

Posted: Mon Jun 29, 2020 8:05 am
by tonton2
bonjour tout le monde
DBU9 se compile mais est invisible , est ce qu'il en ait de même pour vous ?

Re: DBU in Harbour for Win10 64 bit

Posted: Mon Jun 29, 2020 8:43 am
by tonton2
j'avais pas remarqué qu'il n y avait pas de fenêtre principale

Re: DBU in Harbour for Win10 64 bit

Posted: Mon Jun 29, 2020 9:22 am
by Anand
It is a cmd (command) based exe, i.e. not windows based.

It works same as 16 bit DBU we had in our Clipper days, same keyboard shortcuts and menus. Also it shows ASCII characters properly in fields, we have fields with chr(1), chr(2).. as serial and it shows them.

Windows versions need proper fonts otherwise shows boxes for them.
---
C'est un exe basé sur cmd (commande), c'est-à-dire non basé sur Windows.

Il fonctionne de la même manière que la DBU 16 bits que nous avions à l'époque Clipper, les mêmes raccourcis clavier et menus. De plus, il affiche correctement les caractères ASCII dans les champs, nous avons des champs avec chr (1), chr (2) .. en série et il les affiche.

Les versions de Windows nécessitent des polices appropriées, sinon elles affichent des cases.
---

Regards,

Anand

Re: DBU in Harbour for Win10 64 bit

Posted: Tue Jun 30, 2020 7:06 pm
by ASESORMIX
Muchas Gracias.