| XML Kiosk |
| Technologie | XAS.Technology | Version | V 6.0.1 |
| Dernière modification | Lundi 29 Mars 2010 | Par | Zaïr BEZGHICHE |
| Dernière vérification | Mardi 30 Mars 2010 | Par | Support France |
| Thème | XML Services Service Collaboratif, (Web, Web Services, PDA, WidGet, Fat Client) | Fonction | FrmServices.ClearAll |
| Prototype |
| Function ClearAll (iMin As Integer, iMax As Integer) As Integer |
| Usage | |||
| XML-Services-Service-Collaboratif.ClearAll(...) | |||
| HTTP (GET,POST) | SOAP WSDL | SOAP REST | XML-RPC |
| Format de sortie | |||
| XML | HTML | TEXT | EXCEL(CSV) |
| Code Source - développement open source |
| Function ClearAll (iMin As Integer, iMax As Integer) As Integer |
Function ClearAll (iMin As Integer, iMax As Integer) As Integer
Dim i%
If iMin < 4 Then
For i = iMin To iMax
cbo(i).Clear
cbo(i).AddItem "Votre sélection..." + Space(40) + "0"
Next i
Ico(2).Visible = False
End If
For i = 3 To 4
Ico(i).Visible = False
Next i
PicBtn(1).Visible = False
xLb(14).Visible = False
txt(5).Visible = False
Cel(0).Visible = False
Cel(1).Visible = True
Cel(2).Visible = False
Cel(3).Visible = True
xLb(11).Caption = ""
xLb(13).Caption = ""
For i = 0 To 4
xLb(i + 5).Caption = ""
xLb(i + 5).Visible = False
txt(i).Text = ""
txt(i).Visible = False
Next i
End Function
|
| Références XAS.Technology |
| Clear , AddItem , Space , |
| 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 |