XML Client 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 15 Mai 2010 Par Zaïr BEZGHICHE
Dernière vérification Mercredi 26 Mai 2010 Par Support France
ThèmeXML Client Service Collaboratif, (Web, Web Services, PDA, WidGet, Fat Client) Fonction FrmClient.DoLoadCompiler

Prototype
Function DoLoadCompiler (Id As Integer) As Integer
Usage
XML-Client-Service-Collaboratif.DoLoadCompiler(...)
HTTP (GET,POST)SOAP WSDLSOAP RESTXML-RPC
Format de sortie
XML HTML TEXT EXCEL(CSV)

Code Source - développement open source
Function DoLoadCompiler (Id As Integer) As Integer
Function DoLoadCompiler (Id As Integer) As Integer
Dim Ret%
Dim s$
Dim spassw$
Dim idPort%
Dim sData$

If GlobxRpcIdSession <> "" And GlobxRpcComponent <> "" Then
    spassw = xGetPassword(GlobPU.XasName)
    idPort = xGetPortCarto(0)
    
    GlobModeObject = 2
    s = "STUDIO,SRVCARTO,MODMAP," + GlobPU.XasPays + "," + GlobxRpcIdSession + "," + GlobxRpcIdSession + "," + GlobxRpcComponent + ","
    Ret = XasUserSetProperties(CelFond(2), PROP_DIRECTFILE, "")
    Ret = XasUserSetProperties(CelFond(2), PROP_FRAMETARGET, "")
    sData = "P1=" + GlobPU.XasName + ";P2=" + spassw + ";P3=" + CurHostName + ";P4=" + CStr(idPort) + ";P5=" + s + ";"
    
    Ret = XasUserSetProperties(CelFond(2), PROP_DIRECTFILE, sData)
    Ret = XasUserSetProperties(CelFond(2), PROP_FRAMETARGET, "STUDIO")
    CelFond(0).Visible = False
    CelFond(1).Visible = False
    CelFond(2).Visible = True
End If

End Function

Références Composants
XML-Client-Service-Collaboratif-FrmClient-xGetPassword, XML-Client-Service-Collaboratif-XRPC-xRPCCallFunction,

Références XAS.Technology
XasUserSetProperties , 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