Search found 565 matches

by unixkd
Tue Jan 30, 2024 1:56 pm
Forum: eXpress++ Support
Topic: ARTIFICIAL INTELLIGENCE (AI)
Replies: 9
Views: 1148

ARTIFICIAL INTELLIGENCE (AI)

Hi All

Will xBase++/Express++ be suitable for Artificial Intelligence projects now and in the future ?

Thanks

Joe
by unixkd
Thu Nov 02, 2023 8:45 am
Forum: Xbase++ Support
Topic: OT4XB: MakeLangId()
Replies: 2
Views: 1210

OT4XB: MakeLangId()

Hi All

I came across this function in - OT4XB: MakeLangId(), can it help in the development of multi-language application or where can it be used

Thanks

Joe
by unixkd
Sun Jul 23, 2023 3:17 am
Forum: eXpress++ Support
Topic: I NEED A UNIQUE NUMBER GENERATOR FUNCTION
Replies: 8
Views: 2656

Re: I NEED A UNIQUE NUMBER GENERATOR FUNCTION

Dear Jezda

I know that long time ago, it will NOT produce UNIQUE number at any given time. That is why Roger said that RAMDOM number generator cannot be used in his earlier reply.

Thanks

Joe
by unixkd
Fri Jul 21, 2023 3:24 pm
Forum: eXpress++ Support
Topic: I NEED A UNIQUE NUMBER GENERATOR FUNCTION
Replies: 8
Views: 2656

Re: I NEED A UNIQUE NUMBER GENERATOR FUNCTION

The unique number must be something like 1458763952 for 10 digits or 356498715465 for 12 digit number.

This ot4xb function cGenRndStr(10,.T.) generate id of 10 digits when 10 parameter is passed. The only problem is that it generates ALPHANUMERIC whereas I want only numeric.

Joe
by unixkd
Fri Jul 21, 2023 3:01 pm
Forum: eXpress++ Support
Topic: I NEED A UNIQUE NUMBER GENERATOR FUNCTION
Replies: 8
Views: 2656

Re: I NEED A UNIQUE NUMBER GENERATOR FUNCTION

Hi Roger If it needs to be unique, you can't use a random generator. Is the uniqueness needed for a database record id? Not intend for database id. It is transaction document ID. I am thinking of something deriviable from Date()+Seconds()+Computer ID. The computer ID must be SERVER ID for all connec...
by unixkd
Thu Jul 20, 2023 9:44 pm
Forum: eXpress++ Support
Topic: I NEED A UNIQUE NUMBER GENERATOR FUNCTION
Replies: 8
Views: 2656

I NEED A UNIQUE NUMBER GENERATOR FUNCTION

Hi All

I need a function that can generate Unique number.

What I found close to it is ot4xb function cGenRndStr(10,.T.) but it generate alpha numeric strings

Thanks

Joe
by unixkd
Thu Jul 20, 2023 1:28 am
Forum: CXP / Web Development
Topic: PowerWeb app example - Article Codebook with 1.000.000 Recs (Part 6)
Replies: 10
Views: 5258

Re: PowerWeb app example - Article Codebook with 1.000.000 Recs (Part 6)

Can PowerWeb be used with SQLExpress ? I don't use Alaska DBEs

Thanks

Joe
by unixkd
Fri Jun 09, 2023 4:32 am
Forum: eXpress++ Support
Topic: Chilkat JSON Object
Replies: 15
Views: 5586

Re: Chilkat JSON Object

Hi Tom This is the detailed session log from my request. ---- Sending ---- POST /mapi/1/sessions/cenima-test/pepperoni-lekki202301 HTTP/1.1 Host: uat1.numero.co Accept: */* Accept-Encoding: UTF-8 Content-Type: application/json Content-Length: 1488 Content-Encoding: identity Authorization: Basic Y2Vu...
by unixkd
Fri Jun 09, 2023 3:06 am
Forum: eXpress++ Support
Topic: Chilkat JSON Object
Replies: 15
Views: 5586

Re: Chilkat JSON Object

Hi Tom

Thanks for your response

Chilkat has Http:PostJson2() with a simple example which I think should be easier to use.

I tried it and now I am getting error 404: The requested resource could not be found but may be available again in the future.

Any clue

Joe.
by unixkd
Thu Jun 08, 2023 12:53 am
Forum: eXpress++ Support
Topic: Chilkat JSON Object
Replies: 15
Views: 5586

Re: Chilkat JSON Object

Hi Chris Thanks for your response. It is a request to a rest-api with the json in the body I tried the code below, it return nil. Pls what am I doing wrongly and is there any means to get the error info ? #include "ASINET.CH" Function NumeroUpload() LOCAL cJsonText := Numero():New():JsonTemplate():c...