| XML Kiosk |
| Technologie | XAS.Technology | Version | V 6.0.1 |
| Dernière modification | Samedi 24 Avril 2010 | Par | Zaïr BEZGHICHE |
| Dernière vérification | Mardi 27 Avril 2010 | Par | Support France |
| Thème | Administration des entités, (Web, Web Services, PDA, WidGet, Fat Client) | Fonction | SQLDATA.ProgrammeForINSERT |
| Prototype |
| Function ProgrammeForINSERT (pType As Integer, sidProg As String) As Integer |
| Usage | |||
| Administration-des-entites.ProgrammeForINSERT(...) | |||
| HTTP (GET,POST) | SOAP WSDL | SOAP REST | XML-RPC |
| Format de sortie | |||
| XML | HTML | TEXT | EXCEL(CSV) |
| Code Source - développement open source |
| Function ProgrammeForINSERT (pType As Integer, sidProg As String) As Integer |
Function ProgrammeForINSERT (pType As Integer, sidProg As String) As Integer
Dim Ret%
Dim sData$
ProgrammeForINSERT = False
Ret = CreateAllScenariiSysteme(sidProg)
Ret = CreateDefaultScenariiMetier(sidProg, pType)
Ret = CreateDefaultLotCarte(sidProg)
If (pType = 1) Or (pType = 2) Then
Ret = CreateDefaultBonCadeau(sidProg)
End If
ProgrammeForINSERT = True
End Function
|
| 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 |