Administration des entités, (Web, Web Services, PDA, WidGet, Fat Client)
XAS.Services
  XML Kiosk  
Technologie XAS.Technology Version V 6.0.1
Dernière modification Dimanche 23 Mai 2010 Par Zaïr BEZGHICHE
Dernière vérification Samedi 5 Juin 2010 Par Support France
ThèmeAdministration des entités, (Web, Web Services, PDA, WidGet, Fat Client) Fonction FrmEntity.DoScreenSize

Prototype
Function DoScreenSize (iWidth As Integer, iHeight As Integer) As Integer
Usage
Administration-des-entites.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 Ret%
Dim dx%

dx = iWidth - 1024
dx = dx * 15
For i = 0 To 2
    Ret = Cel(i).Width
    Cel(i).Width = Ret + dx
Next i
For i = 0 To 2
    Ret = CelFond(i).Width
    CelFond(i).Width = Ret + dx
Next i
Ret = CelFond(5).Width
CelFond(5).Width = Ret + dx

Ret = CelFond(8).Width
CelFond(8).Width = Ret + dx
Ret = CelFond(11).Width
CelFond(11).Width = Ret + dx
Ret = CelFond(14).Width
CelFond(14).Width = Ret + dx

Ret = CelFond(15).Width
CelFond(15).Width = Ret + dx
Ret = CelFond(16).Width
CelFond(16).Width = Ret + dx


Ret = PicValid.Left
PicValid.Left = Ret + dx

Ret = CelSearch.Left
CelSearch.Left = Ret + dx

Ret = GridList.Width
GridList.Width = Ret + dx

Ret = CelMain.Width
CelMain.Width = Ret + dx

Ret = LineBorder.X2
LineBorder.X2 = 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