| 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 | Lundi 15 Février 2010 | Par | Support France |
| Thème | Administration des achats, (Web, Web Services, PDA, WidGet, Fat Client) | Fonction | FrmProduit.DoDelete |
| Prototype |
| Function DoDelete (sId As String) As Integer |
| Usage | |||
| Administration-des-achats.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 (sId As String) As Integer |
Function DoDelete (sId As String) As Integer Dim Ret% Dim sData$ sData = "DELETE FROM Produit WHERE " sData = sData + " CodeProduit.xxKey = " + CStr(sId) Ret = pExecute(sData) If Ret = True Then LabMsg(0).Caption = "Article effacé" Ret = DoSearchArticle(0) Celframe(0).Visible = False Celframe(1).Visible = True End If End Function |
| Références Composants |
| Administration-des-achats-FrmProduit-DoSearchArticle, |
| Références XAS.Technology |
| 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 |