Search found 601 matches

by unixkd
Thu Apr 24, 2025 5:24 am
Forum: PostGreSQL
Topic: ADS vs PG
Replies: 4
Views: 40

ADS vs PG

Hi all

A lot have been said about ads and postgresql most especially on this vibrant forum.

I am just been curious, are there comparable reason for want to choose one over the other for a large enterprise projects.

Thanks

Joe
by unixkd
Thu Apr 24, 2025 2:09 am
Forum: eXpress++ Support
Topic: Windows 10 progress bar api
Replies: 30
Views: 513518

Re: Windows 10 progress bar api

Hi Slavkodam Thanks for your response. I am using ot4Xb library and I am aware that I have to pass a STRUCTURE to the api SHFileOperation(). Therefore the structure will look as follows: BEGIN STRUCTURE oFileOperation MEMBER BOOL hWind MEMBER BYTE wFunc MEMBER WORD pFrom MEMBER DWORD pTo MEMBER DWOR...
by unixkd
Wed Apr 23, 2025 6:18 am
Forum: eXpress++ Support
Topic: Windows 10 progress bar api
Replies: 30
Views: 513518

Re: Windows 10 progress bar api

Hi Slavkodam

Great to hear from you. That's the progressbar I am talking about. You are very correct.

The winapi you mentioned is it easy to implement.

Once again thanks for your contributions.

Joe
by unixkd
Mon Apr 21, 2025 2:07 am
Forum: eXpress++ Support
Topic: Windows 10 progress bar api
Replies: 30
Views: 513518

Re: Windows 10 progress bar api

Hi SlavkoDam and Jimmy

Thanks a lot for your contributions, great.

I was just thinking that Progress bar with graphs could be done.

Once more thanks for your time.

Joe
by unixkd
Tue Apr 08, 2025 12:37 am
Forum: eXpress++ Support
Topic: Windows 10 progress bar api
Replies: 30
Views: 513518

Re: Windows 10 progress bar api

Furthermore

I am still having issues with postgresql backup which I posted under postgresql topic

Thanks

Joe
by unixkd
Tue Apr 08, 2025 12:33 am
Forum: eXpress++ Support
Topic: Windows 10 progress bar api
Replies: 30
Views: 513518

Re: Windows 10 progress bar api

Hi all

Thanks for your contributions.

Greatly appreciated.

Joe
by unixkd
Tue Apr 08, 2025 12:30 am
Forum: eXpress++ Support
Topic: Windows 10 progress bar api
Replies: 30
Views: 513518

Re: Windows 10 progress bar api

Thanks to you all. I appreciate all your contributions.

Joe
by unixkd
Mon Apr 07, 2025 6:42 am
Forum: eXpress++ Support
Topic: Windows 10 progress bar api
Replies: 30
Views: 513518

Re: Windows 10 progress bar api

Hi Slavkodam and Jimmy. Thanks for your response and valuable contributions. You people are great. Happy to hear that it is doable. Slavkodam we will greatly appreciate it if you could provide us a sample solution. And more importantly how to use xbase++ capi. I couldn't find the documentation for A...
by unixkd
Sun Apr 06, 2025 8:30 am
Forum: eXpress++ Support
Topic: Windows 10 progress bar api
Replies: 30
Views: 513518

Re: Windows 10 progress bar api

Jimmy

Thanks for your response. That's the control I am talking about. I am not good at winapi

Joe
by unixkd
Sun Apr 06, 2025 5:02 am
Forum: PostGreSQL
Topic: Database backup and restore in pg xbade++
Replies: 9
Views: 9933

Re: Database backup and restore in pg xbade++

Hi Tom No. That is a valid (PG-)SQL statement. Depending on how you connect to the PG server from inside your application, you may just send this statement to the server and analyze the result. I try this but get error. oConn:execute("pg_dump -u powerplus -d powerplusdb -f e:/backup_file.sql") where...