Search found 144 matches
- Tue Jul 15, 2025 11:09 pm
- Forum: eXpress++ Support
- Topic: How to change currency symbol in windows
- Replies: 12
- Views: 626
Re: How to change currency symbol in windows
IMHO at this point it is just easier to use ISO 4217 standard for three-letter intl. currency code and be done with it. https://www.six-group.com/en/products-services/financial-information/market-reference-data/data-standards.html No font hassle, no display problems, clear link between country and c...
- Sun Jul 13, 2025 11:15 pm
- Forum: eXpress++ Support
- Topic: How to change currency symbol in windows
- Replies: 12
- Views: 626
Re: How to change currency symbol in windows
@Joe: User program should not change users local language/date/currency settings for entire OS . Is there reason ? Like printing out invoices into PDF but with different currency each time and report using 'currency' field to print like old R&R . How can I programmatically change the currency symbol...
- Mon Jul 07, 2025 1:30 am
- Forum: Announcements
- Topic: New library PowerPar for parallel programming
- Replies: 14
- Views: 35426
Re: New library PowerPar for parallel programming
There is point in processing time and load when xbase is just too slow and you should really consider offloading that processing to something faster than xbase compiled program. Even with slicing task into pararell executed xbase exes those might hardly reach 20-25% of individual vCPU load and will ...
- Mon Jun 16, 2025 10:30 pm
- Forum: Xbase++ 2.0
- Topic: Ads error 5381
- Replies: 3
- Views: 4248
Re: Ads error 5381
Might be this one: Do you still use shraing over SMBv1? (If you don't know sysadmin should know) It is XPP errror because of SMBv1 (which should not be used anymore) related. Programs run from SMBv1 share are not allowed to create sockets. https://community.sap.com/t5/technology-q-a/ads-error-5381/q...
- Thu May 29, 2025 10:33 pm
- Forum: PostGreSQL
- Topic: Upper Case field names
- Replies: 6
- Views: 3541
Re: Upper Case field names
Postgresql has case sensitive field names when double-quoting inside queries/stored procedures is used. But if you do not double quote them, it works just fine as server side does lowercase comparison if you do not force that on it. Oracle, MSSQL (afaik has option to force case sensitivity) and Mari...
- Mon May 19, 2025 4:30 am
- Forum: eXpress++ Support
- Topic: PDF in tooltip?
- Replies: 18
- Views: 9230
Re: PDF in tooltip?
For displaying static document from list of those stored? Mine is just to use :navigate() to another address on app server. Parameter url contains basic process identification and ID of document to display and app server prepares html with linked in document. But same can be done by updating html fi...
- Sun May 18, 2025 11:10 pm
- Forum: eXpress++ Support
- Topic: PDF in tooltip?
- Replies: 18
- Views: 9230
Re: PDF in tooltip?
This is best solution. You will offload pdf processing to already optimized system with integrated solution on xpphtmlviewer(2) ? I think I have stored HTML that has simple logic to display arbitrary pdf (and with modification to it of any other file type supported) through it. If you need that smal...
- Fri May 09, 2025 12:11 am
- Forum: eXpress++ Support
- Topic: Apple
- Replies: 2
- Views: 2186
Re: Apple
As I doubt they want to buy old x86 laptops, you need to test this with current lineup. https://www.techpowerup.com/331239/apple-silicon-macs-gain-x86-emulation-capability-run-x86-windows-apps-on-macos They have free option so you can try it beforehand. https://www.parallels.com/products/desktop/ It...
- Tue May 06, 2025 10:46 pm
- Forum: PostGreSQL
- Topic: ADS vs PG
- Replies: 42
- Views: 28684
Re: ADS vs PG
xpp+sqlexpress solves our need for xpp based programs -> {oracle,postgresql,mariadb} since 2005 ; where it is too little, app server side php/python and stored procedures on servers help . It works reliably and reasonably fast, support is fast and good. On python xpp interface In 2014 Lorenzo Succi ...
- Mon May 05, 2025 5:20 am
- Forum: PostGreSQL
- Topic: ADS vs PG
- Replies: 42
- Views: 28684
Re: ADS vs PG
Python and php are easy to learn. Not that hard at all and integrate greatly in web apps. Add xsharp (open source and activelty developed) into mix of less known xb* suites. A suite that is integrated into .NET system and Visual Studio ; As such it uses latest C# compiler at backend with support for...