| XML Kiosk |
| Technologie | XAS.Technology | Version | V 6.0.1 |
| Dernière modification | Dimanche 7 Mars 2010 | Par | Zaïr BEZGHICHE |
| Dernière vérification | Lundi 22 Mars 2010 | Par | Support France |
| Thème | Administration des Import/Export, (Web, Web Services, PDA, WidGet, Fat Client) | Fonction | MODIMP.IMPGetParam |
| Prototype |
| Function IMPGetParam (IdXml As Integer, Id As Integer, iCol As Integer) As Integer |
| Usage | |||
| Administration-des-Import-Export.IMPGetParam(...) | |||
| HTTP (GET,POST) | SOAP WSDL | SOAP REST | XML-RPC |
| Format de sortie | |||
| XML | HTML | TEXT | EXCEL(CSV) |
| Code Source - développement open source |
| Function IMPGetParam (IdXml As Integer, Id As Integer, iCol As Integer) As Integer |
Function IMPGetParam (IdXml As Integer, Id As Integer, iCol As Integer) As Integer
Dim Ret%
IMPGetParam = False
Ret = XasXmlStart(IdXml, 0)
Ret = XasXmlSearchNode(IdXml, 5, "Id=" + CStr(Id), "", "")
If Ret <> False Then
Ret = XasXmlSearchNode(IdXml, 66, "Id=" + CStr(iCol), "", "")
If Ret <> False Then
IMPGetParam = True
End If
End If
End Function
|
| Références XAS.Technology |
| XasXMLStart , XasXMLSearchNode , Cstr , |
| 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 |