| XML Kiosk |
| Technologie | XAS.Technology | Version | V 6.0.1 |
| Dernière modification | Mercredi 3 Mars 2010 | Par | Zaïr BEZGHICHE |
| Dernière vérification | Samedi 20 Mars 2010 | Par | Support France |
| Thème | Administration des achats, (Web, Web Services, PDA, WidGet, Fat Client) | Fonction | FrmProduit.DoGrid |
| Prototype |
| Function DoGrid (Ctrl As Control, NbRow As Integer) As Integer |
| Usage | |||
| Administration-des-achats.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
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 = ""
Next J
Next i
Ctrl.RowHeight(0) = 500
For J = 1 To 2
Ctrl.Col = J
Ctrl.ColAlignment(J) = 2
Next J
Ctrl.Row = 0
Ctrl.Col = 1
Ctrl.ColWidth(1) = 2000
Ctrl.Text = "Référence"
Ctrl.Col = 2
Ctrl.ColWidth(2) = 5000
Ctrl.Text = "Nom"
Ctrl.Col = 3
Ctrl.ColWidth(3) = 3800
Ctrl.Text = "Description"
Ctrl.Col = 4
Ctrl.ColWidth(4) = 500
Ctrl.Text = "P.U."
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 |