Administration des comptes, (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 Samedi 27 Février 2010 Par Support France
ThèmeAdministration des comptes, (Web, Web Services, PDA, WidGet, Fat Client) Fonction FrmCompte.DoScreenSize

Prototype
Function DoScreenSize (iwidth As Integer, iHeight As Integer) As Integer
Usage
Administration-des-comptes.DoScreenSize(...)
HTTP (GET,POST)SOAP WSDLSOAP RESTXML-RPC
Format de sortie
XML HTML TEXT EXCEL(CSV)

Code Source - développement open source
Function DoScreenSize (iwidth As Integer, iHeight As Integer) As Integer
Function DoScreenSize (iwidth As Integer, iHeight As Integer) As Integer
Dim i%
Dim dx%
Dim Ret%
Exit Function

dx = iwidth - 1024
dx = dx * 15

Ret = CelMain.Width
CelMain.Width = Ret + dx
Ret = CelSearch.Left
CelSearch.Left = dx + Ret
Ret = PicValid.Left
PicValid.Left = Ret + dx

For i = 0 To 2
    Ret = Cel(i).Width
    Cel(i).Width = Ret + dx
Next i
CelFond(1).Width = Ret + dx
CelFond(2).Width = Ret + dx
Ret = CelFond(0).Width
CelFond(0).Width = Ret + dx
Ret = GridList.Width
GridList.Width = Ret + dx

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