| XML Kiosk |
| Technologie | XAS.Technology | Version | V 6.0.1 |
| Dernière modification | Vendredi 23 Juillet 2010 | Par | Zaïr BEZGHICHE |
| Dernière vérification | Lundi 2 Août 2010 | Par | Support France |
| Thème | Administration des lots de cartes, (Web, Web Services, PDA, WidGet, Fat Client) | Fonction | FrmLOTCART.Form_EvtUser |
| Prototype |
| Sub Form_EvtUser (Evt As Integer, id As Integer, Idn As Integer, RefObject As String, sParam As String) |
| Usage | |||
| Administration-des-lots-de-cartes.Form_EvtUser(...) | |||
| HTTP (GET,POST) | SOAP WSDL | SOAP REST | XML-RPC |
| Format de sortie | |||
| XML | HTML | TEXT | EXCEL(CSV) |
| Code Source - développement open source |
| Sub Form_EvtUser (Evt As Integer, id As Integer, Idn As Integer, RefObject As String, sParam As String) |
Sub Form_EvtUser (Evt As Integer, id As Integer, Idn As Integer, RefObject As String, sParam As String)
Dim Ret%
Dim s$
If Evt = 23 Then
Cel(2).Visible = False
Cel(1).Visible = True
PicBtn(3).Visible = False
PicBtn(5).Visible = False
PicBtn(6).Visible = False
PicBtn(7).Visible = False
XasTrace "LOT2CART Ticket Evt=" + CStr(Evt) + " Ref=" + RefObject + " Id=" + CStr(id)
If XasUserGetString(1, s) = True Then
CurProg_id = s
If CurProg_id <> "0.0" Then
Ret = DoSearchLot(CurProg_id)
End If
End If
End If
End Sub
|
| Références Composants |
| Administration-des-lots-de-cartes-FrmLOTCART-DoSearchLot, |
| Références XAS.Technology |
| XasTrace , Cstr , XasUserGetString , |
| 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 |