| XML Kiosk |
| Technologie | XAS.Technology | Version | V 6.0.1 |
| Dernière modification | Vendredi 18 Juin 2010 | Par | Zaïr BEZGHICHE |
| Dernière vérification | Samedi 3 Juillet 2010 | Par | Support France |
| Thème | Administration des missions, (Web, Web Services, PDA, WidGet, Fat Client) | Fonction | MODTRNEE.TRNEELinkGet |
| Prototype |
| Function TRNEELinkGet (ctrl As Control, sIdClient As String, Index As Integer, iEntity As Integer) As Integer |
| Usage | |||
| Administration-des-missions.TRNEELinkGet(...) | |||
| HTTP (GET,POST) | SOAP WSDL | SOAP REST | XML-RPC |
| Format de sortie | |||
| XML | HTML | TEXT | EXCEL(CSV) |
| Code Source - développement open source |
| Function TRNEELinkGet (ctrl As Control, sIdClient As String, Index As Integer, iEntity As Integer) As Integer |
Function TRNEELinkGet (ctrl As Control, sIdClient As String, Index As Integer, iEntity As Integer) As Integer
Dim Ret%
Dim sData$
If iEntity = 2 Then
sData = "SELECT RaisonSociale,CodeClient From Client WHERE type.integer = 2 "
Else
sData = "SELECT Reference,CodeProduit From Produit WHERE type.integer = 4 "
End If
Ret = XasUserSQLtoCtrl(1, TmpRowSet, GlobCurService + ".FrmMain.cb(" + CStr(Index) + ")", sData, GlobCurFileDom)
Ret = sLibLFInitSelected(ctrl, 0)
sData = "Select codeSite From LinkSite where CodeClient.xxKey=" + sIdClient
Ret = pExecute(sData)
While (Ret = True)
Ret = sLibLFPosSelected(ctrl, OnSQLGetItem(0), 2)
Ret = pMoveNext(0)
Wend
End Function
|
| Références XAS.Technology |
| XasUserSQLtoCtrl , 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 |