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 25 Mars 2010 Par Zaïr BEZGHICHE
Dernière vérification Samedi 27 Mars 2010 Par Support France
ThèmeAdministration des achats, (Web, Web Services, PDA, WidGet, Fat Client) Fonction FrmProduit.PicBtn_Click

Prototype
Sub PicBtn_Click (Index As Integer)
Usage
Administration-des-achats.PicBtn_Click(...)
HTTP (GET,POST)SOAP WSDLSOAP RESTXML-RPC
Format de sortie
XML HTML TEXT EXCEL(CSV)

Code Source - développement open source
Sub PicBtn_Click (Index As Integer)
Sub PicBtn_Click (Index As Integer)
Dim Ret%
Dim s1$

LabMsg(0).Caption = ""
LabMsg(1).Caption = ""
Select Case Index
    Case 0
	Ret = EventObject(0,"", XASEVTOBJECT_NOTIFYPARENT, 10, "")
    Case 1
	 Ret = DoCreation(Index)
    Case 2
	Ret = 0
    Case 3
	Celframe(0).Visible = False
	Celframe(1).Visible = True
	PicBtn(3).Visible = False
	PicBtn(5).Visible = False
	PicBtn(6).Visible = False
	PicBtn(7).Visible = False
	If maj = 1 Then
	   Ret = DoSearchArticle(0)
	   maj = 0
	End If
    Case 4
    Case 5
	Ret = 0
	PicBtn(6).Visible = True
	curRow = curRow - 1
	If curRow >= 1 Then
	    GridList.Col = 5
	    s1 = GridList.Text
	    GridList.Row = curRow
	    Ret = ListeToPage(s1)
	    If curRow = 1 Then
		PicBtn(5).Visible = False
	    End If
	Else
	    PicBtn(5).Visible = False
	End If
    Case 6
	PicBtn(5).Visible = True
	curRow = curRow + 1
	If curRow < MaxRow Then
	    GridList.Col = 5
	    s1 = GridList.Text
	    GridList.Row = curRow
	    Ret = ListeToPage(s1)
	    If curRow = MaxRow - 1 Then
		 PicBtn(6).Visible = False
		 PicBtn(5).Visible = True
	    End If
	Else
	    PicBtn(6).Visible = False
	End If

End Select
End Sub

Références Composants
Administration-des-achats-FrmProduit-DoCreation, Administration-des-achats-FrmProduit-DoSearchArticle, Administration-des-achats-FrmProduit-ListeToPage,

Références XAS.Technology
EventObject ,

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