| XML Kiosk |
| Technologie | XAS.Technology | Version | V 6.0.1 |
| Dernière modification | Lundi 21 Juin 2010 | Par | Zaïr BEZGHICHE |
| Dernière vérification | Mardi 6 Juillet 2010 | Par | Support France |
| Thème | Administration des lots de cartes, (Web, Web Services, PDA, WidGet, Fat Client) | Fonction | FrmLOTCART.DoGrid |
| Prototype |
| Function DoGrid (Ctrl As Control, nbRow As Integer) As Integer |
| Usage | |||
| Administration-des-lots-de-cartes.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 = 6
nbRow = nbRow - 1
For i = 0 To nbRow
Ctrl.Row = i
Ctrl.RowHeight(i) = 285
For j = 1 To 5
Ctrl.Col = j
Ctrl.Text = ""
Ctrl.ColAlignment(j) = 2
Next j
Next i
Ctrl.RowHeight(0) = 500
Ctrl.Row = 0
Ctrl.Col = 1
Ctrl.ColWidth(1) = 3000
Ctrl.Text = "Debut lot"
Ctrl.Col = 2
Ctrl.ColWidth(2) = 3000
Ctrl.Text = "Fin lot"
Ctrl.Col = 3
Ctrl.ColWidth(3) = 1000
Ctrl.Text = "Nbre de Carte"
Ctrl.Col = 4
Ctrl.ColWidth(4) = 3000
Ctrl.Text = "Date"
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 |