Search found 4705 matches
- Sat Jun 10, 2023 7:38 am
- Forum: Xbase++ 2.0
- Topic: https using httpendpoint
- Replies: 2
- Views: 126
Re: https using httpendpoint
I finally got it to work after I created a .PFX certificate using OpenSSL. The .P12 certificate would cause runtime errors when loading on any OS earlier than Windows 10. Here are the commands required for making the .PFX file: REM This command creates a "self-signed" certificate named TaxiFleetNYC....
- Fri Jun 02, 2023 1:57 pm
- Forum: Xbase++ 2.0
- Topic: https using httpendpoint
- Replies: 2
- Views: 126
https using httpendpoint
Has anyone been successful in creating a .PFX file for use with httpendpoint:setCertificateFromFile() ?
- Tue May 23, 2023 4:50 am
- Forum: Xbase++ 2.0
- Topic: What Java library or dll can be used to develop a WEB GUI in Xbase++?
- Replies: 62
- Views: 17306
Re: What Java library or dll can be used to develop a WEB GUI in Xbase++?
Are you able to upload PDF files from your Standalone if you make a http:// connection instead of a https:// connection?
- Fri May 19, 2023 1:46 pm
- Forum: eXpress++ Support
- Topic: example of combobox + checkbox combined
- Replies: 10
- Views: 758
Re: example of combobox + checkbox combined
That is not possible with a DCCOMBOBOX command.
I don't understand what it is that you want.
I don't understand what it is that you want.
- Fri May 12, 2023 7:14 am
- Forum: eXpress++ Support
- Topic: Xbase2.0 and dc_popDate
- Replies: 2
- Views: 353
Re: Xbase2.0 and dc_popDate
Chris -
You have been posting a lot of stuff lately and I have been too busy to respond.
I hope to get to all of your issues by the end of next week.
You have been posting a lot of stuff lately and I have been too busy to respond.
I hope to get to all of your issues by the end of next week.
- Tue May 09, 2023 6:05 am
- Forum: eXpress++ Support
- Topic: Hilitegets with Xbase 2.0
- Replies: 12
- Views: 963
Re: Hilitegets with Xbase 2.0
Is your problem solved?
Nobody else has ever reported this as a problem with 2.0 and it is a popular feature.
Nobody else has ever reported this as a problem with 2.0 and it is a popular feature.
- Sat Apr 29, 2023 5:17 pm
- Forum: Xbase++ 2.0
- Topic: DBT memos with ADSDBE
- Replies: 7
- Views: 639
Re: DBT memos with ADSDBE
I have a customer with an application that uses DBFCDX files with DBT memos. I want to use ADSDBE so can can do SQL queries against their data. I have been doing this for years with FOXCDX and FPT memos. The ADSDBE documentation implies that this should be possible but there is no example on how to ...
- Sat Apr 29, 2023 11:38 am
- Forum: Xbase++ 2.0
- Topic: DBT memos with ADSDBE
- Replies: 7
- Views: 639
Re: DBT memos with ADSDBE
ADS_DBE_TABLEMODE can only be NTX, CDX or ADT.Yes, ADSDBE_MEMOFILE_EXT is RO. But, it has to be used ADSDBE_TBL_MODE which is RW.
- Sat Apr 29, 2023 11:13 am
- Forum: Xbase++ 2.0
- Topic: DBT memos with ADSDBE
- Replies: 7
- Views: 639
Re: DBT memos with ADSDBE
I read all of that, but dbeInfo() doesn't allow using that because it is Read Only.
#define ADSDBE_MEMOFILE_EXT (DBE_USER+1) // RO
#define ADSDBE_MEMOFILE_EXT (DBE_USER+1) // RO
- Sat Apr 29, 2023 9:43 am
- Forum: Xbase++ 2.0
- Topic: DBT memos with ADSDBE
- Replies: 7
- Views: 639
DBT memos with ADSDBE
The Alaska documentation states that ADSDBE is compatible with DBT memo files, however there are no examples of how to enable this feature.
Has anyone successfully used ADSDBE with DBT memos and CDX Indexes?
Has anyone successfully used ADSDBE with DBT memos and CDX Indexes?