| XML Kiosk |
| Technologie | XAS.Technology | Version | V 6.0.1 |
| Dernière modification | Samedi 8 Mai 2010 | Par | Zaïr BEZGHICHE |
| Dernière vérification | Mercredi 19 Mai 2010 | Par | Support France |
| Thème | Administration des comptes, (Web, Web Services, PDA, WidGet, Fat Client) | Fonction | FrmCompte.ListeToPage |
| Prototype |
| Function ListeToPage (Id As Integer) As Integer |
| Usage | |||
| Administration-des-comptes.ListeToPage(...) | |||
| HTTP (GET,POST) | SOAP WSDL | SOAP REST | XML-RPC |
| Format de sortie | |||
| XML | HTML | TEXT | EXCEL(CSV) |
| Code Source - développement open source |
| Function ListeToPage (Id As Integer) As Integer |
Function ListeToPage (Id As Integer) As Integer
Dim Ret%
Dim s1$
GridList.Row = curRow
GridList.Col = 7
s1 = GridList.Text
If s1 <> "" Then
Ret = DoSqlCompte(s1)
CurEnseigne_id = s1
If Ret = True Then
Cel(2).Visible = True
Cel(1).Visible = False
PicBtn(7).Visible = True
PicBtn(3).Visible = True
If curRow = MaxRow - 1 Then
PicBtn(6).Visible = False
PicBtn(5).Visible = True
Else
PicBtn(6).Visible = True
End If
End If
End If
Ret = ProfileAccess(GlobPU.XasDroit)
End Function
|
| Références Composants |
| Administration-des-comptes-FrmCompte-DoSqlCompte, Administration-des-comptes-FrmCompte-ProfileAccess, |
| 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 |