Page 2 of 2

Re: Need help to find the code or direction to make the server in HMG

Posted: Wed Jul 06, 2022 5:32 am
by jayadevu
Interesting approach. But may be you could try CGI/FASTCGI route:

More details here:
https://harbour.wiki/index.asp?page=Pub ... 3331951908

HTH,

Jayadev


Anand wrote: Sun Jul 03, 2022 12:46 pm Sorry to everyone for late reply.
Last week was hectic and I could only sit for company work. Our kitchen is getting repaired and I had take leave for it.

Now I have some time and I will check both Mol and Roberto post for it. Thanks to both of you.

Jayadev, I have Android app. I am using it to access DBF and NTX files on our windows server, via ip:port address. To access the port I am using a java jar which accepts the request and creates files for it. Then my Xbase++ program uses that files to generate reports from DBF/NTX database. The java jar then send the report to the app.

I want to use Harbour to do both java and XBase++ job. But first to do the java job.