Administration des achats, (Web, Web Services, PDA, WidGet, Fat Client)
XAS.Services
  XML Kiosk  
Technologie XAS.Technology Version V 6.0.1
Dernière modification Jeudi 7 Janvier 2010 Par Zaïr BEZGHICHE
Dernière vérification Dimanche 10 Janvier 2010 Par Support France
ThèmeAdministration des achats, (Web, Web Services, PDA, WidGet, Fat Client) Fonction FrmProduit.ListeToPage

Prototype
Function ListeToPage (sId As String) As Integer
Usage
Administration-des-achats.ListeToPage(...)
HTTP (GET,POST)SOAP WSDLSOAP RESTXML-RPC
Format de sortie
XML HTML TEXT EXCEL(CSV)

Code Source - développement open source
Function ListeToPage (sId As String) As Integer
Function ListeToPage (sId As String) As Integer
Dim Ret%

If sId <> "" Then
    Ret = DoSqlArticle(sId, CurClient_id)
    CurArticle_id = sId
    If Ret = True Then
	Celframe(0).Visible = True
	Celframe(1).Visible = False
	PicBtn(7).Visible = True
	PicBtn(3).Visible = True
	If curRow = MaxRow - 1 Then
	    PicBtn(6).Visible = False
	    PicBtn(5).Visible = True
	Else
	    PicBtn(6).Visible = True
	End If
    End If
End If


End Function

Références Composants
Administration-des-achats-FrmProduit-DoSqlArticle,

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