| XML Kiosk |
| Technologie | XAS.Technology | Version | V 6.0.1 |
| Dernière modification | Samedi 10 Juillet 2010 | Par | Zaïr BEZGHICHE |
| Dernière vérification | Dimanche 25 Juillet 2010 | Par | Support France |
| Thème | Administration des critères, (Web, Web Services, PDA, WidGet, Fat Client) | Fonction | FrmCrit.DoSetParam |
| Prototype |
| Function DoSetParam (Id As Integer) As Integer |
| Usage | |||
| Administration-des-criteres.DoSetParam(...) | |||
| HTTP (GET,POST) | SOAP WSDL | SOAP REST | XML-RPC |
| Format de sortie | |||
| XML | HTML | TEXT | EXCEL(CSV) |
| Code Source - développement open source |
| Function DoSetParam (Id As Integer) As Integer |
Function DoSetParam (Id As Integer) As Integer
Dim Ret%
Dim s$
Dim s2$
Dim i%
Dim Max%
ModeIn = 0
IdMaitre = 0
IsArticle = 0
CurEtat_id = 0
Ret = XasUserSetProperties(PicBtn(0), 241, "javascript:self.close();")
If XasUserGetString(1, s) = True Then
CurEtat_id = Val(s)
End If
If XasUserGetString(2, s) = True Then
sujet = s
Ret = XasXMLToForm(GlobPU.XasName, sujet)
End If
If XasUserGetString(3, s) = True Then
Referer = "Id" + CStr(Val(s))
End If
Ret = SetPaysToForm(Val(GlobPU.XasPays))
If CurEtat_id > 0 Then
For i = 0 To MaxCritere
If TabIdCaption(i) <> "" Then
Cri(i).Enabled = False
End If
TabSigne(i) = "="
Next i
TabSigne(5) = ">="
TabSigne(6) = "<="
Ret = FaireCritere(0)
If Ret = False Then
Ret = DoAnnul(0)
End If
End If
CelFond(1).Visible = True
CelFond(0).Visible = False
End Function
|
| Références Composants |
| Administration-des-criteres-FrmCrit-SetPaysToForm, Administration-des-criteres-FrmCrit-FaireCritere, Administration-des-criteres-FrmCrit-DoAnnul, |
| Références XAS.Technology |
| XasUserSetProperties , XasUserGetString , Val , XasXMLToForm , Cstr , |
| 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 |