Administration des Import/Export, (Web, Web Services, PDA, WidGet, Fat Client)
XAS.Services
  XML Kiosk  
Technologie XAS.Technology Version V 6.0.1
Dernière modification Vendredi 26 Février 2010 Par Zaïr BEZGHICHE
Dernière vérification Mercredi 3 Mars 2010 Par Support France
ThèmeAdministration des Import/Export, (Web, Web Services, PDA, WidGet, Fat Client) Fonction FrmImport.DoGrid

Prototype
Function DoGrid (Ctrl As Control, NbRow As Integer) As Integer
Usage
Administration-des-Import-Export.DoGrid(...)
HTTP (GET,POST)SOAP WSDLSOAP RESTXML-RPC
Format de sortie
XML HTML TEXT EXCEL(CSV)

Code Source - développement open source
Function DoGrid (Ctrl As Control, NbRow As Integer) As Integer
Function DoGrid (Ctrl As Control, NbRow As Integer) As Integer
Dim i%
Dim j%
Ctrl.Rows = NbRow
Ctrl.Cols = 6
NbRow = NbRow - 1
 
For i = 0 To NbRow
    Ctrl.Row = i
    Ctrl.RowHeight(i) = 500
    For j = 1 To 5
	Ctrl.Col = j
	Ctrl.Text = ""
    Next j
Next i
Ctrl.RowHeight(0) = 500


For j = 1 To 3
    Ctrl.Col = j
    Ctrl.ColAlignment(j) = 2
Next j

Ctrl.Row = 0
Ctrl.Col = 1
Ctrl.ColWidth(1) = 1000
Ctrl.Text = "Numéro"

Ctrl.Col = 2
Ctrl.ColWidth(2) = 4000
Ctrl.Text = "Adresse LCN"

Ctrl.Col = 3
Ctrl.ColWidth(3) = 4000
Ctrl.Text = "Adresse XAS"

Ctrl.Col = 4
Ctrl.ColWidth(4) = 300
Ctrl.Text = "Cote"

Ctrl.Col = 5
Ctrl.ColWidth(5) = 500
Ctrl.Text = "Id"


DoGrid = True
End Function

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