| XML Kiosk |
| Technologie | XAS.Technology | Version | V 6.0.1 |
| Dernière modification | Dimanche 24 Janvier 2010 | Par | Zaïr BEZGHICHE |
| Dernière vérification | Samedi 30 Janvier 2010 | Par | Support France |
| Thème | Administration des comptes, (Web, Web Services, PDA, WidGet, Fat Client) | Fonction | CHECKMOD.CheckPostalcode |
| Prototype |
| Function CheckPostalcode (countryCode As Integer, postalCode As String) As Integer |
| Usage | |||
| Administration-des-comptes.CheckPostalcode(...) | |||
| HTTP (GET,POST) | SOAP WSDL | SOAP REST | XML-RPC |
| Format de sortie | |||
| XML | HTML | TEXT | EXCEL(CSV) |
| Code Source - développement open source |
| Function CheckPostalcode (countryCode As Integer, postalCode As String) As Integer |
Function CheckPostalcode (countryCode As Integer, postalCode As String) As Integer
CheckPostalcode = True
Select Case countryCode
Case 33
XasTrace "French"
If checkFrenchPostalCode(postalCode) = True Then
CheckPostalcode = True
Else
CheckPostalcode = False
End If
Case 124
XasTrace "Canadian"
If checkCanadianPostalCode(postalCode) = True Then
CheckPostalcode = True
Else
CheckPostalcode = False
End If
Case 840
XasTrace "US"
If checkUSPostalCode(postalCode) = True Then
CheckPostalcode = True
Else
CheckPostalcode = False
End If
End Select
End Function
|
| Références Composants |
| Administration-des-comptes-CHECKMOD-checkFrenchPostalCode, Administration-des-comptes-CHECKMOD-checkCanadianPostalCode, Administration-des-comptes-CHECKMOD-checkUSPostalCode, |
| Références XAS.Technology |
| XasTrace , |
| Audience |
| Cette documentation est destinée aux personnes s'intéressant aux systèmes d'information collaboratifs. Les Webservices, les architectures collabortives et distribuées, les moteurs transactionnelles et les concepts de programmation orientés objet. |
| XAS Services - Zaïr BEZGHICHE - Copyright 1991-2011 tous droits réservés- Powered by XAS.Technology |