| XML Kiosk |
| Technologie | XAS.Technology | Version | V 6.0.1 |
| Dernière modification | Dimanche 11 Avril 2010 | Par | Zaïr BEZGHICHE |
| Dernière vérification | Mardi 13 Avril 2010 | Par | Support France |
| Thème | Administration des Import/Export, (Web, Web Services, PDA, WidGet, Fat Client) | Fonction | MODIMP.IMPClientIfUpdate |
| Prototype |
| Function IMPClientIfUpdate (IdXml As Integer, iIndice As Integer) As Integer |
| Usage | |||
| Administration-des-Import-Export.IMPClientIfUpdate(...) | |||
| HTTP (GET,POST) | SOAP WSDL | SOAP REST | XML-RPC |
| Format de sortie | |||
| XML | HTML | TEXT | EXCEL(CSV) |
| Code Source - développement open source |
| Function IMPClientIfUpdate (IdXml As Integer, iIndice As Integer) As Integer |
Function IMPClientIfUpdate (IdXml As Integer, iIndice As Integer) As Integer
Dim Ret%
Dim s$
IMPClientIfUpdate = False
Ret = XasXMLGetAttributbyName(IdXml, "adresse", s)
If s <> OnSQLGetItem(3) Then
IMPClientIfUpdate = True
Exit Function
End If
Ret = XasXMLGetAttributbyName(IdXml, "adressesuite", s)
If s <> OnSQLGetItem(4) Then
IMPClientIfUpdate = True
Exit Function
End If
Ret = XasXMLGetAttributbyName(IdXml, "Cp", s)
If s <> OnSQLGetItem(5) Then
IMPClientIfUpdate = True
Exit Function
End If
Ret = XasXMLGetAttributbyName(IdXml, "Ville", s)
If s <> OnSQLGetItem(6) Then
IMPClientIfUpdate = True
Exit Function
End If
End Function
|
| Références XAS.Technology |
| XasXMLGetAttributByName , |
| 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 |