B4A Library Codice Fiscale Library

Questa Libreria può essere utilizzata per Calcolare il Codice Fiscale.
codice_fiscale.png


Requisiti: Nessuno
Vantaggi: il Db consegnato è aggiornato al 2015. Il Db può essere aggiornato in qualsiasi momento senza dover modificare nulla della libreria. Insieme alla libreria verrà consegnata:
1 - DB con tutti i codici dei comuni e paesi stranieri
2 - Esempio in B4A ( quello che si vede in figura )


CodiceFiscale
Version:
1.0
  • CodiceFiscale
    Methods:
    • CalcolaCf(query As String)
      Calcola e Ritorna il Codice Fiscale
      Example:<code>
      calcolocf.calcolaCf(edt_cognome.Text,edt_nome.Text,sesso,edt_data.Text,codice_comune)
      < /code>

La libreria non è Free. Hai bisogno di donare 5€ per prelevare la stessa.

***************
This Library can be used to calcolate Codice Fiscale.

codice_fiscale.png


Requisites: None
Advantages: Has an updated database in 2015 and the opportunity to update the same without having to change anything to the library. Along with the library is delivered:
1 - Db with all codes of Italian municipalities and foreign countries
2 - Example B4A


CodiceFiscale
Version:
1.0
  • CodiceFiscale
    Methods:
    • CalcolaCf(query As String)
      Computes and returns the Codice Fiscale
      Example:<code>
      calcolocf.calcolaCf(edt_cognome.Text,edt_nome.Text,sesso,edt_data.Text,codice_comune)
      < /code>

The library is not free. You need to donate 5€ to get the library.
 

valentino s

Active Member
Licensed User
Longtime User
You've made only the generator or also the check ?
I can help you in checking if the cf is correct. Write me.
Spataro
 
Top