| XML Kiosk |
| Technologie | XAS.Technology | Version | V 6.0.1 |
| Dernière modification | Lundi 1 Mars 2010 | Par | Zaïr BEZGHICHE |
| Dernière vérification | Dimanche 7 Mars 2010 | Par | Support France |
| Thème | Administration des lots de cartes, (Web, Web Services, PDA, WidGet, Fat Client) | Fonction | FrmLOTCART.DoUpdate |
| Prototype |
| Function DoUpdate (id As Integer) As Integer |
| Usage | |||
| Administration-des-lots-de-cartes.DoUpdate(...) | |||
| HTTP (GET,POST) | SOAP WSDL | SOAP REST | XML-RPC |
| Format de sortie | |||
| XML | HTML | TEXT | EXCEL(CSV) |
| Code Source - développement open source |
| Function DoUpdate (id As Integer) As Integer |
Function DoUpdate (id As Integer) As Integer
Dim Ret%
Dim sdata$
Dim s$
TabSQLValue(0, 0) = Trim$(txT(1).Text)
TabSQLValue(0, 1) = CStr(Val(txT(2).Text))
TabSQLValue(0, 2) = CStr(Val(txT(3).Text))
TabSQLValue(0, 3) = Trim$(Right$(cb(0).Text, 6))
TabSQLValue(0, 4) = CStr(0)
Ret = UpdateLotCarte(CurLot_id)
If Ret = True Then
LabMsg(0).Caption = "Enregistrement Mise à Jour"
BtnOk.Visible = True
Ret = DoSqlLOT(CurLot_id)
PicBtn(3).Visible = True
PicBtn(5).Visible = True
PicBtn(7).Visible = True
Maj = 1
Else
LabMsg(0).ForeColor = 255
LabMsg(0).Caption = "Problème lors de l'enregistrement"
End If
End Function
|
| Références Composants |
| Administration-des-lots-de-cartes-SQLDATA-UpdateLotCarte, Administration-des-lots-de-cartes-FrmLOTCART-DoSqlLOT, |
| Références XAS.Technology |
| Trim , Cstr , Val , Right , |
| 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 |