XML Services Service Collaboratif, (Web, Web Services, PDA, WidGet, Fat Client)
XAS.Services
  XML Kiosk  
Technologie XAS.Technology Version V 6.0.1
Dernière modification Samedi 28 Août 2010 Par Zaïr BEZGHICHE
Dernière vérification Mardi 31 Août 2010 Par Support France
ThèmeXML Services Service Collaboratif, (Web, Web Services, PDA, WidGet, Fat Client) Fonction FrmServices.GetDataCombo

Prototype
Function GetDataCombo (Ctrl As Control, Src As String) As String
Usage
XML-Services-Service-Collaboratif.GetDataCombo(...)
HTTP (GET,POST)SOAP WSDLSOAP RESTXML-RPC
Format de sortie
XML HTML TEXT EXCEL(CSV)

Code Source - développement open source
Function GetDataCombo (Ctrl As Control, Src As String) As String
Function GetDataCombo (Ctrl As Control, Src As String) As String
Dim Ret%
Dim Borne%
Dim s$
Dim i%
GetDataCombo = ""
Borne = Ctrl.ListCount - 1
For i = 0 To Borne
    s = Ctrl.List(i)
    Ret = InStr(38, s, Src)
    If Ret <> 0 Then
        GetDataCombo = GetCharByIndice(s, ";", 2)
        Exit For
    End If
Next i
End Function

Références XAS.Technology
InStr , GetCharByIndice ,

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