| XML Kiosk |
| Technologie | XAS.Technology | Version | V 6.0.1 |
| Dernière modification | Lundi 2 Août 2010 | Par | Zaïr BEZGHICHE |
| Dernière vérification | Samedi 14 Août 2010 | Par | Support France |
| Thème | XML Client Service Collaboratif, (Web, Web Services, PDA, WidGet, Fat Client) | Fonction | FrmClient.PicBtn_Click |
| Prototype |
| Sub PicBtn_Click (Index As Integer) |
| Usage | |||
| XML-Client-Service-Collaboratif.PicBtn_Click(...) | |||
| HTTP (GET,POST) | SOAP WSDL | SOAP REST | XML-RPC |
| Format de sortie | |||
| XML | HTML | TEXT | EXCEL(CSV) |
| Code Source - développement open source |
| Sub PicBtn_Click (Index As Integer) |
Sub PicBtn_Click (Index As Integer)
Dim Ret%
If Index = 0 Then
Ret = BuildFunction(0)
Else
GlobxRpcFileToDownLoad = txt(5).Text
If GlobxRpcFileToDownLoad <> "" Then
Ret = xRPCCallFunction(GlobxRpcIdSession, GlobxRpcComponent, GlobxRpcModule, "XmlUserGetRessource(" + GlobxRpcFileToDownLoad + ")", 4)
End If
End If
End Sub
|
| Références Composants |
| XML-Client-Service-Collaboratif-IHM-IHMCallFunction, XML-Client-Service-Collaboratif-XRPC-xRPCCallFunction, |
| 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 |