XML Service Collaboratif, (Web, Web Services, PDA, WidGet, Fat Client)
XAS.Services
  XML Kiosk  
Technologie XAS.Technology Version V 6.0.1
Dernière modification Vendredi 9 Juillet 2010 Par Zaïr BEZGHICHE
Dernière vérification Jeudi 22 Juillet 2010 Par Support France
ThèmeXML Service Collaboratif, (Web, Web Services, PDA, WidGet, Fat Client) Fonction FrmEditeur.ClearAll

Prototype
Function ClearAll (iMin As Integer, iMax As Integer) As Integer
Usage
XML-Service-Collaboratif.ClearAll(...)
HTTP (GET,POST)SOAP WSDLSOAP RESTXML-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