| XML Kiosk |
| Technologie | XAS.Technology | Version | V 6.0.1 |
| Dernière modification | Vendredi 15 Janvier 2010 | Par | Zaïr BEZGHICHE |
| Dernière vérification | Vendredi 22 Janvier 2010 | Par | Support France |
| Thème | Administration des comptes, (Web, Web Services, PDA, WidGet, Fat Client) | Fonction | FrmCompte.DoGrid |
| Prototype |
| Function DoGrid (Ctrl As Control, NbRow As Integer) As Integer |
| Usage | |||
| Administration-des-comptes.DoGrid(...) | |||
| HTTP (GET,POST) | SOAP WSDL | SOAP REST | XML-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
MaxGridRow = NbRow
Ctrl.Cols = 8
NbRow = NbRow - 1
For i = 0 To NbRow
Ctrl.Row = i
Ctrl.RowHeight(i) = 285
For j = 1 To 7
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) = 3000
Ctrl.Text = "Raison Sociale"
Ctrl.Col = 2
Ctrl.ColWidth(2) = 2000
Ctrl.Text = "Nom"
Ctrl.Col = 3
Ctrl.ColWidth(3) = 1500
Ctrl.Text = "Prenom"
Ctrl.Col = 4
Ctrl.ColWidth(4) = 3000
Ctrl.Text = "Adresse"
Ctrl.Col = 5
Ctrl.ColWidth(5) = 500
Ctrl.Text = "CP"
Ctrl.Col = 6
Ctrl.ColWidth(6) = 1500
Ctrl.Text = "Ville"
Ctrl.Col = 7
Ctrl.ColWidth(7) = 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 |