Administration des missions, (Web, Web Services, PDA, WidGet, Fat Client)
XAS.Services
  XML Kiosk  
Technologie XAS.Technology Version V 6.0.1
Dernière modification Lundi 1 Février 2010 Par Zaïr BEZGHICHE
Dernière vérification Vendredi 19 Février 2010 Par Support France
ThèmeAdministration des missions, (Web, Web Services, PDA, WidGet, Fat Client) Fonction FrmMain.SetCboCatEntity

Prototype
Function SetCboCatEntity (Id As Integer) As Integer
Usage
Administration-des-missions.SetCboCatEntity(...)
HTTP (GET,POST)SOAP WSDLSOAP RESTXML-RPC
Format de sortie
XML HTML TEXT EXCEL(CSV)

Code Source - développement open source
Function SetCboCatEntity (Id As Integer) As Integer
Function SetCboCatEntity (Id As Integer) As Integer
Dim Ret%
Dim sData$

sData = "SELECT TOP 50 raisonsociale, CodeSite"
sData = sData + " FROM Site"
sData = sData + " WHERE CodeSite.xxKey != 0.0"
sData = sData + " AND type.integer=3"
If GlobLinkSite <> "" Then
    sData = sData + " AND CodeSite.xxKey IN(" + GlobLinkSite + ")"
End If
CboCat.Height = 285
Ret = XasUserSQLtoCtrl(1, TmpRowSet, GlobCurService + ".FrmMain.cboCat", sData, GlobCurFileDom)
Ret = XasUserSetProperties(CboCat, PROP_SUBMIT, 3)
Ret = XasUserSetProperties(CboCat, 154, "Id" + XasGetIdCtrl(CelCat, "", 0))    'Size

sData = "Select Alias,Type  From @@XasUserPays.TypeClient "
sData = sData + " WHERE Type.integer IN ("
sData = sData + "Select DISTINCT type From " + GlobPU.Connect + ".dbo.Client WHERE type.integer != 0"
sData = sData + ") Order By Id.integer"
cboEntity.Height = 285
Ret = XasUserSQLtoCtrl(1, TmpRowSet, GlobCurService + ".FrmMain.cboentity", sData, GlobCurFileDom)
Ret = XasUserSetProperties(cboEntity, PROP_SUBMIT, 3)
Ret = XasUserSetProperties(cboEntity, 154, "Id" + XasGetIdCtrl(CelEntity, "", 0))    'Size

End Function

Références XAS.Technology
XasUserSQLtoCtrl , XasUserSetProperties , XasGetIdCtrl ,

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