| XML Kiosk |
| Technologie | XAS.Technology | Version | V 6.0.1 |
| Dernière modification | Mardi 6 Avril 2010 | Par | Zaïr BEZGHICHE |
| Dernière vérification | Jeudi 22 Avril 2010 | Par | Support France |
| Thème | Administration des Import/Export, (Web, Web Services, PDA, WidGet, Fat Client) | Fonction | FrmImport.cbo_Click |
| Prototype |
| Sub cbo_Click (Index As Integer) |
| Usage | |||
| Administration-des-Import-Export.cbo_Click(...) | |||
| HTTP (GET,POST) | SOAP WSDL | SOAP REST | XML-RPC |
| Format de sortie | |||
| XML | HTML | TEXT | EXCEL(CSV) |
| Code Source - développement open source |
| Sub cbo_Click (Index As Integer) |
Sub cbo_Click (Index As Integer)
Dim Ret%
Dim s$
PicDelete.Visible = False
If Index = 0 Then
Cel(4).Visible = True
Cel(2).Visible = False
Cel(6).Visible = False
Cel(5).Visible = False
Ret = XasUserSetProperties(Cel(3), 1, "")
s = CStr(Trim$(Right$(cbo(Index).Text, 10)))
If Val(s) > 0 Then
Ret = IMPGetFormat("xFormat.XML", Val(s))
If CurIdFormat <> 0 Then
Cel(2).Visible = True
Select Case CurIdFormat
Case 2, 4
Cel(6).Visible = True
Case 15
PicDelete.Visible = True
End Select
End If
Else
End If
End If
End Sub
|
| Références Composants |
| Administration-des-Import-Export-MODIMP-IMPGetNameAlias, |
| Références XAS.Technology |
| XasUserSetProperties , Cstr , Trim , Right , Val , |
| 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 |