Search found 1226 matches
- Mon Sep 22, 2025 12:55 am
- Forum: eXpress++ Support
- Topic: Help please - Una ayuda por Favor
- Replies: 2
- Views: 802
Re: Help please - Una ayuda por Favor
Hi, In _dcfunct.prg there is oSheet:Application:ActiveWindow:FreezePanes := .T.. This is the cause of the error. This happens sometimes. Normally it works but it is something in the configuration of Windows or Excel. It is fails on a PC it will always fail. Maybe you can re-install Excel, but I'm no...
- Mon Sep 01, 2025 1:08 am
- Forum: phpBB Board Support
- Topic: We are back!!!
- Replies: 7
- Views: 1885
Re: We are back!!!
Hi,
Happy to see everything is running again.
I saw some pictures on Facebook with Harley on a boat, so I knew for sure everything was well with you. I hope you enjoyed the holiday.
Happy to see everything is running again.
I saw some pictures on Facebook with Harley on a boat, so I knew for sure everything was well with you. I hope you enjoyed the holiday.
- Fri Jul 25, 2025 12:35 am
- Forum: Harley the Fluffy Corgi
- Topic: Meet Harley Quinn
- Replies: 2
- Views: 71639
Re: Meet Harley Quinn
Nice.
- Wed Jul 09, 2025 12:11 am
- Forum: Announcements
- Topic: New library PowerPar for parallel programming
- Replies: 14
- Views: 67329
Re: New library PowerPar for parallel programming
Hi,
I'm wondering why you are promoting your library here if we are too stupid to understand in your opinion.You don't know for better and it is better for you.
- Tue Jul 08, 2025 1:35 am
- Forum: Announcements
- Topic: New library PowerPar for parallel programming
- Replies: 14
- Views: 67329
Re: New library PowerPar for parallel programming
Hi, If you can check what the load is for each CPU it makes sense. Otherwise if for a thread there is a fixed cpu number assigned, you can't know if this CPU already has a huge load or not. I agree with Tom, randomly use the different CPU's is a good solution. I change the CPU if another thread is s...
- Mon Jun 23, 2025 12:30 am
- Forum: PostGreSQL
- Topic: How to save files to blob in PG
- Replies: 2
- Views: 7521
Re: How to save files to blob in PG
Hi, This is the answer of Chatgpt. In **Xbase++**, saving a file into a PostgreSQL BLOB field can be done using the `bytea` type and parameterized SQL with the PostgreSQL client library (e.g. via ODBC or the `PGDBE` from Alaska Software). Below is a structured outline for how to save files to a `byt...
- Thu May 22, 2025 6:56 am
- Forum: eXpress++ Support
- Topic: PDF in tooltip?
- Replies: 18
- Views: 19839
Re: PDF in tooltip?
Hi,
The XbpHtmlViewer2 is working, but it is terrible slow. I remember something about this but I can't find it.
The XbpHtmlViewer2 is working, but it is terrible slow. I remember something about this but I can't find it.
- Wed May 21, 2025 4:02 am
- Forum: eXpress++ Support
- Topic: PDF in tooltip?
- Replies: 18
- Views: 19839
Re: PDF in tooltip?
Hi Tom,
As always, your screens are looking nice.
As always, your screens are looking nice.
- Wed May 21, 2025 1:01 am
- Forum: eXpress++ Support
- Topic: PDF in tooltip?
- Replies: 18
- Views: 19839
Re: PDF in tooltip?
Hi, Meanwhile I have created my screen and have this in my browse: @ 1,1 DCBROWSE OBJECT oPeppol alias 'peppol' SIZE 120 ,22 FIT MAX 125*amain(9,10) ; EDIT xbeBRW_ItemSelected MODE DCGUI_BROWSE_EDITDOWN ; NODESCENDTOGGLE ; SUBCLASS 'XbpBrowseForeground()' ; ITEMMARKED {|| oPdf:navigate(cPeppoldir+al...
- Mon May 19, 2025 12:22 am
- Forum: eXpress++ Support
- Topic: PDF in tooltip?
- Replies: 18
- Views: 19839
Re: PDF in tooltip?
Hi K-insis,
Just wondering how you can communicate with the HTML to navigate between documents?
Just wondering how you can communicate with the HTML to navigate between documents?