Search found 99 matches: properly

Searched query: properly

by Antonio Linares
Thu Jan 09, 2025 9:06 am
Forum: Off Topic / Otros temas
Topic: Expand CODE
Replies: 6
Views: 198

Re: Expand CODE

Fixed! :wink:

In official phpbb forum a fix was provided but it was not properly working:
https://www.phpbb.com/community/viewtop ... #p16047019

Fortunately we found a way to fix it :)
by Antonio Linares
Tue Jan 07, 2025 8:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowser keeps in a continious loop
Replies: 11
Views: 392

Re: Xbrowser keeps in a continious loop

Here with latest FWH it seems to work fine. It exits properly
by Antonio Linares
Mon Dec 09, 2024 9:10 pm
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: FiveDBU
Replies: 12
Views: 1184

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 Silvio.Falconi
Mon Dec 09, 2024 8:52 am
Forum: FiveWin for Harbour/xHarbour
Topic: Graphics Memory Problems
Replies: 4
Views: 553

Re: Graphics Memory Problems

Antonio Linares wrote:Dear Silvio,

Can you share its source code to test it ? The app may not be closing properly.
I cannot share the code because I cannot create a Small test , I tried but it is not possible
by Antonio Linares
Fri Dec 06, 2024 8:23 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Graphics Memory Problems
Replies: 4
Views: 553

Re: Graphics Memory Problems

Dear Silvio,

Can you share its source code to test it ? The app may not be closing properly.
by nageswaragunupudi
Tue Nov 26, 2024 4:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: Sorting strings in a NON logical way
Replies: 5
Views: 936

Re: Sorting strings in a NON logical way

Let me first make sure if I understood you requirements properly.

You have a field in your dbf where different sizes are recorded as a list of numeric values.
For example, like this:
"51,52,53,54,55,56,57,58,59 "
These values correspond the sizes:
"L,M,S,XL,XXL,4XL,5XL,XS,XXXL"
You want to read ...
by Otto
Fri Nov 15, 2024 9:50 am
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 5772

Re: cloud or not cloud

... to interact with DBF (dBASE) files using PHP.
* It includes functions for opening DBF files, reading headers and field descriptions,
* properly padding values, and adding records to DBF files.
*
* Functions:
* - php4dbf_logline: Logs messages to a log file.
* - php4dbf_openDbf: Opens ...
by dutch
Tue Nov 12, 2024 3:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour can produce HTTP server ?
Replies: 11
Views: 2092

Re: xHarbour can produce HTTP server ?

Dear Antonio,

May I have sample of Harbour, I will try. Thanks
Dear Dutch,

To implement a web server using xHarbour you need to use multithreading and as far as I know it does not properly work with xHarbour

You need to use Harbour to do it, sorry. We have the Harbour code to do it, just in case.
by Antonio Linares
Tue Nov 12, 2024 11:22 am
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour can produce HTTP server ?
Replies: 11
Views: 2092

Re: xHarbour can produce HTTP server ?

Dear Dutch,

To implement a web server using xHarbour you need to use multithreading and as far as I know it does not properly work with xHarbour

You need to use Harbour to do it, sorry. We have the Harbour code to do it, just in case.
by Marc Venken
Thu Oct 31, 2024 12:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: RDS (Remote Desktop) and FW programming
Replies: 10
Views: 1196

Re: RDS (Remote Desktop) and FW programming

... when searching through large datasets.
SQL Server Settings (if used): If the article inventory program uses a SQL server, make sure it’s properly configured with sufficient resources allocated and that SQL indexes are regularly updated.
6. Security and Antivirus Settings
Antivirus Exclusions ...
by nageswaragunupudi
Mon Oct 28, 2024 6:10 am
Forum: FiveWin para Harbour/xHarbour
Topic: btnbmp
Replies: 16
Views: 1492

Re: btnbmp

No se ven bien alineados el bitmap y el promp, dejo una imagen
The bitmap and the prompt are not aligned properly, I leave an image
why do you think so? what kind of alignment are you looking for?
by Enrico Maria Giordano
Fri Oct 11, 2024 12:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: why, under 64 Bit OS, does not Find UUID.LIB
Replies: 33
Views: 2718

Re: why, under 64 Bit OS, does not Find UUID.LIB

hi Enrico,
Please, first try my bacth with a single PRG and let me know if it works properly for you.
that give me this Error
In file included from C:\harbour\include\hbvmpub.h:50:
C:\harbour\include/hbdefs.h:50:10: fatal error: 'stdarg.h' file not found
#include <stdarg.h>
^
1 error generated ...
by Jimmy
Fri Oct 11, 2024 11:12 am
Forum: FiveWin for Harbour/xHarbour
Topic: why, under 64 Bit OS, does not Find UUID.LIB
Replies: 33
Views: 2718

Re: why, under 64 Bit OS, does not Find UUID.LIB

hi Enrico,
Please, first try my bacth with a single PRG and let me know if it works properly for you.
that give me this Error
In file included from C:\harbour\include\hbvmpub.h:50:
C:\harbour\include/hbdefs.h:50:10: fatal error: 'stdarg.h' file not found
#include <stdarg.h>
^
1 error generated ...
by Enrico Maria Giordano
Fri Oct 11, 2024 8:00 am
Forum: FiveWin for Harbour/xHarbour
Topic: why, under 64 Bit OS, does not Find UUID.LIB
Replies: 33
Views: 2718

Re: why, under 64 Bit OS, does not Find UUID.LIB

hi Enrico,
Please, first try my bacth with a single PRG and let me know if it works properly for you.
it does work like BUILDH.BAT.
i have no Problem to compile a single PRG.

i would like to know how to use multiple PRGs for a 32 Bit App under 64 Bit OS without a *.MAK (BCC) or *.HBP (MSVC ...
by Jimmy
Fri Oct 11, 2024 4:46 am
Forum: FiveWin for Harbour/xHarbour
Topic: why, under 64 Bit OS, does not Find UUID.LIB
Replies: 33
Views: 2718

Re: why, under 64 Bit OS, does not Find UUID.LIB

hi Enrico,
Enrico Maria Giordano wrote:Please, first try my bacth with a single PRG and let me know if it works properly for you.
it does work like BUILDH.BAT.
i have no Problem to compile a single PRG.

i would like to know how to use multiple PRGs for a 32 Bit App under 64 Bit OS without a *.MAK (BCC) or *.HBP (MSVC)