| XML Kiosk |
| Technologie | XAS.Technology | Version | V 6.0.1 |
| Dernière modification | Dimanche 14 Mars 2010 | Par | Zaïr BEZGHICHE |
| Dernière vérification | Lundi 29 Mars 2010 | Par | Support France |
| Thème | Administration des achats, (Web, Web Services, PDA, WidGet, Fat Client) | Fonction | FrmProduit.PicValid_Click |
| Prototype |
| Sub PicValid_Click () |
| Usage | |||
| Administration-des-achats.PicValid_Click(...) | |||
| HTTP (GET,POST) | SOAP WSDL | SOAP REST | XML-RPC |
| Format de sortie | |||
| XML | HTML | TEXT | EXCEL(CSV) |
| Code Source - développement open source |
| Sub PicValid_Click () |
Sub PicValid_Click ()
Dim Ret%
Dim s$
Dim i%
LabMsg(0).Caption = ""
LabMsg(0).ForeColor = 0
LabMsg(1).Caption = ""
LabMsg(1).ForeColor = 0
Ret = 0
If ModeCreation = True Then
Ret = DoInsert(CurClient_id)
Else
Ret = DoUpdate(CurArticle_id, CurClient_id)
End If
End Sub
|
| Références Composants |
| Administration-des-achats-FrmProduit-DoInsert, Administration-des-achats-FrmProduit-DoUpdate, |
| 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 |