Search found 4769 matches

by rdonnay
Fri Jul 21, 2023 8:08 am
Forum: eXpress++ Support
Topic: I NEED A UNIQUE NUMBER GENERATOR FUNCTION
Replies: 8
Views: 2760

Re: I NEED A UNIQUE NUMBER GENERATOR FUNCTION

If it needs to be unique, you can't use a random generator.

Is the uniqueness needed for a database record id?
by rdonnay
Tue Jul 18, 2023 5:48 am
Forum: eXpress++ Support
Topic: xbaseAI
Replies: 2
Views: 1953

Re: xbaseAI

AI is being touted as a new paradigm which will replace us all. I guess it's a reminder of the Russian revolution where they talked about 2 steps forward, 1 step back. This program takes us back to 1981, the birth of dBase-II, the most primitive of the xBase languages. xbaseAI has a long way to go t...
by rdonnay
Mon Jul 17, 2023 6:25 am
Forum: eXpress++ Support
Topic: xbaseAI
Replies: 2
Views: 1953

xbaseAI

Certainly! Here's a simplified example of an office management program written in xBase language: ``` PROCEDURE OfficeManagement CLEAR DO WHILE .T. ? "Welcome to the Office Management program." ? "What would you like to do?" ? "1. Add a new employee" ? "2. View employee details" ? "3. Update employe...
by rdonnay
Fri Jun 23, 2023 6:25 am
Forum: Xbase++ 2.0
Topic: HttpClient Secure Protocol Error
Replies: 1
Views: 2225

HttpClient Secure Protocol Error

Has anyone used HttpClient with Https ? I can connect to my https server with a web browser but not with HttpClient. I'm using the same .PFX certificate with HttpClient as with HttpEndpoint. I have tried all the 'secure-protocol' options available to the client to no avail. ERROR_WINHTTP_SECURE_FAIL...
by rdonnay
Sat Jun 10, 2023 7:38 am
Forum: Xbase++ 2.0
Topic: https using httpendpoint
Replies: 6
Views: 7904

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....
by rdonnay
Fri Jun 02, 2023 1:57 pm
Forum: Xbase++ 2.0
Topic: https using httpendpoint
Replies: 6
Views: 7904

https using httpendpoint

Has anyone been successful in creating a .PFX file for use with httpendpoint:setCertificateFromFile() ?
by rdonnay
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: 26875

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?
by rdonnay
Fri May 19, 2023 1:46 pm
Forum: eXpress++ Support
Topic: example of combobox + checkbox combined
Replies: 10
Views: 5266

Re: example of combobox + checkbox combined

That is not possible with a DCCOMBOBOX command.

I don't understand what it is that you want.
by rdonnay
Fri May 12, 2023 7:14 am
Forum: eXpress++ Support
Topic: Xbase2.0 and dc_popDate
Replies: 2
Views: 2107

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.
by rdonnay
Tue May 09, 2023 6:05 am
Forum: eXpress++ Support
Topic: Hilitegets with Xbase 2.0
Replies: 12
Views: 4707

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.