| XML Kiosk |
| Technologie | XAS.Technology | Version | V 6.0.1 |
| Dernière modification | Jeudi 15 Avril 2010 | Par | Zaïr BEZGHICHE |
| Dernière vérification | Dimanche 2 Mai 2010 | Par | Support France |
| Thème | Administration des missions, (Web, Web Services, PDA, WidGet, Fat Client) | Fonction | FrmMain.GridHisto_Activate |
| Prototype |
| Sub GridHisto_Activate (iRow As Integer, iCol As Integer, iValue As Integer) |
| Usage | |||
| Administration-des-missions.GridHisto_Activate(...) | |||
| HTTP (GET,POST) | SOAP WSDL | SOAP REST | XML-RPC |
| Format de sortie | |||
| XML | HTML | TEXT | EXCEL(CSV) |
| Code Source - développement open source |
| Sub GridHisto_Activate (iRow As Integer, iCol As Integer, iValue As Integer) |
Sub GridHisto_Activate (iRow As Integer, iCol As Integer, iValue As Integer)
Dim Ret%
Dim s$
Dim sIdModel$
Dim z%
If iRow > 0 And iCol = 0 Then
If iValue = 1 Then
sIdModel = GetCharByIndice(CStr(cba.Text), Chr$(9), 2)
If sIdModel <> "" And sIdModel <> "0.0" Then
Ret = OPEGetRapByModel(sIdModel)
If Ret = True Then
GridHisto.Col = 1
s = GridHisto.Text
GridHisto.Col = 2
s = s + " " + GridHisto.Text
LbBB(1).Caption = s
Ret = OPEShowBB(sIdModel)
Exit Sub
End If
End If
Else
Ret = XasUserSetProperties(CelBBOn, 139, z)
If z = 1 Then
Ret = XasUserSetProperties(FrmMain.CelBBOn, 139, 0)
Ret = XasUserSetProperties(FrmMain.CelBB, 18, 1)
End If
Ret = OPEClearIFrame(0)
End If
End If
End Sub
|
| Références Composants |
| Administration-des-missions-AMAIN-OPEGetRapByModel, Administration-des-missions-AMAIN-OPEShowBB, Administration-des-missions-AMAIN-OPEClearIFrame, |
| Références XAS.Technology |
| GetCharByIndice , Cstr , Chr , XasUserSetProperties , |
| 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 |