Search found 1198 matches

by skiman
Mon Sep 18, 2023 7:50 am
Forum: eXpress++ Support
Topic: Error DC_POPDATE when using keyboard
Replies: 6
Views: 3745

Re: Error DC_POPDATE when using keyboard

Hi Roger,

This is about the same modification as I did. See the first post. I added all the parameters.
by skiman
Sat Sep 16, 2023 2:01 am
Forum: eXpress++ Support
Topic: Error DC_POPDATE when using keyboard
Replies: 6
Views: 3745

Re: Error DC_POPDATE when using keyboard

Hi Roger, when the popup appears go to the day you want with the arrow keys and hit enter to select. ------------------------------------------------------------------------------ oError:args : -> VALTYPE: N VALUE: 8 -> VALTYPE: U VALUE: NIL oError:canDefault : N oError:canRetry : N oError:canSubsti...
by skiman
Fri Sep 15, 2023 12:48 am
Forum: eXpress++ Support
Topic: Error DC_POPDATE when using keyboard
Replies: 6
Views: 3745

Re: Error DC_POPDATE when using keyboard

Ho Roger,

Have you seen this? Do you also have an error when using the keyboard?
by skiman
Thu Aug 10, 2023 8:06 am
Forum: eXpress++ Support
Topic: Error DC_POPDATE when using keyboard
Replies: 6
Views: 3745

Error DC_POPDATE when using keyboard

Hi, With the current version there is an error when using the keyboard in the PopupDate. In _dccalen.prg the following lines ( 565-574 ) should be changed, extra parameters must be added, otherwise an error appears since the vars aren't defined by a default in _dccalen2: ... ELSEIF mp1 = xbeK_ESC _D...
by skiman
Wed Jun 14, 2023 1:15 am
Forum: Xbase++ 2.0
Topic: PGDBE yearly licence?
Replies: 5
Views: 5717

Re: PGDBE yearly licence?

Hi Tom, It makes it necessary to support multiple DBE's. I know you have done this. But now this is essential since not all the customers will like to pay for a yearly licence. I don't know how this will work technically, but for me/for us, it sounds quite fair. It's the technical aspect that will b...
by skiman
Wed Jun 14, 2023 12:54 am
Forum: Xbase++ 2.0
Topic: PGDBE yearly licence?
Replies: 5
Views: 5717

Re: PGDBE yearly licence?

Meanwhile I saw this is a new policy which will start from 1 July.
https://www.alaska-software.com/product ... -qanda.cxp
by skiman
Wed Jun 14, 2023 12:29 am
Forum: Xbase++ 2.0
Topic: PGDBE yearly licence?
Replies: 5
Views: 5717

PGDBE yearly licence?

Hi, This morning I saw on the Alaska site there is a yearly licence cost for the use of PGDBE. This is the first time I read something about this. https://www.alaska-software.com/products/pg-product-list.cxp Is this new? I was planning to start/make the migation this summer, but if I would implement...
by skiman
Thu Jun 08, 2023 2:58 am
Forum: eXpress++ Support
Topic: Chilkat JSON Object
Replies: 15
Views: 9255

Re: Chilkat JSON Object

Hi,

I suppose you will need basic authentication.
See https://en.wikipedia.org/wiki/Basic_acc ... entication

You can do this by creating a cHeader := ... and send it with the loadurl as header parameter.

cHeader:= "Authorization: Basic "+ xbBase64Encode(cLogin+":"+cPassword)
by skiman
Wed Jun 07, 2023 11:36 pm
Forum: eXpress++ Support
Topic: Chilkat JSON Object
Replies: 15
Views: 9255

Re: Chilkat JSON Object

Hi, Do you need to upload the file itself or is this a request to a rest-api with the json in the body? If you try the following: URL: https://uat1.numero.co/mapi/1/sessions/8 The login and password is asked. With the login below you don't get any access? User: cenima-test Pass: CenimaTest In a log ...
by skiman
Tue May 16, 2023 2:08 am
Forum: eXpress++ Support
Topic: HILITE and Right button in GET problems
Replies: 11
Views: 7944

Re: HILITE and Right button in GET problems

Hi Jimmy,

Yes, with this code I can check it. Thanks.