Search found 1193 matches

by skiman
Mon Oct 30, 2023 6:13 am
Forum: Xbase++ 2.0
Topic: SMTPclient() - access Sent items
Replies: 4
Views: 1448

Re: SMTPclient() - access Sent items

Hi,

Seems as I was too fast.
It should be possible with IMAP, but I think this isn't available/possible without third party software.

It is possible with Chilkat.
https://www.example-code.com/vbscript/i ... ailbox.asp
by skiman
Mon Oct 30, 2023 4:35 am
Forum: Xbase++ 2.0
Topic: SMTPclient() - access Sent items
Replies: 4
Views: 1448

Re: SMTPclient() - access Sent items

Hi,

Check te POP3Client class. This way you can read messages from a mailbox.
by skiman
Wed Oct 25, 2023 8:06 am
Forum: eXpress++ Support
Topic: sign an XML using a .p12 certificate
Replies: 8
Views: 2167

Re: sign an XML using a .p12 certificate

No doubt about that. Even the free classes are worth to have. The complete suite is just exellent and the chilkattools site is an extra addition to use for free.
by skiman
Thu Oct 12, 2023 9:04 am
Forum: Xbase++ 2.0
Topic: Validating bank account numbers
Replies: 4
Views: 1654

Re: Validating bank account numbers

Hi Roger,

Have you already used that algoritme for your account numbers with 8 digits? The Luhn algoritme should work with any length.
by skiman
Fri Oct 06, 2023 12:38 am
Forum: PostGreSQL
Topic: DbRegisterClient() with PostGres
Replies: 15
Views: 4001

Re: DbRegisterClient() with PostGres

Hi, A database for each company seems very logical to me. In the main database there is a table companies. After selection you can connect to the desired company/database. In the past I suppose the dbf files of each company were also in separated folders. Each folder is as a separated database. If t...
by skiman
Mon Sep 18, 2023 7:50 am
Forum: eXpress++ Support
Topic: Error DC_POPDATE when using keyboard
Replies: 6
Views: 2199

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: 2199

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: 2199

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: 2199

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: 2770

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...