| XML Kiosk |
| Technologie | XAS.Technology | Version | V 6.0.1 |
| Dernière modification | Mercredi 28 Juillet 2010 | Par | Zaïr BEZGHICHE |
| Dernière vérification | Samedi 14 Août 2010 | Par | Support France |
| Thème | Administration des lots de cartes, (Web, Web Services, PDA, WidGet, Fat Client) | Fonction | FrmLOTCART.DoDelete |
| Prototype |
| Function DoDelete (id As String) As Integer |
| Usage | |||
| Administration-des-lots-de-cartes.DoDelete(...) | |||
| HTTP (GET,POST) | SOAP WSDL | SOAP REST | XML-RPC |
| Format de sortie | |||
| XML | HTML | TEXT | EXCEL(CSV) |
| Code Source - développement open source |
| Function DoDelete (id As String) As Integer |
Function DoDelete (id As String) As Integer
Dim Ret%
Ret = DeleteLotCarte(id)
If Ret = True Then
LabMsg(0).Caption = "Module effacé"
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 = DoSearchLot(CurLot_id)
End If
End Function
|
| Références Composants |
| Administration-des-lots-de-cartes-FrmLOTCART-PosCombo, Administration-des-lots-de-cartes-FrmLOTCART-DoSearchLot, |
| 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 |