Search found 4841 matches
- Sun Dec 08, 2024 9:48 am
- Forum: Xbase++ 2.0
- Topic: ZIP library
- Replies: 12
- Views: 2403
Re: ZIP library
Here is some code written by ChatGPT: #include "activex.ch" PROCEDURE Main() // Initialize Chilkat ActiveX LOCAL oChilkatZip // AS OBJECT LOCAL cFolderPath // AS STRING LOCAL cZipFileName // AS STRING LOCAL oSuccess // AS LOGICAL // Create an instance of Chilkat Zip oChilkatZip := CreateObject("Chil...
- Sat Dec 07, 2024 10:34 am
- Forum: Xbase++ 2.0
- Topic: ZIP library
- Replies: 12
- Views: 2403
Re: ZIP library
Chilkat Zip does not have a specific maximum file size for unzipping files. It supports ZIP64 when writing to files, allowing for large zip files. The default value for the max size property is 0, which means any size file can be unzipped123. This probably isn't an issue, but I wanted to make sure....
- Fri Dec 06, 2024 7:13 am
- Forum: Xbase++ 2.0
- Topic: ZIP library
- Replies: 12
- Views: 2403
Re: ZIP library
I like that idea. I use Chilkat for lots of other stuff.We changed to the zip capabilities of Chilkat,
Thanks, everyone, for so many responses.
- Thu Dec 05, 2024 11:02 am
- Forum: Xbase++ 2.0
- Topic: ZIP library
- Replies: 12
- Views: 2403
ZIP library
What .ZIP libraries are people using for Xbase++ 2.0 these days?
- Wed Dec 04, 2024 5:07 pm
- Forum: eXpress++ Support
- Topic: printing to pdf error
- Replies: 8
- Views: 1767
Re: printing to pdf error
It appears that you are using the same name for the PDF each time it is being created and a previous print job never finished and closed the file."file is open and cannot be created"
- Wed Dec 04, 2024 6:52 am
- Forum: eXpress++ Support
- Topic: printing to pdf error
- Replies: 8
- Views: 1767
Re: printing to pdf error
I don't know how you are giving the PDF file to the driver. Is this an email attachment? Sometimes a server can be slow at emptying its file-write buffer if it is very busy. If you have another service that sends it out as an email immediately after the print job, it could be that there needs to be ...
- Tue Dec 03, 2024 5:43 pm
- Forum: eXpress++ Support
- Topic: printing to pdf error
- Replies: 8
- Views: 1767
Re: printing to pdf error
Fred -
I read your complaint 5 times and I have no idea what error you are getting.
Please be more specific.
Roger
I read your complaint 5 times and I have no idea what error you are getting.
Please be more specific.
Roger
- Thu Nov 28, 2024 9:14 am
- Forum: PostGreSQL
- Topic: More PGDBE questions
- Replies: 29
- Views: 14662
Re: More PGDBE questions
Did you take a look at local/remote filters? I haven't completely evaluated what gets passed to dbEval() in Terry Wolfe's reporting system. They have hundreds of reports that build an array of statements that are pre-processed from his own reporting language into array of statements which will late...
- Thu Nov 28, 2024 5:17 am
- Forum: PostGreSQL
- Topic: More PGDBE questions
- Replies: 29
- Views: 14662
Re: More PGDBE questions
This can't be mentioned too often. No matter how often it is mentioned, there seems to be no configuration that performs sufficiently in my tests. The application I am working with uses 6 different UDF's in indexes and they are a huge bottleneck to performance. I used ChatGPT to convert those UDF's...
- Tue Nov 26, 2024 11:54 am
- Forum: PostGreSQL
- Topic: More PGDBE questions
- Replies: 29
- Views: 14662
Re: More PGDBE questions
Thanks for your reply. I will check out ILX.We only use SQL for some informational stuff, for retrieving data in some situations (into data objects/arrays) and a few other functions.