| XML Kiosk |
| Technologie | XAS.Technology | Version | V 6.0.1 |
| Dernière modification | Vendredi 21 Mai 2010 | Par | Zaïr BEZGHICHE |
| Dernière vérification | Vendredi 4 Juin 2010 | Par | Support France |
| Thème | Administration des entités, (Web, Web Services, PDA, WidGet, Fat Client) | Fonction | FrmEntity.Form_Load |
| Prototype |
| Sub Form_Load () |
| Usage | |||
| Administration-des-entites.Form_Load(...) | |||
| HTTP (GET,POST) | SOAP WSDL | SOAP REST | XML-RPC |
| Format de sortie | |||
| XML | HTML | TEXT | EXCEL(CSV) |
| Code Source - développement open source |
| Sub Form_Load () |
Sub Form_Load ()
Dim Ret%
Dim s$
Ret = InitSQL(GlobPU.Connect, "XML", "XML", "SYNCHRO")
Ret = SetPaysToForm(Val(GlobPU.XasPays))
Cel(2).Visible = False
Cel(1).Visible = True
PicBtn(3).Visible = False
PicBtn(5).Visible = False
PicBtn(6).Visible = False
PicBtn(7).Visible = False
Ret = DoAllCOMBO(36)
Ret = DoClearAll(0)
If IsXasTools() = True Then
Ret = InitTreeView(0)
Ret = DoSetParam(0)
Ret = ProfileAccess(GlobPU.XasDroit)
'Ret = DoScreenSize(GlobScreenWidth, GlobScreenHeight)
s = "COMPONENT=TRANSAC;P1=0;P2=0;P3=0;"
Set CCompoTRANSAC = CreateObject(s)
End If
End Sub
|
| Références XAS.Technology |
| Val , IsXasTools , CreateObject , |
| 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 |