| XML Kiosk |
| Technologie | XAS.Technology | Version | V 6.0.1 |
| Dernière modification | Mardi 13 Avril 2010 | Par | Zaïr BEZGHICHE |
| Dernière vérification | Samedi 24 Avril 2010 | Par | Support France |
| Thème | Administration des lots de cartes, (Web, Web Services, PDA, WidGet, Fat Client) | Fonction | FrmLOTCART.PicValid_Click |
| Prototype |
| Sub PicValid_Click () |
| Usage | |||
| Administration-des-lots-de-cartes.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
Ret = 0
For i = 2 To 23
'Lab(i).ForeColor = GlobTextMainColor
Next i
s = txT(4).Text
If s = "" Then
Lab(4).ForeColor = 255
Ret = 1
End If
i = Val(Right$(cb(0).Text, 6))
If i = 0 Then
Lab(5).ForeColor = 255
Ret = 1
End If
If Ret = 1 Then
LabMsg(0).Caption = "Saisie incomplète"
LabMsg(0).ForeColor = 255
Exit Sub
End If
s = "0"
If ModeCreation = True Then
Ret = DoInsert(0)
Else
Ret = DoUpdate(0)
End If
End Sub
|
| Références Composants |
| Administration-des-lots-de-cartes-FrmLOTCART-DoInsert, Administration-des-lots-de-cartes-FrmLOTCART-DoUpdate, |
| Références XAS.Technology |
| 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 |