Search found 30 matches: belgian

Return to advanced search

Re: Belgium VAT-Controle function

Marc, Do you know the principle of checking a Belgian VAT-number? A Belgian VAT-number looks like BE0574.774.488. Take "BE0" at the start away. You keep 574.774.488. Get rid of the points. You keep 574774488. Take the first 7 digits. ...
by nageswaragunupudi
Sat Mar 28, 2020 3:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Belgium VAT-Controle function
Replies: 5
Views: 800

Re: Belgium VAT-Controle function

Marc, Do you know the principle of checking a Belgian VAT-number? A Belgian VAT-number looks like BE0574.774.488. Take "BE0" at the start away. You keep 574.774.488. Get rid of the points. You keep 574774488. Take the first 7 digits. You ...
by driessen
Fri Mar 27, 2020 11:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Belgium VAT-Controle function
Replies: 5
Views: 800

Re: Belgium VAT-Controle function

Hi Marc, This is the function I have made to check a Belgian VAT-number. The picture of the VAT-number = "BE0999.999.999" The code is : FUNCTION Contr_BTW(nBTWNUM,nLAND,nDlg,nONDNUM,nBTWLIST) // Controle Belgisch BTW-nummer   LOCAL ...
by driessen
Fri Mar 27, 2020 10:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Belgium VAT-Controle function
Replies: 5
Views: 800

Re: Saving a CSV-file as a Excel-file

Mark,

No problem at all.

The CSV-files come from Belgian banks and the fields are separated by a semi-colon.
by driessen
Thu Dec 19, 2019 1:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving a CSV-file as a Excel-file
Replies: 8
Views: 1073

Re: Belgian eID

can you write to me at antonino.perricone _at_ yahoo.it
by AntoninoP
Fri Oct 25, 2019 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Belgian eID
Replies: 5
Views: 1024

Re: Belgian eID

Hi ,
Could somenone help us to translate in Harbour fivewin syntax ?

Thanks
by Jack
Fri Oct 25, 2019 1:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Belgian eID
Replies: 5
Views: 1024

Re: Belgian eID

I quickly searched with google the information for you.

The SDK looks https://github.com/Fedict/eid-mw/tree/master/doc/sdk
here some documentation http://www.uvcw.be/no_index/e-communes/ ... t%2025.pdf
by AntoninoP
Thu Oct 10, 2019 6:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Belgian eID
Replies: 5
Views: 1024

Re: Belgian eID

Antonino,

I know that topic, but the links that were provided, are not valid anymore.

And until now, I haven't seen any solution.

Where can I find a C/C++ example?

Thanks.
by driessen
Wed Oct 09, 2019 10:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Belgian eID
Replies: 5
Views: 1024

Re: Belgian eID

You ask it regularilly every 2-3 year :D

viewtopic.php?f=3&t=25205&p=191328

My suggest is to take a C/C++ example and put it inside an Harbour function.
by AntoninoP
Wed Oct 09, 2019 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Belgian eID
Replies: 5
Views: 1024

Belgian eID

Hello, All Belgian citizens are obliged to have an eID (looks like a creditcard) to be able to identify themselves at any time. I need to read the information which is available on that eID by using a cardreader. Does anyone have ...
by driessen
Wed Oct 09, 2019 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Belgian eID
Replies: 5
Views: 1024

Re: Belgian eID-card

Hi,

I found this information, with examples in different program-languages.
https://downloads.services.belgium.be/eid/UPD_Developers_Guide.pdf
But I don't know how to call it from FWH
by Marc Vanzegbroeck
Sat Sep 23, 2017 9:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Belgian eID-card
Replies: 15
Views: 3369

Re: Belgian eID-card

Not from my side.
by Marc Venken
Fri Sep 22, 2017 8:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Belgian eID-card
Replies: 15
Views: 3369

Re: Belgian eID-card

Hello,
Did someone found samples of FW code for this ?
Thanks
by Jack
Fri Sep 22, 2017 1:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Belgian eID-card
Replies: 15
Views: 3369

Re: Belgian eID-card

Has anyone been able to read the ID card yet ?

Maybe even with a other software executed from FW ?
by Marc Venken
Sun May 28, 2017 9:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Belgian eID-card
Replies: 15
Views: 3369

Re: Belgian eID-card

It does not found the file beidpkcs11.dll or beid35pkcs11D.dll (depends if is compiled in C debug or not), maybe is better to change the line 11 of be_api.c from
Code: Select all  Expand view
CK_RV retVal = CKR_OK;

to
Code: Select all  Expand view
CK_RV retVal = CKR_GENERAL_ERROR;

so it does not return 0 (OK) in case of fail.
by AntoninoP
Thu Jun 09, 2016 7:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Belgian eID-card
Replies: 15
Views: 3369
Next

Return to advanced search